u...@host:~$ apt-cache policy dhcp3-client
dhcp3-client:
  Zainstalowana: 3.1.1-1ubuntu2
  KandydujÄ…ca: 3.1.1-1ubuntu2
linux version:
Ubuntu 8.10 intrepid for am64

i made some work-around. when card LAN is already up then networkmanager call 
scripts from /etc/network/if-up.d
so, in dir /etc/network/if-up.d add file setmtu1500
in setmtu1500 is:
#!/bin/bash
# set MTU = 1500
ifconfig eth0 mtu 1500

-- 
NM 0.7 doesn't automatically apply correct MTU setting
https://bugs.launchpad.net/bugs/283048
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to