Marius Tomaschewski changed bug 1135647
What Removed Added
Status NEW RESOLVED
Resolution --- INVALID

Comment # 25 on bug 1135647 from
The forwarding in the kernel is configured via sysctl's (man sysctl.conf).

A machine with "net.ipv6.conf.all.forwarding = 1" is a router and a router
does not perform autoconfig of the default route or addresses, except it
is explicitly requested using "net.ipv6.conf.all.accept_ra = 2".

Note: The "net.ipv*.conf.default.*" settings are templates -- any time when
an interface appears in the kernel (is created or detected), the kernel will
apply the settings from "net.ipv*.conf.default.*" to ...".$INTERFACE.*".

Wicked never configures sysctl or another config files, but is using them
only. Neither LEAP 15.0 nor 15.1 nor .. are enabling forwarding by default
AFAIK, thus the bug is INVALID from our (=wicked,kernel) perspective.

In your case, the configuration enables forwarding/router mode and then
the kernel (it is not wicked that makes SLAAC) will not autoconfigre ipv6
as advised/configured.

That is, whenever you've (re)configured something (using NetworkManager,
manually, ... KDE, foo or bar) you may need to cleanup / revert some left-
overs from the previous use case. In this case the /etc/sysctl.* files;
remove them or adjust the config to either set "...forwarding = 0" or
"...accept_ra = 2".
There may be some bug in the configuration tools which tweaked this setting,
but maybe you just forgot to revert changes in them? I've no idea, sorry!

We will try to catch the network.service enablement conflicts in YaST
(which makes the switch between NetworkManager & wicked), ... as good
as possible in separate issues, e.g. bug 1148309.

But the main reason for this bug / behavior is the enabled forwarding,
thus a (mis-)configuration issue. You can disable forwarding in YaST:

  Network Settings
  ���Global Options������Overview������Hostname/DNS������Routing��������������������������������������������������� 
  ���     ���������������������������������������������������������������������������������������������������������������������������-���������������������������������     ��� 
  ���     Default IPv6 Gateway                     Device           ��� 
  ���     ���������������������������������������������������������������������������������������������������������������������������-���������������������������������     ��� 
  ���                                                               ��� 
  ���     ���Routing Table���������������������������������������������������������������������������������������������������������������������     ��� 
  ���     ���������������������������������������������������������������������������������������������������������������������������������������������������������������     ��� 
  ���     ������Destination���Gateway���Netmask���Device���Options       ������     ��� 
  ���     ������                                                 ������     ��� 
  ���     ������                                                 ������     ��� 
  ���     ���������������������������������������������������������������������������������������������������������������������������������������������������������������     ��� 
  ���     ���                [Add][Edit][Delete]                ���     ��� 
  ���     ���������������������������������������������������������������������������������������������������������������������������������������������������������������     ��� 
  ���                                                               ��� 
  ���     [ ] Enable IPv4 Forwarding                                ��� 
  ���     [ ] Enable IPv6 Forwarding                                ��� 
  ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� 
 [Help]                                [Cancel]             [ OK ]


You are receiving this mail because: