ipv6 ping network is unreachable
i have 2 pc, Ubuntu and backtrack. I want to connect them with ipv6.
ubuntu -> 2001:470::2
Backtrack -> 2001:472::2
i use command ip -6 address add 2001:472::2/64 dev eth0 in backtrack and ip -6 address add 2001:470::2/64 dev eth0 in ubuntu. So, when i try ping(2001:472::2) from ubuntu to backtrack, i have an an error message connect: Network is Unreachable.
how to solve that?
i use ipv4 too, but it can connect
ubuntu -> 192.168.1.1
backtrack -> 192.168.1.50
Last edited by newbie_ubu; 10-17-2013 at 08:56 AM.
|