Operating System - Linux
1824976 Members
3530 Online
109678 Solutions
New Discussion

how big (MTU size) are ipsec packets ?

 
'chris'
Super Advisor

how big (MTU size) are ipsec packets ?

hi

how big (MTU size) are ipsec packets sending over the vpn tunnel ?

and what means if the machine (AS400) has following Maximum Transmission Unit settings:
The maximum transmission unit (MTU) is the MTU of the interface that is associated with this route.

snifer says by AS400
“Don’t Ffragment Flag“ (DF) im IP-Header.

could be that a problem between AS400 and remote VPN clients ?

kind regards
chris
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: how big (MTU size) are ipsec packets ?

Couple of possible issues:

Packet size could be it.

To find out:

tcpdump -i eth# > /tmp/file

replace the # with a real eth number
Then you'll get the packet sizes.

Also see if the VPN requires a certificate exchange before being valid. Thats a recent Microsoft "enhancements"

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Olivier Drouin
Trusted Contributor

Re: how big (MTU size) are ipsec packets ?

yup, take for example a client with a MTU of 1500 and is setting the 'dont fragment' header flag. If the router allows max MTU size of 1000 then the clients packet will be discarded.