This is normal due to the way TCP works. When your remote yuser connects to the VPN every time he sends a TCP packet to the server he has to wait for an ACK responce before the next one is sent and this can cause massive delays.
You can get around this by using UDP encapsulation. I do not work with Sonicwall or Juniper so I am not sure how to do this using their components but it should be fairly easy.
The advantage of UDP over TCP is it will keep sending packets reguardless of ACK responces so your delay is cut. You should see your 70 -80 % drop change to about 10 - 20%
eb
Main Topics
Browse All Topics





by: ebjersPosted on 2008-04-08 at 10:19:04ID: 21307462
This is normal due to the way TCP works. When your remote yuser connects to the VPN every time he sends a TCP packet to the server he has to wait for an ACK responce before the next one is sent and this can cause massive delays.
You can get around this by using UDP encapsulation. I do not work with Sonicwall or Juniper so I am not sure how to do this using their components but it should be fairly easy.
The advantage of UDP over TCP is it will keep sending packets reguardless of ACK responces so your delay is cut. You should see your 70 -80 % drop change to about 10 - 20%
eb