https://bugzilla.novell.com/show_bug.cgi?id=791280 https://bugzilla.novell.com/show_bug.cgi?id=791280#c4 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #4 from Marius Tomaschewski <mt@suse.com> 2012-11-30 16:27:42 UTC --- OK, thanks! OK, I'm going to apply the - $(( $new_interface_mtu )) -lt 576 ] ; + $(( $new_interface_mtu )) -le 576 ] ; fix to include 576 in the invalid range. We are so kind to ask for the MTU and the ISP dhcp server (or your cable modem?) reports some crap lower than this. Please start: ip link set up dev eth0 # just to make sure it is up wireshark -k -i eth0 -f 'udp port 67 or udp port 68' -w dhcp.cap & then execute: dhcpcd-test eth0 when dhcpcd-test is done, attach the "dhcp.cap". To avoid that clients asks for, edit /etc/dhclient.conf and remove the "interface-mtu" from request. For dhcpcd, edit /etc/sysconfig/network/dhcp and set the -M option: DHCPCD_USER_OPTIONS='-M'. Further, you may set your mtu as needed in the ifcfg file -- when default (1500) does not work for unfragmented packets. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.