Answers to: Pinging to IPv6 enabled machine?http://linuxexchange.org/questions/64/pinging-to-ipv6-enabled-machine<p>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.</p>enFri, 07 May 2010 14:09:31 -0400Answer by rituraj.goswamihttp://linuxexchange.org/questions/64/pinging-to-ipv6-enabled-machine/366<p>i hope the question is like this one machine has a ipv4 address and one has ipv6 address then can i ping the ipv6 machine from the ipv4 machine?????? RIGHT. please keep the question scenario atleast simple. use the ping6 command to ping an ipv6 machine from the ipv4 machine. if your dns works it will work fine. </p>rituraj.goswamiFri, 07 May 2010 14:09:31 -0400http://linuxexchange.org/questions/64/pinging-to-ipv6-enabled-machine/366Answer by porzechhttp://linuxexchange.org/questions/64/pinging-to-ipv6-enabled-machine/166<p>to ping ipv6 destination You must have ipv6 on both ends ipv6 is not backwards compatible with ipv4 by design</p>porzechMon, 03 May 2010 10:18:56 -0400http://linuxexchange.org/questions/64/pinging-to-ipv6-enabled-machine/166Answer by Jeremy Visserhttp://linuxexchange.org/questions/64/pinging-to-ipv6-enabled-machine/128<p>No. Both machines need to be IPv6–enabled.</p> <p>To ping all the IPv6–enabled machines on your network, you can use:</p> <pre><code>$ ping6 ff02::1%eth0 </code></pre> <p>...where “eth0” is the name of the network adapter you want to ping on.</p>Jeremy VisserSat, 24 Apr 2010 14:16:07 -0400http://linuxexchange.org/questions/64/pinging-to-ipv6-enabled-machine/128Answer by Web31337http://linuxexchange.org/questions/64/pinging-to-ipv6-enabled-machine/65<p>I think the answer is in your question.</p>Web31337Thu, 15 Apr 2010 12:27:59 -0400http://linuxexchange.org/questions/64/pinging-to-ipv6-enabled-machine/65