Hello,
I am interested in playing with IPv6, and see from the website that I
should have this on my VPS already. But it doesn't appear to be
autoconfiguring.
,----
| cripps:~# cat /etc/network/interfaces
| auto lo
| iface lo inet loopback
|
| auto eth0
| iface eth0 inet static
| address 212.13.194.37
| netmask 255.255.254.0
| gateway 212.13.194.1
|
| iface tun0 inet static
| address 10.0.0.1
| netmask 255.0.0.0
| cripps:~# /sbin/ip -6 addr show dev eth0
| 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qlen 1000
| inet6 fe80::216:3eff:fe14:af00/64 scope link
| valid_lft forever preferred_lft forever
| cripps:~# sysctl net.ipv6.conf.default.autoconf
| net.ipv6.conf.default.autoconf = 1
`----
Is the /e/n/i configuration interfering with this somehow? Ideas on
the back of a postcard.
Cheers,
Iain