Changing interfaces MTU value
Sometimes you need to adjust the MTU manually (ipsec or dsl overhead can cause issues)
#ifconfig <interface_name> mtu <value>
If you need your change to be reboot persitent :
add the ifconfig <interface_name> mtu <value> line in /etc/rc.d/rc.local




