SixXS::Sunset 2017-06-06

ipv4->ipv6 proxy
[dk] Shadow Hawkins on Wednesday, 03 November 2010 16:31:55
My favorite webeditor (UltraEdit) does not yet support ipv6. I maintain some websites, which in their testphase does not have an ipv4, only ipv6. Can I set up some kind of proxy or portforwarding, so my editor can ssh to eg 192.168.5.22 or port 2201 on by router/firewall FreeBSD and connect to the webserver ssh [2001:xxxx]:22 (192.168.5 being my private network) Leif
ipv4->ipv6 proxy
[ch] Jeroen Massar SixXS Staff on Wednesday, 03 November 2010 16:49:30
See the Port Proxy entry on the wiki for this, this would be on your local machine. On FreeBSD you have a lot of options: xinetd, socat, 6tunnel, etc etc.
ipv4->ipv6 proxy
[us] Shadow Hawkins on Friday, 05 November 2010 15:28:33
I used these commands to connect ipv6 webservers to my ip4 vista laptop:
netsh interface portproxy add v4tov6 listenport=8081 connectaddress=[aaaa::0011:22ff:fe33:4455] connectport=80 listenaddress=* netsh interface portproxy add v4tov6 listenport=8082 connectaddress=[aaaa::0011:22ff:fe33:4456] connectport=80 listenaddress=* netsh interface portproxy add v4tov6 listenport=8083 connectaddress=[aaaa::0011:22ff:fe33:4457] connectport=80 listenaddress=*
Full details are here http://dakx.com/raven/koko.html Beware, exposing webservers on nonstandard ports to the internet will get you intense scruntiny from hackers.

Please note Posting is only allowed when you are logged in.

Static Sunset Edition of SixXS
©2001-2017 SixXS - IPv6 Deployment & Tunnel Broker