09-18-2009 04:03 AM - edited 03-04-2019 06:05 AM
How is it possible a router sends 1448 bytes of ftp data (frame size is 1514) but not sending 1394 bytes of ftp data (frame size is 1460) over an ipsec tunnel, the router sends ICMP destination unrechable message to the source, the ipsec tunnel mtu is 1476..
Any idea about allowing ICMP destination unrechable message on windows firewall..
09-21-2009 08:15 AM
i have location A and location B, the problem in location A
the destination for both the location is same
the last hop is same for both the locations (ipsec tunnel)
Location A : source ip 152.144.175.35 and destination is 152.144.253.61)...
Location B : source ip 161.228.80.77 and destination is 152.144.253.61)...
router ip with ipsec tunnel : 152.144.75.244
09-21-2009 10:45 AM
Did u get the chance to look at the capture.. any idea of this behavior..
09-22-2009 12:53 AM
In both captures of location A - packet 9 in the campture is an icmp "fragementation needed"
In the capture of location B - packet 9 is the same.
All the FTP data is being sent with the DF bit set, the frame sizes are to big for the VPN.
Do the VPN's terminate on the ASA/PIX devices?
09-22-2009 03:42 AM
In location B the ftp data size is 1448 and the corresponding frame size is 1512 and this happily passes through the tunnel, at the same time in location A the ftp data size is 1394 and the corresponding frame size is 1460 and this does not passes through the tunnel.. this is strange..
the tunnel terminates on the router..
09-22-2009 04:34 AM
That is not how I read the packet captures, everything is not OK with the FTP data stream.
I suggest you either
1) Change the interface MTU
2) Depending on the routing platform use the tcp mss-adjust feature to a lower MSS in the TCP syn/syn ack.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide