https://bugzilla.novell.com/show_bug.cgi?id=791280 https://bugzilla.novell.com/show_bug.cgi?id=791280#c8 --- Comment #8 from Marius Tomaschewski <mt@suse.com> 2012-12-03 17:14:26 UTC --- Yes, the dhcp-server (ISP) provides the 576 MTU... As I already wrote in comment 4, set DHCPCD_USER_OPTIONS='-M' when you are using dhcpcd. Otherwise remove the interface-mtu option from the request statement: --- /etc/dhclient.conf +++ /etc/dhclient.conf @@ -41,7 +41,7 @@ # Request several well known/usefull dhcp options. request subnet-mask, broadcast-address, routers, rfc3442-classless-static-routes, - interface-mtu, host-name, domain-name, domain-search, + host-name, domain-name, domain-search, domain-name-servers, nis-domain, nis-servers, nds-context, nds-servers, nds-tree-name, netbios-name-servers, netbios-dd-server, Basically, you only need the following minimal request: request subnet-mask, broadcast-address, routers, domain-name-servers; -- 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.