Click to See Complete Forum and Search --> : Where to set MTU and MRU in Linux ?


hungarian
11-01-2000, 04:53 PM
http://www.linuxnewbie.org/ubb/confused.gif
Now, where, in which file or program can I set the Maximum Transmission Unit and Maximum Receive Unit in Linux in general ? In the past I managed to do this with the netcfg tool but in the new version these options are not there any more. Ahhh, why not ??
I found that by setting both to the max:1500 my download speed improved, so I would be keen to set it on my new distro as well. RH7

------------------
http://homepages.paradise.net.nz/frankkru

bkurt
11-01-2000, 04:59 PM
You enter these values in /etc/ppp/options. Just add:
mtu xxx
mru xxx
and that should do it. There is also a way to do it in kppp if you use that, but I can't remeber that off hand. You would have to check out the FAQ on kde.org for that one. Hope this helps.

hungarian
11-01-2000, 05:05 PM
http://www.linuxnewbie.org/ubb/smile.gif
Thanks for the quick reply bkurt.

------------------
http://homepages.paradise.net.nz/frankkru

Strike
11-01-2000, 05:11 PM
You can laso set it with ifconfig IIRC