LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   IPv6 to IPv4 (https://www.linuxquestions.org/questions/%2Absd-17/ipv6-to-ipv4-154064/)

thomjakub 03-06-2004 12:29 AM

IPv6 to IPv4
 
I am running FreeBSD 4.4

I need to find the IPv4 address given a machine's IPv6 address. Anybody have any ideas on how to do this?

Is there a mapping from IPv6 address -> IPv4 address? Or should I rely on system calls?

Help!

PS The bigger picture - is that I want to contact IPv6 machines using Webmin (which does not support IPv6 and can do this only with IPv4 addresses)

chort 03-06-2004 01:17 AM

The automaticly configured IPv6 addresses are based on the MAC address, unless they're being handed out by rtsol or staticly assigned. You can, however, create an IPv6 tunnel to encapsulate IPv4 traffic.

$ man gif

should yield more details.


All times are GMT -5. The time now is 10:10 PM.