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

Thiago Martins thiagocmartinsc at gmail.com
Wed Mar 19 00:38:29 UTC 2014


Hello! This problem still exists on Ubuntu 14.04.

It makes impossible to deactivate RA on a VLAN interface.

The command "sysctl -p" doesn't work when a line like this exists:

VLAN20:

"net.ipv6.conf.eth0.20.accept_ra=0"

It doesn't work either...

-- 
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:
  Fix Released

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