LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Pinging Ipv6 address? (https://www.linuxquestions.org/questions/linux-newbie-8/pinging-ipv6-address-802146/)

linuxunix 04-15-2010 06:27 AM

Pinging Ipv6 address?
 
Say, I have two Linux boxes - Box-1 and Box-2. Box-1 is not IPv6 supported Box while Box-2 is IPv6 supported(IPv6 address is assigned).Now if I try pinging IPv6 address from Box-1. Will it able to ping the Box2.

AlucardZero 04-15-2010 08:11 AM

No. Why would you think it would?

alli_yas 04-15-2010 08:11 AM

I think perhaps your understanding of "supporting IPv6" is a bit off track. Support would definitely not be to with your network interface itself; but rather on the kernel side as well as you interface driver side.

Thus for your "Box 1" to be able to ping "Box 2", you'd need to install a kernel that is IPv6 ready; and also make sure that your NIC drivers are patched to support IPv6. Obviously, this assumes you have a direct connection between Box 1 and Box 2. In this case "Box 1" would also "support" IPv6.

If Box 1 and Box 2 were on different networks where switches/routers/etc are involved; then all these devices would need to support IPv6 as well.

Have a look at this link which provides a healthy amount of info on IPv6 and Linux: http://tldp.org/HOWTO/html_single/Linux+IPv6-HOWTO/


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