[Bug 850566] Re: does not configure ipv6 vlan interfaces due to autoconf sysctl failure

Sebastian Wiesinger 850566 at bugs.launchpad.net
Fri Nov 25 13:58:53 UTC 2011


Workaround: Use "iface vlanXX" syntax:

iface vlan83 inet static
 vlan-raw-device eth0
...

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

Title:
  does not configure ipv6 vlan interfaces due to autoconf sysctl failure

Status in “ifupdown” package in Ubuntu:
  Confirmed

Bug description:
  upon upgrade to 11.10 the ipv6 vlan interface is not configured correctly, leaves it in a half configured state.
  ipv4 configured properly, but not ipv6

  #/etc/network/interfaces

  iface eth0.83 inet static
    address 192.168.83.2
    netmask 255.255.255.0

  iface eth0.83 inet6 static
    autoconf 0
    address 2002:XXXX:XXXX:53:XXX:XXXX:XXXX:XXXX
    netmask 64

  The failure is due to the sysctl calling net.ipv6.conf.eth0.83.autoconf = 0, which is incorrect since the dot is interpreted incorrectly, it should be
  net.ipv6.conf.eth0/83.autoconf = 0

  Fixed in 0.7~beta1

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




More information about the foundations-bugs mailing list