setup mtu automatically after system reboot
- by Gopalakrishnan Subramani
I have issues with slow internet and by changing mtu works fine for me.
I use Ubuntu 9.10 64bit system.
I have dynamic ip address setup
All the time after system bootup, I need to do the following command to make mtu setting take effect.
sudo ifconfig eth0 mtu 1492
Are there any way I can set it up using startup program.
As you know, sudo prompt me root password.