Yes, I have setup a vpn tunnel using encryption and it seems to be dropping packets. What happens is 4 or 5 consecutive requests respond but then 15-20 fail. Any ideas on how to troubleshoot this?
I wouldn't hard-set the speed and duplex settings unless you're actually seeing interface-level errors. I don't have a lot of experience with troubleshooting packet drops on VPN tunnels. My first thought is that perhaps you are having MTU issues.
Do a "show int" on your router and you'll see if there are interface-level errors. If there aren't any then don't mess around with your speed and duplex settings. Leave it at AUTO.
I would recommend beginning a new thread titled "Packet Drops on VPN Tunnel" and you'll probably get more help from people more qualified than me. I've had some experience with VPNs but probably not enough to help you out.
There's a problem with packets exceeding the MTU due to VPN overhead and having the DF bit set.
Try, on the interfaces, "ip policy route-map clear-df" and a route policy:
route-map clear-df permit 10
match ip address 101
set ip df 0
and an ACL:
access-list 102 permit ip 192.168.0.0 0.0.0.255 any
.. etc.
This will force the router to clear the DF bit and fragment regardless of what the sender specified. This may not be your issue, but is something that we found affecting VPN traffic.
Thank you everyone for your advice. I have to throw a curve ball into the equation. The connections worked perfect for about 10-20 minutes. I disconnected it and connected it again and it started dropping packets once again. Any ideas on what might be going on?
Try to nail down exactly where the packets are being dropped. Are they being dropped in VPN tunnel? Are they being dropped at the interface due to errors?
How are you determining that packet loss is actually occurring?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.