KindledSpirit
07-25-2005, 09:19 AM
I would like to know how to change my network cards MTU setting. Red hat 9 i'm running atm
Read with Formatting |
Join TechSpot! (it's free)
MTU settings
|
KindledSpirit 07-25-2005, 09: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, 01: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. Ad 07-25-2005, 01:55 PM KindledSpirit 07-25-2005, 02:00 PM will it always be set to that value then? Mictlantecuhtli 07-25-2005, 02:22 PM If you want to set it permanently, edit /etc/sysconfig/network-scripts/ifcfg-eth0, add line MTU=value there. |
|