Click to See Complete Forum and Search --> : cant upload
Its_ON
03-14-2001, 08:52 AM
i cant upload unless i change my tcp/ip MTU settings to 1456
i called my isp and they helped me with windoz but they dont offer help with linux..
this settings was here in windows
\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Sevices\T cpip\Parameters\Interfaces\{mynetcard} and inside of it i had to make a new DWORD Value and i had to name it MTU and set the value to 1456, plase where can i change the settings in linux?
help :(
Lorithar
03-14-2001, 11:16 AM
Hey ...
You're on dsl aren't ya?
You wouldn't happen to be using PPPoE would you?
IF you are using PPPoE ... Roaring Penguin's RPpppoe scripts do a great job of handling that ... in their case they have the MTU set up in the scripts for the ethernet and ppp connections
If NOT .. ifconfig ethx [ipaddress] MTU=1496 up
will bring up the interface ethx with whatever ipaddress and an MTU of 1496
Point to be made .. in the linux world, and with pppoe the ETHERNET card conected to the dsl modem MUST have an MTU of 1500. The DSL MTU is set on the PPP connection instead. HOWEVER to improve throughput and handling processes the OTHER ethernet connections to the box should have the MTU set to [isp suggestion - 40] for an MTU and the other connected boxes should also have their MTU capped.
The reason for the -40 there is the 40 bytes of packet header that must be added on to the ethernet packet to put it in the dsl pipe.
Its_ON
03-15-2001, 09:32 AM
ya i am using DSL
i dont kow if im using PPPoE
hum...
i treid the command but it didnt work
this is what i did
ifconfig eth0 192.168.0.2 MTU=1496 up
how would i find out if im using PPPoE or not.. and wha ver. caz i think there is a new update for PPPoE
mangeli
03-15-2001, 09:40 AM
Dude, go to http://www.dslreports.com join their forum and ask someone in the linux or the tweaking forum. Thats where I went when I needed help tweaking my dsl connection, and they worked great.
All it is is a matter of editing one file, but I forget the file........