Hi,
I have added an IPV6 address to my Ubuntu 10.04 linode.
For some reason, the autoconfigure doesn't seem to be working:
Code:
eth0 Link encap:Ethernet HWaddr f2:3c:91:96:68:a5
inet addr:109.74.203.220 Bcast:109.74.203.255 Mask:255.255.255.0
inet6 addr: fe80::f03c:91ff:fe96:68a5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2262622 errors:0 dropped:0 overruns:0 frame:0
TX packets:1636599 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:344687175 (344.6 MB) TX bytes:2219432293 (2.2 GB)
Interrupt:44
My /etc/network/interfaces is:
Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
pre-up iptables-restore < /etc/iptables.up.rules
# The primary network interface
auto eth0
iface eth0 inet dhcp
Do I need to modify the interfaces file to get the autoconfiguration working? I have a Fedora Linode too - the IPV6 address was added with no problem.
Thanks,
Dan