The workaround for now is to configure an IPv4 address:

auto eth0
iface eth0 inet static
        address 169.254.199.199
        netmask 255.255.0.0

iface eth0 inet6 static
        address 2001:610:188:444::55
        netmask 64
        gateway 2001:610:188:444::1
        autoconf 0
        privext 0
        accept_ra 0
        dns-search terena.org
        dns-domain terena.org
        dns-nameservers 2001:610:1:800a:192:87:106:106


Then remove it later from /etc/rc.local:

/sbin/ip addr del 169.254.199.199/16 dev eth0
exit 0


Not pretty but it's the only way right now to have my host properly configured 
;-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1352255

Title:
  Impossible to configure network interface with only IPv6 address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1352255/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to