> As a side note: if you accept the RAs, you will not only get the
missing routes, but also the SLAAC addresses. So this is not anymore the
"Automatic (DHCP only)" option as advertised.

If this is not what you want, you should simply set

echo 1 > /proc/sys/net/ipv6/conf/ethX/accept_ra
echo 0 > /proc/sys/net/ipv6/conf/ethX/autoconf

But not disable accept_ra entirely.

> I think adding the static-routes option my help a lot in this regard.

No. The default route will come over RA in most real-world
configurations. It is wrong to disable accept_ra with DHCPv6 only.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1193205

Title:
  dhcp IPv6 sets accept_ra to 0 and doesn't get IPv6 route

Status in “network-manager” package in Ubuntu:
  Incomplete

Bug description:
  Configure IPv6 network so that the IP address is obtained through
  DHCPv6 and setup NetworkManager IPv6 to use the "Automatic (DHCP
  only)" method.   accept_ra is then set to 0 and NetworkManager fails
  to obtain the IPv6 route.

  Attached is a script /etc/NetworkManager/dispatcher.d/02allowIPv6route
  which works around the issue to set accept_ra to 1.

  I am running Kubuntu 13.04, but I believe the bug is not limited to
  this release.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1193205/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to