On a ALIX with voyage Version: 0.10.0 I have a IPv6 problem.


When I write:


auto eth1
iface eth1 inet6 static
        address 2001:0db8:0:f101::1/64

to /etc/network/interfaces


and reboot ifconfig shows this:

eth1      Link encap:Ethernet  HWaddr x
             inet6 addr: 2001:db8:0:f101::1/64 Scope:Global


But if i try to ping myself


# ping6 2001:0db8:0:f101::1
PING 2001:0db8:0:f101::1(2001:db8:0:f101::1) 56 data bytes


It just hangs until I press Ctrl C.

The same goes if I use -I eth1 in ping6, but if i down eth1 and write:

# /sbin/ifconfig eth0 inet6 add 2001:0db8:0:f101::1/64


Then up eth1 again, and ping this way:

ping6 2001:0db8:0:f101::1
PING 2001:0db8:0:f101::1(2001:db8:0:f101::1) 56 data bytes
64 bytes from 2001:db8:0:f101::1: icmp_seq=1 ttl=64 time=0.096 ms
64 bytes from 2001:db8:0:f101::1: icmp_seq=2 ttl=64 time=0.103 ms
64 bytes from 2001:db8:0:f101::1: icmp_seq=3 ttl=64 time=0.103 ms


Everythings in order ?


What's going on ?

--

-------------------------------------------
Med venlig hilsen / Yours Sincerly
Henrik Kressner

_______________________________________________
Voyage-linux mailing list
Voyage-linux@list.voyage.hk
http://list.voyage.hk/mailman/listinfo/voyage-linux

Reply via email to