3

I am on Windows 8.1.

Trying to follow the advice from https://superuser.com/questions/178674/setting-vpn-to-go-through-certain-ips-and-not-others/178675#178675

VPN network I have is TAP Adapter OAS NDIS 6.0 from OpenVPN Technologies, Inc.

This is what I see in TCP/IP settings section:

enter image description here

Please, advice, why I don't see "use default gateway on remote network" option here or how can I achieve the same result.

Boris
  • 81
  • 1
  • 4

1 Answers1

1

The option you are looking for is not in the network adapter settings. It is in the OpenVPN configuration, which is located at C:\Program Files\OpenVPN\config\openvpn.ovpn. The exact filename depends on your setup.

Tero Kilkanen
  • 36,796
  • 3
  • 41
  • 63
  • 1
    I found a file in **C:\Program Files (x86)\OpenVPN Technologies\OpenVPN Client\etc\profile**. Please, look to it's content - https://docs.google.com/document/d/1aMSw2TMWNqMatVYa0PFtN6jsbgr-g_3nLaDyTHYVAJ4/pub - what is the option I can remove here to disable routing all traffic via VPN ? – Boris Dec 28 '16 at 13:31
  • Since this is automatically generated, you will have to find which program generates it and disable the option in that software. The option `route-nopull` is the one that needs to be here. – Tero Kilkanen Dec 28 '16 at 13:34