Cannot connect to Internet or local network while on the VPN
The company told me if I installed a second network card in the computer (which I did) and since I am running Windows...
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
XP Pro that I would be able to then use this second card as my connection to my local network. Both cards have their own IP addresses, and both are hooked through a hub and router to a cable modem. However, it appears that when I try to use the network services or Internet they still go to the VPN client and that doesn't solve my problem.
My company says it could be a router issue because it should be working (I use a DLink DI-808HV) DLink tells me their router supports this type of feature. I have been going around in circles on this one. Is there some configuration I am missing? Either on the local computer or router? Am I getting bad info and this is not even possible? I am nearly at the end of my rope and any help would be appreciated.
In almost every VPN server, there's an option in the client configuration section usually named "Split Tunneling Policy," where you're able to either tunnel everything on the client's side to go through the VPN or specify a preconfigured network list.
The preconfigured network list is built by the administrator and contains all the networks behind the VPN server that the remote client should be able to connect to. These networks are then added in the client's routing table as soon he connects to the VPN. If no such list exist, then the solution is to push everything (0.0.0.0) through the VPN tunnel, which is what seems to be happening in your case.
You'll also be able to view this if you type "route print" on your command prompt before and after connecting to the VPN server.
In closing, let me point out that this problem is at the VPN server side, not your router or PC. When a VPN client connects to a VPN server, all configured parameters are pushed to the client, whether he likes it or not!
Cheers.