Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: IPv6 Addressess
PostPosted: Tue Aug 02, 2011 2:59 pm 
Offline
Senior Member

Joined: Tue Aug 02, 2011 2:45 pm
Posts: 55
Hi,
I have static networking for IPv4 setup as follows on Ubuntu 10.04 LTS and all is working well.

auto lo
iface lo inet loopback

auto eth0 eth0:0

iface eth0 inet static
address <address here>
netmask 255.255.255.0
gateway <address here>

iface eth0:0 inet static
address <address here>
netmask 255.255.255.0
gateway <address here>

For IPv6 I added the following:

iface eth0 inet6 static
address <IPv6 main address>
netmask 64
gateway fe80::1
up ip -f inet6 addr add <IPv6 address 1>/64 dev eth0
up ip -f inet6 addr add <IPv6 address 2>/64 dev eth0
up ip -f inet6 addr add <IPv6 address 3>/64 dev eth0

On reboot this works fine and when I do a networking restart it works for a little while and then I start getting this:

* Reconfiguring network interfaces...
SIOCADDRT: File exists
Failed to bring up eth0.
ssh stop/waiting
ssh start/running, process 13580

All the IPv4 addresses are up on eth0 and the virtual interface and the main IPv6 address also comes up on eth0 but the three addresses for the IPv6 range don't. This appears random.

Any thoughts?


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group