On Sat, 27 Dec 2008, Micha Feigin wrote:
On Wed, 24 Dec 2008 13:49:53 -0900
Ken Irving <fn...@uaf.edu> wrote:
What can make the mtu drop on a running system?
The DHCP server (if you are using dhcp).
# Update on 12/13/2007
# -M Prevents dhcpcd from setting the MTU provided by the DHCP
# server.
# If this option is not enabled, this occurs:
# p34:/etc/init.d# netstat -i
# Kernel Interface table
#Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
#eth2 576 0 41603246 0 0 0 21618577 0 0 0 BMRU
# Which when you try to access websites etc it fails from NAT but not the local
# host because the NAT/network is 1500 bytes and the localhost is 576.
^^ Not sure if my explanation is quite right but fixing it so the MTU is not
changed fixed the problem :)
Justin.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org