Wie leitet man automatisch einen Port vom Router an einen Mac weiter? (UPNP -)

Ich suche nach einem Kinderspiel-Befehlszeilentool oder-skript, mit dem ein bestimmter Port vom Router des Lans (der UPNP unterstützt) an den lokalen Computer weitergeleitet werden kann.

Z. B.

upnpforward 9000

Leitet Port 9000 vom Router an den lokalen Host weiter.

Author: GJ., 2010-09-23

2 answers

Versuchen Sie die MiniUPNP Client

Seine Verwendung ist:

upnpc-static [options] -a ip port external_port protocol
        Add port redirection
upnpc-static [options] -d external_port protocol [port2 protocol2] [...]
        Delete port redirection
upnpc-static [options] -s
        Get Connection status
upnpc-static [options] -l
        List redirections
upnpc-static [options] -r port1 protocol1 [port2 protocol2] [...]
        Add all redirections to the current host
 5
Author: GJ.,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/techietown.info/template/agent.layouts/content.php on line 61
2010-09-24 22:10:07

Wenn ein GUI-Tool in Ordnung ist oder es Ihnen nichts ausmacht, diese Befehlszeilenanwendung selbst zu erstellen, schauen Sie sich Port Map / TCMPortMapper

 2
Author: Daniel Beck,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/techietown.info/template/agent.layouts/content.php on line 61
2010-09-24 07:03:15