maybe not the best way, but I have in my /etc/network/interfaces file It puts it all in a place that is easy to find and use
auto eth3 iface eth3 inet static address 192.168.1.1 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.2.255 up route add -net 192.168.100.0 netmask 255.255.255.0 gw 192.168.1.254 up ifconfig eth3 mtu 500 It may be better to do a pre-up though so it gets done before the interface is brought up auto eth3 iface eth3 inet static address 192.168.1.1 .... pre-up ifconfig eth3 mtu 500 Chris --- Ryan Tucker <[EMAIL PROTECTED]> wrote: > Greetings... > > I'm trying to find the "Debian Way" to adjust the MTU on an > interface... > basically, we have a box behind a firewall which is blocking the ICMP > > Can't Fragment packets, and we're sending fairly large data packets > through, and, well, the obvious problem occurs. They can put a > little > firewall on the LAN which has an MTU adjustment (and sends the > packets > back), which fixes the problem nicely, but that's kinda a hack. > > I checked "man interfaces", but didn't see anything too obvious... > > I'm running Woody on this box. > > Thanks! -rt > > -- > Ryan S. Tucker > Network Engineer > ISP Direct, Inc. > 1159 Pittsford-Victor Road, Suite 140 > Pittsford, New York 14534 > +1 585 419-8200 > http://www.netacc.net/ > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]