http://bugzilla.opensuse.org/show_bug.cgi?id=916956 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(nrickert@ameritec | |h.net) --- Comment #5 from Marius Tomaschewski <mt@suse.com> --- (In reply to Neil Rickert from comment #4)
I think, this provides you the solution: either fix the router or override it by DHCLIENT6_MODE=managed. Does it work for you?
After several reboots, I'm afraid that the change from "auto" to "managed" has not helped at all.
What did you changed and where? Unfortunately, this report does not contain any valuable informations. Neither config nor debug logs, so I cannot say much more about it than in the comments before. Please install the "radvd" package. Enable debug by editing the variables in /etc/sysconfig/network/config file: WICKED_DEBUG="all" WICKED_LOG_LEVEL="debug" Then move the /etc/sysconfig/network/ifcfg-$ifname file away from the directory or rename to e.g. .ifcfg-$ifname, so there is no attempt to set up it at boot time at all. Then please reboot and login twice / open two root terminals. Move the file back to it's place. In the first root console/terminal window start: radvdump | logger -t radvdump 2>&1 in the 2nd, start: "wicked ifup all" (or just "ip link set up $ifname"). Wait until the command finished and "ip -6 r s" starts to show a default route and/or routes with a global scope IPv6 network. You can abort the radvdump running in the other console with Ctrl-C now. Finally, collect the logs: wicked show-config > config-dump.log wicked show-xml > status-dump.log journalctl -b -o short-precise > journal.log review the files and XXX-out/anonymize anything you consider secret in them and create an archive of it: tar -czf bug916956-logs.tgz config-dump.log status-dump.log journal.log Please attach the archive to this bug report (as private comment), then we may be able to see more. See also: https://en.opensuse.org/openSUSE:Bugreport_wicked -- You are receiving this mail because: You are on the CC list for the bug.