With netowork manager disabled and with an /etc/network/interfaces file
that looks like this:

# 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

# The primary network interface
auto eth0
iface eth0 inet static
        address 10.0.0.100
        netmask 255.255.255.0
        gateway 10.0.0.1

auto eth0:1
iface eth0:1 inet6 static
        address 2001:db8::100
        netmask 64
        gateway 2001:db8::1


I get the following error when tyring to bring up an aliased interface

$ sudo ifup eth0:1
error: "net.ipv6.conf.eth0:1.autoconf" is an unknown key
Failed to bring up eth0:1.

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

Title:
  'SIOCSIFFLAGS: Cannot assign requested address' when setting up IPv6
  alias

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

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

Reply via email to