Quote:
Originally Posted by FireRaven
None of that helps.
I'm unsure if I need to set up an internal iptables NAT to do this or can just do simple port forwarding...
|
Answer is no. You cannot do NAT between OSI Layer 3 protocols. You have to setup tunnel to do so.
Look in your config files to find out where are IPs on which it is supposed to listen.
If you have auto-configured IP based on EUI (e.g. MAC), then you are lucky, cause you would always have exactly same IPv6 address, if no try to find interfaces on which it is supposed to listen.
If all of this would fail you have no other choice, but to use sit interface, which would "translate" your IPv6 to IPv4. Do not ask me how to do it this way, as all what I am using sit for is IPv6-in-IPv4 Tunnel provided by hurricane