KindledSpirit
07-25-2005, 10:19 AM
I would like to know how to change my network cards MTU setting. Red hat 9 i'm running atm
Mictlantecuhtli
07-25-2005, 02:55 PM
In command prompt, type ip link set eth0 mtu value.
That's assuming your network card is eth0.
You can check it with command ip link show eth0.
KindledSpirit
07-25-2005, 03:00 PM
will it always be set to that value then?
Mictlantecuhtli
07-25-2005, 03:22 PM
If you want to set it permanently, edit /etc/sysconfig/network-scripts/ifcfg-eth0, add line MTU=value there.