I can't get ipv6 working using ifup on mu vuduo (clean flash date July 6th, 2012, both 2.1 and 3.0). After the fresh install directory /proc/sys/net/ipv6/conf/eth0 is missing. ifup -f eth0 gives a ipv4 adres only. After ethtool -r eth0 i get a directory and a working ipv6-address. Then ifup -f eth0 again and both the directory and the ipv6 address are gone again. See below! I am curious whether any of you guys see the same behaviour? (maybe only vuduo?)
Rob Meerwijk
root@vuduo:/proc/sys/net/ipv6/conf# ls -ltr
dr-xr-xr-x 0 root root 0 Jul 11 00:38 lo
dr-xr-xr-x 0 root root 0 Jul 11 00:38 default
dr-xr-xr-x 0 root root 0 Jul 11 00:38 all
root@vuduo:/proc/sys/net/ipv6/conf# ethtool -r eth0
root@vuduo:/proc/sys/net/ipv6/conf# ls -ltr
dr-xr-xr-x 0 root root 0 Jul 11 00:38 lo
dr-xr-xr-x 0 root root 0 Jul 11 00:38 default
dr-xr-xr-x 0 root root 0 Jul 11 00:38 all
dr-xr-xr-x 0 root root 0 Jul 11 00:47 eth0
root@vuduo:/proc/sys/net/ipv6/conf# ifup -f eth0
udhcpc (v1.19.4) started
Sending discover...
Sending select for 192.168.178.21...
Lease of 192.168.178.21 obtained, lease time 864000
/etc/udhcpc.d/50default: Adding DNS 192.168.178.1
root@vuduo:/proc/sys/net/ipv6/conf# ls -ltr
dr-xr-xr-x 0 root root 0 Jul 11 00:38 lo
dr-xr-xr-x 0 root root 0 Jul 11 00:38 default
dr-xr-xr-x 0 root root 0 Jul 11 00:38 all
root@vuduo:/proc/sys/net/ipv6/conf# ifup -f eth0
udhcpc (v1.19.4) started
Sending discover...
Sending select for 192.168.178.21...
Lease of 192.168.178.21 obtained, lease time 864000
/etc/udhcpc.d/50default: Adding DNS 192.168.178.1
root@vuduo:/proc/sys/net/ipv6/conf# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:1D:EC:01:9B:C4
inet addr:192.168.178.21 Bcast:192.168.178.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11218 errors:0 dropped:2243 overruns:0 frame:0
TX packets:4836 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7650473 (7.2 MiB) TX bytes:478123 (466.9 KiB)
Interrupt:16
root@vuduo:/proc/sys/net/ipv6/conf# ethtool -r eth0
root@vuduo:/proc/sys/net/ipv6/conf# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:1D:EC:01:9B:C4
inet addr:192.168.178.21 Bcast:192.168.178.255 Mask:255.255.255.0
inet6 addr: 2001:980:5b5f:1:21d:ecff:fe01:9bc4/64 Scope:Global
inet6 addr: fe80::21d:ecff:fe01:9bc4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11315 errors:0 dropped:2271 overruns:0 frame:0
TX packets:4875 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7659528 (7.3 MiB) TX bytes:483178 (471.8 KiB)
Interrupt:16
Edited by robadouche, 12 July 2012 - 21:57.