Friday, September 11, 2009

vpnc: receiving packet message too long

check the router eth1 it has mtu set too small to 576 need to reset it to 1500
so go to
/etc/rc.local
add line
ifconfig eth0 mtu 1500
and done
hat tip:
http://metauser.net/2008/11/15/vpnc-receiving-packet-message-too-long/

1 comment:

Alex said...

even though the MTU settings on my router was set to AUTO, I changed it to 1500 and
it worked!! Thank you!!