Using IPV6 with Dante

danteipv6PROXY

I have a server with one ipv4 ip and plenty of ipv6 ips.

i would like to setup Dante to work as a socks proxy server in my server.

I need to assign different port to each ipv6 port.

Now i can use ipv4 without a problem and when i connect with my server and check my ip it successfully show my ipv4 ip.

I didn't wanna show my ipv4 to the rest of the world, but only my ipv6 ip .

And also assign different ports to different ipv6 ips , which mean:

192.168.1.10:1111 work with ipv6 ip number 1
192.168.1.10:2222 work with ipv6 ip number 2
192.168.1.10:3333 work with ipv6 ip number 2
...........................
etc

How can i do this with Dante?

Thanks

Best Answer

No, you would need a NAT64 (or some other) address family translator. Tayga http://www.litech.org/tayga/ would be an example of one.

Related Topic