If you've had any of these problems, join the crowd. VPNs are known for exhibiting a variety of issues that baffle the mind as to what can be the cause. This article will discuss two common issues associated with VPN services and suggest resolutions that can be handled by end users.
Slow performance
One of the most common problems is slow performance. We have all been in this boat. The first thing that I would recommend is testing the performance of the Internet link itself. This is a relatively simple exercise that even the most ignorant end user can execute. Follow these steps:
- First disconnect the VPN. We want to ensure that network latency is not the problem, so we do not want any VPN issue to cloud the picture.
- Open a DOS prompt. Hit the start button; hit the run icon. When the window comes up, type "cmd" in the window.
- Type the following at the command prompt: ping -t www.cisco.com. you should see output similar to the output below:
C:\Documents and Settings\Robbie Harrell>ping -t www.cisco.com
Pinging www.cisco.com [198.133.219.25] with 32 bytes of data:
Reply from 198.133.219.25: bytes=32 time=94ms TTL=113
Reply from 198.133.219.25: bytes=32 time=77ms TTL=113
Request timed out.
Requires Free Membership to View
Reply from 198.133.219.25: bytes=32 time=71ms TTL=113
Reply from 198.133.219.25: bytes=32 time=78ms TTL=113
Reply from 198.133.219.25: bytes=32 time=77ms TTL=113
Reply from 198.133.219.25: bytes=32 time=77ms TTL=113
Request timed out.
Ping statistics for 198.133.219.25:
Packets: Sent = 8, Received = 6, Lost = 2 (25% loss),
Approximate round trip times in milli-seconds:
Minimum = 71ms, Maximum = 94ms, Average = 79ms
As you can see from this output, I am experiencing an average of 79ms for my packet to go across the internet to Cisco's Web server and back. Not bad. Anything less than 100ms is good. Not great, but good.
If the network is good, you may have issues with your maximum transmission unit (MTU). Some VPN clients have a hard time fragmenting packets and if the MTU is set high (say 1500), the performance may suffer. I always recommend setting the MTU to 1200 on the VPN client. The process for doing this varies by client, so use the help feature to determine how to set it on your client.
Trouble connecting to the Internet while on the VPN
|
||||
These are just two of the issues associated with VPNs. While there are many more that can be discussed, these are the two that can be handled from a user's perspective. Good luck and happy troubleshooting.
This was first published in September 2005
