Comment 14 for bug 283048

Revision history for this message
PasQty (pas-i) wrote :

user@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