VPN woes
November 24, 2009 4:20 PM
Subscribe
I have set up a VPN connection, and two network adapters: wired and wireless. How do I force the VPN connection to use the wireless adapter, without disabling the wired adapter?
I am on Windows 7.
Problem is that the wired network connection on my company's LAN goes through a firewall that blocks my ability to use the VPN connection that connects me to my customer's LAN. The wireless network, however, is open to the internet.
Currently I disable my wired adapter, fire up the VPN which connects over the wireless adapter, then re-enable my wired adapter. This works fine but is really annoying.
posted by randomstriker to computers & internet (5 comments total)
4 users marked this as a favorite
ROUTE -P ADD [ip# of vpn server] [ip# of wireless gateway] METRIC [a very low number]
Moral of the story: try harder to figure it out before wasting my weekly question.
posted by randomstriker at 4:43 PM on November 24, 2009