-4

I have a computer witch is connected to a VPN. The VPN has no internet access.

How can I still be connected to the VPN but use my internet connection?

Do I need to use 2 network cards ?

Some simple explanation on how this can be acomplished is welcome.

Thanks

opc0de
  • 101
  • 2
  • What operating system is your machine running. It's an easy fix in Unix/Linux and MAY be an easy fix in Windows. – Everett Dec 11 '12 at 18:41
  • Are you the administrator of the VPN? Can you actually provide some details to your question, since there is a bajillion different different types of VPNs? Anyway, the answer to this is, `setup your routes correctly`. – Zoredache Dec 11 '12 at 18:44
  • @Everett my machine is running windows 7 – opc0de Dec 11 '12 at 19:06
  • And what VPN software (Cisco, OpenVPN, built in, what)??? – Everett Dec 11 '12 at 19:07
  • Based on the accumulated comments you've left out a number of key points. Please edit this question so that it includes a complete description of what you're trying to accomplish and can be answered without us playing 20-questions in the comments. See [this meta question](http://meta.serverfault.com/questions/3608/how-can-i-ask-better-questions-on-server-fault) for some tips on what goes into asking a good, answerable question. – voretaq7 Dec 11 '12 at 19:10

2 Answers2

2

Most likely you are not using a split tunnel that means all traffic you are generating is going in the VPN tunnel.

Here is a similar question I had answered a looong time ago...but within this galaxy.

Alex
  • 3,079
  • 20
  • 28
  • It's not that easy I want to run a tcp server on my machine that will have a public ip address but still access the server that is on the vpn. – opc0de Dec 11 '12 at 19:06
0

In OS X make sure "Send all traffic over VPN connection" is not checked.

enter image description here

Everett
  • 176
  • 2
  • 9
  • What does OSX have to do with this question? – HopelessN00b Dec 11 '12 at 18:57
  • 1
    I'm trying to demonstrate that leaving out a critical piece of information (like what operating system is being used) gets you any convenient answer. Show me where he says he's NOT using OS X, or any other OS for that matter... – Everett Dec 11 '12 at 18:59