view · edit · history · print

Yes, standard port forwarding on windows.

Start with installing IP v6 protocol and disable/enable the adapter

Reference: http://support.microsoft.com/kb/555744

  
c:\> netsh
netsh > interface portproxy
netsh interface portproxy > add v4tov4 listenport=8080 connectaddress=192.168.1.28 connectport=8080
netsh interface portproxy > show v4tov4
Listen on IPv4:             Connect to IPv4:
Address         Port        Address         Port
--------------- ----------  --------------- ----------
*               8888        127.0.0.1       8080
*               9999        131.97.144.21   80

Reference: http://technet.microsoft.com/en-us/library/cc776297.aspx

admin · attr · attach · edit · history · print
Page last modified on June 02, 2010, at 05:06 AM