http://bugzilla.novell.com/show_bug.cgi?id=555095 http://bugzilla.novell.com/show_bug.cgi?id=555095#c8 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |jnelson-suse@jamponi.net --- Comment #8 from Marius Tomaschewski <mt@novell.com> 2009-11-30 08:54:13 UTC --- (In reply to comment #7)
Sorry, I wasn't able to respond as quickly as I would have preferred.
1. I upgraded via 'zypper dup'
2. I tried using 'ifplugd' instead of 'auto' or 'onboot' - no change!
The fact is, dhclient is *not* setting the default route under certain circumstances. That is the cause of my martian packet thing (which I already knew, but I wanted to explain how I came to understand that dhclient wasn't behaving). Switching to dhcpcd works, but this continues to bite other people.
Can switch to dhclient using DHCLIENT_BIN="dhclient" and set also DHCLIENT_DEBUG="yes" in /etc/sysconfig/network/dhcp, then rotate logs using "logrotate -f /etc/logrotate.conf" and reboot, please? After reboot, please call "dhcpcd-test" for each interface, e.g.: /tmp/dhcpcd-test.eth0.out &>/tmp/dhcpcd-test.eth0.out then also: (ip addr show ; ip -4 route show ; ip -6 route show ) &>/tmp/ip-config.txt Please copy all /etc/sysconfig/network/ifcfg-* files to e.g. /tmp/ifcfg/: mkdir /tmp/ifcfg/ ; cp /etc/sysconfig/network/ifcfg-* /tmp/ifcfg/ and replace all keys or passphrases with XXXXXXX. Then provide the following files as tar archive using following command in one line: tar cvzpf /tmp/bug555095.tgz \ /tmp/dhcpcd-test.*.out /tmp/ip-config.txt /var/log/{boot.msg,messages} \ /sbin/dhclient-script /etc/dhclient-*-hooks /var/log/dhclient-script.log \ /etc/sysconfig/network/{config,dhcp,routes,ifroute-*} /tmp/ifcfg/* \ /var/run/netconfig -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.