Change default network adapter to the VPN one in Windows 7Default gateway on vpn for traffic outside the vpn...
Avoiding morning and evening handshakes
What's the most convenient time of year to end the world?
What to do when being responsible for data protection in your lab, yet advice is ignored?
Is a debit card dangerous for an account with low balance and no overdraft protection?
How would a Dictatorship make a country more successful?
We are very unlucky in my court
Where are a monster’s hit dice found in the stat block?
Parsing a string of key-value pairs as a dictionary
What does Cypher mean when he says Neo is "gonna pop"?
Why Smart Plugs don't require setting port forwarding on router and how to accomplish this with NodeMCU (ESP8266)
insert EOF statement before the last line of file
What kind of hardware implements Fourier transform?
Can I become debt free or should I file for bankruptcy? How do I manage my debt and finances?
Disable the ">" operator in Rstudio linux terminal
Cryptic with missing capitals
How do you funnel food off a cutting board?
Citing paywalled articles accessed via illegal web sharing
Why did this image turn out darker?
Book where aliens are selecting humans for food consumption
Can a person refuse a presidential pardon?
How to prevent cleaner from hanging my lock screen in Ubuntu 16.04
How to avoid being sexist when trying to employ someone to function in a very sexist environment?
Am I a Rude Number?
Compress command output by piping to bzip2
Change default network adapter to the VPN one in Windows 7
Default gateway on vpn for traffic outside the vpn domainMaking a process use a VPN adapter instead of the default adapter to reach the internetVPN from Home NetworkWindows VPN through non-default network interfaceRASPBERRY behind the firewall one one NETWORK to be visible over another network via VPNNetwork connectivity with VPN on Windows 10OpenVPN Tunneling On Local Network Only?Dynamically Change Network Adapter Priority in WindowsWindows 7 Internet Connection Sharing to VPN - Any way “guest” network can access the “host” network?What is the meaning of a Path like 'L:1WindowsSystem32wbem' in Windows?
OpenVPN was working yesterday, but today is not working anymore. In a cmd windows I typed:
tracert www.google.com
The result tell me that the route is through the wireless adapter (192.168.0.1) instead the VPN adapter (10.12.0.134):
1 <1 ms <1 ms <1 ms 192.168.0.1
2 11 ms 9 ms 9 ms ...
The OpenVPN Service is running. The connection with the VPN Server is active (I'll paste the current status at the end of this post).
How could I change the default route of the packets to the VPN Adapter?
Screenshot of the VPN adapter:
Current status of OpenVPN:
Wed Oct 09 01:24:57 2013 OpenVPN 2.3.2 i686-w64-mingw32 [SSL (OpenSSL)] [LZO] [PKCS11] [eurephia] [IPv6] built on Aug 22 2013
Wed Oct 09 01:24:57 2013 MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:25340
Wed Oct 09 01:24:57 2013 Need hold release from management interface, waiting...
Wed Oct 09 01:24:58 2013 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:25340
Wed Oct 09 01:24:58 2013 MANAGEMENT: CMD 'state on'
Wed Oct 09 01:24:58 2013 MANAGEMENT: CMD 'log all on'
Wed Oct 09 01:24:58 2013 MANAGEMENT: CMD 'hold off'
Wed Oct 09 01:24:58 2013 MANAGEMENT: CMD 'hold release'
Wed Oct 09 01:24:58 2013 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Wed Oct 09 01:24:58 2013 NOTE: --fast-io is disabled since we are running on Windows
Wed Oct 09 01:24:58 2013 Socket Buffers: R=[8192->8192] S=[8192->8192]
Wed Oct 09 01:24:58 2013 Attempting to establish TCP connection with [AF_INET]46.23.68.180:80
Wed Oct 09 01:24:58 2013 MANAGEMENT: >STATE:1381253098,TCP_CONNECT,,,
Wed Oct 09 01:24:59 2013 TCP connection established with [AF_INET]46.23.68.180:80
Wed Oct 09 01:24:59 2013 TCPv4_CLIENT link local: [undef]
Wed Oct 09 01:24:59 2013 TCPv4_CLIENT link remote: [AF_INET]46.23.68.180:80
Wed Oct 09 01:24:59 2013 MANAGEMENT: >STATE:1381253099,WAIT,,,
Wed Oct 09 01:24:59 2013 MANAGEMENT: >STATE:1381253099,AUTH,,,
Wed Oct 09 01:24:59 2013 TLS: Initial packet from [AF_INET]46.23.68.180:80, sid=44066d31 2c78cdb4
Wed Oct 09 01:24:59 2013 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Wed Oct 09 01:25:05 2013 VERIFY OK: depth=1, C=CH, ST=Zurich, L=Zurich, O=vpnbook.com, OU=IT, CN=vpnbook.com, name=vpnbook.com, emailAddress=admin@vpnbook.com
Wed Oct 09 01:25:05 2013 VERIFY OK: depth=0, C=CH, ST=Zurich, L=Zurich, O=vpnbook.com, OU=IT, CN=vpnbook.com, name=vpnbook.com, emailAddress=admin@vpnbook.com
Wed Oct 09 01:25:08 2013 Data Channel Encrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
Wed Oct 09 01:25:08 2013 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Oct 09 01:25:08 2013 Data Channel Decrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
Wed Oct 09 01:25:08 2013 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Oct 09 01:25:08 2013 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Wed Oct 09 01:25:08 2013 [vpnbook.com] Peer Connection Initiated with [AF_INET]46.23.68.180:80
Wed Oct 09 01:25:09 2013 MANAGEMENT: >STATE:1381253109,GET_CONFIG,,,
Wed Oct 09 01:25:11 2013 SENT CONTROL [vpnbook.com]: 'PUSH_REQUEST' (status=1)
Wed Oct 09 01:25:11 2013 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 83.170.64.2,dhcp-option DNS 83.170.69.2,route 10.12.0.1,topology net30,ping 5,ping-restart 30,ifconfig 10.12.0.154 10.12.0.153'
Wed Oct 09 01:25:11 2013 OPTIONS IMPORT: timers and/or timeouts modified
Wed Oct 09 01:25:11 2013 OPTIONS IMPORT: --ifconfig/up options modified
Wed Oct 09 01:25:11 2013 OPTIONS IMPORT: route options modified
Wed Oct 09 01:25:11 2013 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Wed Oct 09 01:25:11 2013 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Wed Oct 09 01:25:11 2013 MANAGEMENT: >STATE:1381253111,ASSIGN_IP,,10.12.0.154,
Wed Oct 09 01:25:11 2013 open_tun, tt->ipv6=0
Wed Oct 09 01:25:11 2013 TAP-WIN32 device [Conexión de área local 2] opened: \.Global{CB466069-F4E3-4105-9365-33F10807AFCC}.tap
Wed Oct 09 01:25:11 2013 TAP-Windows Driver Version 9.9
Wed Oct 09 01:25:11 2013 Notified TAP-Windows driver to set a DHCP IP/netmask of 10.12.0.154/255.255.255.252 on interface {CB466069-F4E3-4105-9365-33F10807AFCC} [DHCP-serv: 10.12.0.153, lease-time: 31536000]
Wed Oct 09 01:25:11 2013 NOTE: FlushIpNetTable failed on interface [21] {CB466069-F4E3-4105-9365-33F10807AFCC} (status=5) : Acceso denegado.
Wed Oct 09 01:25:13 2013 TEST ROUTES: 2/2 succeeded len=1 ret=1 a=0 u/d=up
Wed Oct 09 01:25:13 2013 C:Windowssystem32route.exe ADD 46.23.68.180 MASK 255.255.255.255 192.168.0.1
Wed Oct 09 01:25:13 2013 ROUTE: route addition failed using CreateIpForwardEntry: Acceso denegado. [status=5 if_index=10]
Wed Oct 09 01:25:13 2013 Route addition via IPAPI failed [adaptive]
Wed Oct 09 01:25:13 2013 Route addition fallback to route.exe
Wed Oct 09 01:25:13 2013 env_block: add PATH=C:WindowsSystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
Wed Oct 09 01:25:13 2013 ERROR: Windows route add command failed [adaptive]: returned error code 1
Wed Oct 09 01:25:13 2013 C:Windowssystem32route.exe ADD 0.0.0.0 MASK 128.0.0.0 10.12.0.153
Wed Oct 09 01:25:13 2013 ROUTE: route addition failed using CreateIpForwardEntry: Acceso denegado. [status=5 if_index=21]
Wed Oct 09 01:25:13 2013 Route addition via IPAPI failed [adaptive]
Wed Oct 09 01:25:13 2013 Route addition fallback to route.exe
Wed Oct 09 01:25:13 2013 env_block: add PATH=C:WindowsSystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
Wed Oct 09 01:25:13 2013 ERROR: Windows route add command failed [adaptive]: returned error code 1
Wed Oct 09 01:25:13 2013 C:Windowssystem32route.exe ADD 128.0.0.0 MASK 128.0.0.0 10.12.0.153
Wed Oct 09 01:25:13 2013 ROUTE: route addition failed using CreateIpForwardEntry: Acceso denegado. [status=5 if_index=21]
Wed Oct 09 01:25:13 2013 Route addition via IPAPI failed [adaptive]
Wed Oct 09 01:25:13 2013 Route addition fallback to route.exe
Wed Oct 09 01:25:13 2013 env_block: add PATH=C:WindowsSystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
Wed Oct 09 01:25:13 2013 ERROR: Windows route add command failed [adaptive]: returned error code 1
Wed Oct 09 01:25:13 2013 MANAGEMENT: >STATE:1381253113,ADD_ROUTES,,,
Wed Oct 09 01:25:13 2013 C:Windowssystem32route.exe ADD 10.12.0.1 MASK 255.255.255.255 10.12.0.153
Wed Oct 09 01:25:13 2013 ROUTE: route addition failed using CreateIpForwardEntry: Acceso denegado. [status=5 if_index=21]
Wed Oct 09 01:25:13 2013 Route addition via IPAPI failed [adaptive]
Wed Oct 09 01:25:13 2013 Route addition fallback to route.exe
Wed Oct 09 01:25:13 2013 env_block: add PATH=C:WindowsSystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
Wed Oct 09 01:25:13 2013 ERROR: Windows route add command failed [adaptive]: returned error code 1
Wed Oct 09 01:25:13 2013 Initialization Sequence Completed
Wed Oct 09 01:25:13 2013 MANAGEMENT: >STATE:1381253113,CONNECTED,SUCCESS,10.12.0.154,46.23.68.180
vpn windows
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from networkengineering.stackexchange.com Oct 8 '13 at 19:49
This question came from our site for network engineers.
add a comment |
OpenVPN was working yesterday, but today is not working anymore. In a cmd windows I typed:
tracert www.google.com
The result tell me that the route is through the wireless adapter (192.168.0.1) instead the VPN adapter (10.12.0.134):
1 <1 ms <1 ms <1 ms 192.168.0.1
2 11 ms 9 ms 9 ms ...
The OpenVPN Service is running. The connection with the VPN Server is active (I'll paste the current status at the end of this post).
How could I change the default route of the packets to the VPN Adapter?
Screenshot of the VPN adapter:
Current status of OpenVPN:
Wed Oct 09 01:24:57 2013 OpenVPN 2.3.2 i686-w64-mingw32 [SSL (OpenSSL)] [LZO] [PKCS11] [eurephia] [IPv6] built on Aug 22 2013
Wed Oct 09 01:24:57 2013 MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:25340
Wed Oct 09 01:24:57 2013 Need hold release from management interface, waiting...
Wed Oct 09 01:24:58 2013 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:25340
Wed Oct 09 01:24:58 2013 MANAGEMENT: CMD 'state on'
Wed Oct 09 01:24:58 2013 MANAGEMENT: CMD 'log all on'
Wed Oct 09 01:24:58 2013 MANAGEMENT: CMD 'hold off'
Wed Oct 09 01:24:58 2013 MANAGEMENT: CMD 'hold release'
Wed Oct 09 01:24:58 2013 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Wed Oct 09 01:24:58 2013 NOTE: --fast-io is disabled since we are running on Windows
Wed Oct 09 01:24:58 2013 Socket Buffers: R=[8192->8192] S=[8192->8192]
Wed Oct 09 01:24:58 2013 Attempting to establish TCP connection with [AF_INET]46.23.68.180:80
Wed Oct 09 01:24:58 2013 MANAGEMENT: >STATE:1381253098,TCP_CONNECT,,,
Wed Oct 09 01:24:59 2013 TCP connection established with [AF_INET]46.23.68.180:80
Wed Oct 09 01:24:59 2013 TCPv4_CLIENT link local: [undef]
Wed Oct 09 01:24:59 2013 TCPv4_CLIENT link remote: [AF_INET]46.23.68.180:80
Wed Oct 09 01:24:59 2013 MANAGEMENT: >STATE:1381253099,WAIT,,,
Wed Oct 09 01:24:59 2013 MANAGEMENT: >STATE:1381253099,AUTH,,,
Wed Oct 09 01:24:59 2013 TLS: Initial packet from [AF_INET]46.23.68.180:80, sid=44066d31 2c78cdb4
Wed Oct 09 01:24:59 2013 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Wed Oct 09 01:25:05 2013 VERIFY OK: depth=1, C=CH, ST=Zurich, L=Zurich, O=vpnbook.com, OU=IT, CN=vpnbook.com, name=vpnbook.com, emailAddress=admin@vpnbook.com
Wed Oct 09 01:25:05 2013 VERIFY OK: depth=0, C=CH, ST=Zurich, L=Zurich, O=vpnbook.com, OU=IT, CN=vpnbook.com, name=vpnbook.com, emailAddress=admin@vpnbook.com
Wed Oct 09 01:25:08 2013 Data Channel Encrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
Wed Oct 09 01:25:08 2013 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Oct 09 01:25:08 2013 Data Channel Decrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
Wed Oct 09 01:25:08 2013 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Oct 09 01:25:08 2013 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Wed Oct 09 01:25:08 2013 [vpnbook.com] Peer Connection Initiated with [AF_INET]46.23.68.180:80
Wed Oct 09 01:25:09 2013 MANAGEMENT: >STATE:1381253109,GET_CONFIG,,,
Wed Oct 09 01:25:11 2013 SENT CONTROL [vpnbook.com]: 'PUSH_REQUEST' (status=1)
Wed Oct 09 01:25:11 2013 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 83.170.64.2,dhcp-option DNS 83.170.69.2,route 10.12.0.1,topology net30,ping 5,ping-restart 30,ifconfig 10.12.0.154 10.12.0.153'
Wed Oct 09 01:25:11 2013 OPTIONS IMPORT: timers and/or timeouts modified
Wed Oct 09 01:25:11 2013 OPTIONS IMPORT: --ifconfig/up options modified
Wed Oct 09 01:25:11 2013 OPTIONS IMPORT: route options modified
Wed Oct 09 01:25:11 2013 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Wed Oct 09 01:25:11 2013 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Wed Oct 09 01:25:11 2013 MANAGEMENT: >STATE:1381253111,ASSIGN_IP,,10.12.0.154,
Wed Oct 09 01:25:11 2013 open_tun, tt->ipv6=0
Wed Oct 09 01:25:11 2013 TAP-WIN32 device [Conexión de área local 2] opened: \.Global{CB466069-F4E3-4105-9365-33F10807AFCC}.tap
Wed Oct 09 01:25:11 2013 TAP-Windows Driver Version 9.9
Wed Oct 09 01:25:11 2013 Notified TAP-Windows driver to set a DHCP IP/netmask of 10.12.0.154/255.255.255.252 on interface {CB466069-F4E3-4105-9365-33F10807AFCC} [DHCP-serv: 10.12.0.153, lease-time: 31536000]
Wed Oct 09 01:25:11 2013 NOTE: FlushIpNetTable failed on interface [21] {CB466069-F4E3-4105-9365-33F10807AFCC} (status=5) : Acceso denegado.
Wed Oct 09 01:25:13 2013 TEST ROUTES: 2/2 succeeded len=1 ret=1 a=0 u/d=up
Wed Oct 09 01:25:13 2013 C:Windowssystem32route.exe ADD 46.23.68.180 MASK 255.255.255.255 192.168.0.1
Wed Oct 09 01:25:13 2013 ROUTE: route addition failed using CreateIpForwardEntry: Acceso denegado. [status=5 if_index=10]
Wed Oct 09 01:25:13 2013 Route addition via IPAPI failed [adaptive]
Wed Oct 09 01:25:13 2013 Route addition fallback to route.exe
Wed Oct 09 01:25:13 2013 env_block: add PATH=C:WindowsSystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
Wed Oct 09 01:25:13 2013 ERROR: Windows route add command failed [adaptive]: returned error code 1
Wed Oct 09 01:25:13 2013 C:Windowssystem32route.exe ADD 0.0.0.0 MASK 128.0.0.0 10.12.0.153
Wed Oct 09 01:25:13 2013 ROUTE: route addition failed using CreateIpForwardEntry: Acceso denegado. [status=5 if_index=21]
Wed Oct 09 01:25:13 2013 Route addition via IPAPI failed [adaptive]
Wed Oct 09 01:25:13 2013 Route addition fallback to route.exe
Wed Oct 09 01:25:13 2013 env_block: add PATH=C:WindowsSystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
Wed Oct 09 01:25:13 2013 ERROR: Windows route add command failed [adaptive]: returned error code 1
Wed Oct 09 01:25:13 2013 C:Windowssystem32route.exe ADD 128.0.0.0 MASK 128.0.0.0 10.12.0.153
Wed Oct 09 01:25:13 2013 ROUTE: route addition failed using CreateIpForwardEntry: Acceso denegado. [status=5 if_index=21]
Wed Oct 09 01:25:13 2013 Route addition via IPAPI failed [adaptive]
Wed Oct 09 01:25:13 2013 Route addition fallback to route.exe
Wed Oct 09 01:25:13 2013 env_block: add PATH=C:WindowsSystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
Wed Oct 09 01:25:13 2013 ERROR: Windows route add command failed [adaptive]: returned error code 1
Wed Oct 09 01:25:13 2013 MANAGEMENT: >STATE:1381253113,ADD_ROUTES,,,
Wed Oct 09 01:25:13 2013 C:Windowssystem32route.exe ADD 10.12.0.1 MASK 255.255.255.255 10.12.0.153
Wed Oct 09 01:25:13 2013 ROUTE: route addition failed using CreateIpForwardEntry: Acceso denegado. [status=5 if_index=21]
Wed Oct 09 01:25:13 2013 Route addition via IPAPI failed [adaptive]
Wed Oct 09 01:25:13 2013 Route addition fallback to route.exe
Wed Oct 09 01:25:13 2013 env_block: add PATH=C:WindowsSystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
Wed Oct 09 01:25:13 2013 ERROR: Windows route add command failed [adaptive]: returned error code 1
Wed Oct 09 01:25:13 2013 Initialization Sequence Completed
Wed Oct 09 01:25:13 2013 MANAGEMENT: >STATE:1381253113,CONNECTED,SUCCESS,10.12.0.154,46.23.68.180
vpn windows
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from networkengineering.stackexchange.com Oct 8 '13 at 19:49
This question came from our site for network engineers.
add a comment |
OpenVPN was working yesterday, but today is not working anymore. In a cmd windows I typed:
tracert www.google.com
The result tell me that the route is through the wireless adapter (192.168.0.1) instead the VPN adapter (10.12.0.134):
1 <1 ms <1 ms <1 ms 192.168.0.1
2 11 ms 9 ms 9 ms ...
The OpenVPN Service is running. The connection with the VPN Server is active (I'll paste the current status at the end of this post).
How could I change the default route of the packets to the VPN Adapter?
Screenshot of the VPN adapter:
Current status of OpenVPN:
Wed Oct 09 01:24:57 2013 OpenVPN 2.3.2 i686-w64-mingw32 [SSL (OpenSSL)] [LZO] [PKCS11] [eurephia] [IPv6] built on Aug 22 2013
Wed Oct 09 01:24:57 2013 MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:25340
Wed Oct 09 01:24:57 2013 Need hold release from management interface, waiting...
Wed Oct 09 01:24:58 2013 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:25340
Wed Oct 09 01:24:58 2013 MANAGEMENT: CMD 'state on'
Wed Oct 09 01:24:58 2013 MANAGEMENT: CMD 'log all on'
Wed Oct 09 01:24:58 2013 MANAGEMENT: CMD 'hold off'
Wed Oct 09 01:24:58 2013 MANAGEMENT: CMD 'hold release'
Wed Oct 09 01:24:58 2013 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Wed Oct 09 01:24:58 2013 NOTE: --fast-io is disabled since we are running on Windows
Wed Oct 09 01:24:58 2013 Socket Buffers: R=[8192->8192] S=[8192->8192]
Wed Oct 09 01:24:58 2013 Attempting to establish TCP connection with [AF_INET]46.23.68.180:80
Wed Oct 09 01:24:58 2013 MANAGEMENT: >STATE:1381253098,TCP_CONNECT,,,
Wed Oct 09 01:24:59 2013 TCP connection established with [AF_INET]46.23.68.180:80
Wed Oct 09 01:24:59 2013 TCPv4_CLIENT link local: [undef]
Wed Oct 09 01:24:59 2013 TCPv4_CLIENT link remote: [AF_INET]46.23.68.180:80
Wed Oct 09 01:24:59 2013 MANAGEMENT: >STATE:1381253099,WAIT,,,
Wed Oct 09 01:24:59 2013 MANAGEMENT: >STATE:1381253099,AUTH,,,
Wed Oct 09 01:24:59 2013 TLS: Initial packet from [AF_INET]46.23.68.180:80, sid=44066d31 2c78cdb4
Wed Oct 09 01:24:59 2013 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Wed Oct 09 01:25:05 2013 VERIFY OK: depth=1, C=CH, ST=Zurich, L=Zurich, O=vpnbook.com, OU=IT, CN=vpnbook.com, name=vpnbook.com, emailAddress=admin@vpnbook.com
Wed Oct 09 01:25:05 2013 VERIFY OK: depth=0, C=CH, ST=Zurich, L=Zurich, O=vpnbook.com, OU=IT, CN=vpnbook.com, name=vpnbook.com, emailAddress=admin@vpnbook.com
Wed Oct 09 01:25:08 2013 Data Channel Encrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
Wed Oct 09 01:25:08 2013 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Oct 09 01:25:08 2013 Data Channel Decrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
Wed Oct 09 01:25:08 2013 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Oct 09 01:25:08 2013 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Wed Oct 09 01:25:08 2013 [vpnbook.com] Peer Connection Initiated with [AF_INET]46.23.68.180:80
Wed Oct 09 01:25:09 2013 MANAGEMENT: >STATE:1381253109,GET_CONFIG,,,
Wed Oct 09 01:25:11 2013 SENT CONTROL [vpnbook.com]: 'PUSH_REQUEST' (status=1)
Wed Oct 09 01:25:11 2013 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 83.170.64.2,dhcp-option DNS 83.170.69.2,route 10.12.0.1,topology net30,ping 5,ping-restart 30,ifconfig 10.12.0.154 10.12.0.153'
Wed Oct 09 01:25:11 2013 OPTIONS IMPORT: timers and/or timeouts modified
Wed Oct 09 01:25:11 2013 OPTIONS IMPORT: --ifconfig/up options modified
Wed Oct 09 01:25:11 2013 OPTIONS IMPORT: route options modified
Wed Oct 09 01:25:11 2013 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Wed Oct 09 01:25:11 2013 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Wed Oct 09 01:25:11 2013 MANAGEMENT: >STATE:1381253111,ASSIGN_IP,,10.12.0.154,
Wed Oct 09 01:25:11 2013 open_tun, tt->ipv6=0
Wed Oct 09 01:25:11 2013 TAP-WIN32 device [Conexión de área local 2] opened: \.Global{CB466069-F4E3-4105-9365-33F10807AFCC}.tap
Wed Oct 09 01:25:11 2013 TAP-Windows Driver Version 9.9
Wed Oct 09 01:25:11 2013 Notified TAP-Windows driver to set a DHCP IP/netmask of 10.12.0.154/255.255.255.252 on interface {CB466069-F4E3-4105-9365-33F10807AFCC} [DHCP-serv: 10.12.0.153, lease-time: 31536000]
Wed Oct 09 01:25:11 2013 NOTE: FlushIpNetTable failed on interface [21] {CB466069-F4E3-4105-9365-33F10807AFCC} (status=5) : Acceso denegado.
Wed Oct 09 01:25:13 2013 TEST ROUTES: 2/2 succeeded len=1 ret=1 a=0 u/d=up
Wed Oct 09 01:25:13 2013 C:Windowssystem32route.exe ADD 46.23.68.180 MASK 255.255.255.255 192.168.0.1
Wed Oct 09 01:25:13 2013 ROUTE: route addition failed using CreateIpForwardEntry: Acceso denegado. [status=5 if_index=10]
Wed Oct 09 01:25:13 2013 Route addition via IPAPI failed [adaptive]
Wed Oct 09 01:25:13 2013 Route addition fallback to route.exe
Wed Oct 09 01:25:13 2013 env_block: add PATH=C:WindowsSystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
Wed Oct 09 01:25:13 2013 ERROR: Windows route add command failed [adaptive]: returned error code 1
Wed Oct 09 01:25:13 2013 C:Windowssystem32route.exe ADD 0.0.0.0 MASK 128.0.0.0 10.12.0.153
Wed Oct 09 01:25:13 2013 ROUTE: route addition failed using CreateIpForwardEntry: Acceso denegado. [status=5 if_index=21]
Wed Oct 09 01:25:13 2013 Route addition via IPAPI failed [adaptive]
Wed Oct 09 01:25:13 2013 Route addition fallback to route.exe
Wed Oct 09 01:25:13 2013 env_block: add PATH=C:WindowsSystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
Wed Oct 09 01:25:13 2013 ERROR: Windows route add command failed [adaptive]: returned error code 1
Wed Oct 09 01:25:13 2013 C:Windowssystem32route.exe ADD 128.0.0.0 MASK 128.0.0.0 10.12.0.153
Wed Oct 09 01:25:13 2013 ROUTE: route addition failed using CreateIpForwardEntry: Acceso denegado. [status=5 if_index=21]
Wed Oct 09 01:25:13 2013 Route addition via IPAPI failed [adaptive]
Wed Oct 09 01:25:13 2013 Route addition fallback to route.exe
Wed Oct 09 01:25:13 2013 env_block: add PATH=C:WindowsSystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
Wed Oct 09 01:25:13 2013 ERROR: Windows route add command failed [adaptive]: returned error code 1
Wed Oct 09 01:25:13 2013 MANAGEMENT: >STATE:1381253113,ADD_ROUTES,,,
Wed Oct 09 01:25:13 2013 C:Windowssystem32route.exe ADD 10.12.0.1 MASK 255.255.255.255 10.12.0.153
Wed Oct 09 01:25:13 2013 ROUTE: route addition failed using CreateIpForwardEntry: Acceso denegado. [status=5 if_index=21]
Wed Oct 09 01:25:13 2013 Route addition via IPAPI failed [adaptive]
Wed Oct 09 01:25:13 2013 Route addition fallback to route.exe
Wed Oct 09 01:25:13 2013 env_block: add PATH=C:WindowsSystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
Wed Oct 09 01:25:13 2013 ERROR: Windows route add command failed [adaptive]: returned error code 1
Wed Oct 09 01:25:13 2013 Initialization Sequence Completed
Wed Oct 09 01:25:13 2013 MANAGEMENT: >STATE:1381253113,CONNECTED,SUCCESS,10.12.0.154,46.23.68.180
vpn windows
OpenVPN was working yesterday, but today is not working anymore. In a cmd windows I typed:
tracert www.google.com
The result tell me that the route is through the wireless adapter (192.168.0.1) instead the VPN adapter (10.12.0.134):
1 <1 ms <1 ms <1 ms 192.168.0.1
2 11 ms 9 ms 9 ms ...
The OpenVPN Service is running. The connection with the VPN Server is active (I'll paste the current status at the end of this post).
How could I change the default route of the packets to the VPN Adapter?
Screenshot of the VPN adapter:
Current status of OpenVPN:
Wed Oct 09 01:24:57 2013 OpenVPN 2.3.2 i686-w64-mingw32 [SSL (OpenSSL)] [LZO] [PKCS11] [eurephia] [IPv6] built on Aug 22 2013
Wed Oct 09 01:24:57 2013 MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:25340
Wed Oct 09 01:24:57 2013 Need hold release from management interface, waiting...
Wed Oct 09 01:24:58 2013 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:25340
Wed Oct 09 01:24:58 2013 MANAGEMENT: CMD 'state on'
Wed Oct 09 01:24:58 2013 MANAGEMENT: CMD 'log all on'
Wed Oct 09 01:24:58 2013 MANAGEMENT: CMD 'hold off'
Wed Oct 09 01:24:58 2013 MANAGEMENT: CMD 'hold release'
Wed Oct 09 01:24:58 2013 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Wed Oct 09 01:24:58 2013 NOTE: --fast-io is disabled since we are running on Windows
Wed Oct 09 01:24:58 2013 Socket Buffers: R=[8192->8192] S=[8192->8192]
Wed Oct 09 01:24:58 2013 Attempting to establish TCP connection with [AF_INET]46.23.68.180:80
Wed Oct 09 01:24:58 2013 MANAGEMENT: >STATE:1381253098,TCP_CONNECT,,,
Wed Oct 09 01:24:59 2013 TCP connection established with [AF_INET]46.23.68.180:80
Wed Oct 09 01:24:59 2013 TCPv4_CLIENT link local: [undef]
Wed Oct 09 01:24:59 2013 TCPv4_CLIENT link remote: [AF_INET]46.23.68.180:80
Wed Oct 09 01:24:59 2013 MANAGEMENT: >STATE:1381253099,WAIT,,,
Wed Oct 09 01:24:59 2013 MANAGEMENT: >STATE:1381253099,AUTH,,,
Wed Oct 09 01:24:59 2013 TLS: Initial packet from [AF_INET]46.23.68.180:80, sid=44066d31 2c78cdb4
Wed Oct 09 01:24:59 2013 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Wed Oct 09 01:25:05 2013 VERIFY OK: depth=1, C=CH, ST=Zurich, L=Zurich, O=vpnbook.com, OU=IT, CN=vpnbook.com, name=vpnbook.com, emailAddress=admin@vpnbook.com
Wed Oct 09 01:25:05 2013 VERIFY OK: depth=0, C=CH, ST=Zurich, L=Zurich, O=vpnbook.com, OU=IT, CN=vpnbook.com, name=vpnbook.com, emailAddress=admin@vpnbook.com
Wed Oct 09 01:25:08 2013 Data Channel Encrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
Wed Oct 09 01:25:08 2013 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Oct 09 01:25:08 2013 Data Channel Decrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
Wed Oct 09 01:25:08 2013 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Oct 09 01:25:08 2013 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Wed Oct 09 01:25:08 2013 [vpnbook.com] Peer Connection Initiated with [AF_INET]46.23.68.180:80
Wed Oct 09 01:25:09 2013 MANAGEMENT: >STATE:1381253109,GET_CONFIG,,,
Wed Oct 09 01:25:11 2013 SENT CONTROL [vpnbook.com]: 'PUSH_REQUEST' (status=1)
Wed Oct 09 01:25:11 2013 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 83.170.64.2,dhcp-option DNS 83.170.69.2,route 10.12.0.1,topology net30,ping 5,ping-restart 30,ifconfig 10.12.0.154 10.12.0.153'
Wed Oct 09 01:25:11 2013 OPTIONS IMPORT: timers and/or timeouts modified
Wed Oct 09 01:25:11 2013 OPTIONS IMPORT: --ifconfig/up options modified
Wed Oct 09 01:25:11 2013 OPTIONS IMPORT: route options modified
Wed Oct 09 01:25:11 2013 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Wed Oct 09 01:25:11 2013 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Wed Oct 09 01:25:11 2013 MANAGEMENT: >STATE:1381253111,ASSIGN_IP,,10.12.0.154,
Wed Oct 09 01:25:11 2013 open_tun, tt->ipv6=0
Wed Oct 09 01:25:11 2013 TAP-WIN32 device [Conexión de área local 2] opened: \.Global{CB466069-F4E3-4105-9365-33F10807AFCC}.tap
Wed Oct 09 01:25:11 2013 TAP-Windows Driver Version 9.9
Wed Oct 09 01:25:11 2013 Notified TAP-Windows driver to set a DHCP IP/netmask of 10.12.0.154/255.255.255.252 on interface {CB466069-F4E3-4105-9365-33F10807AFCC} [DHCP-serv: 10.12.0.153, lease-time: 31536000]
Wed Oct 09 01:25:11 2013 NOTE: FlushIpNetTable failed on interface [21] {CB466069-F4E3-4105-9365-33F10807AFCC} (status=5) : Acceso denegado.
Wed Oct 09 01:25:13 2013 TEST ROUTES: 2/2 succeeded len=1 ret=1 a=0 u/d=up
Wed Oct 09 01:25:13 2013 C:Windowssystem32route.exe ADD 46.23.68.180 MASK 255.255.255.255 192.168.0.1
Wed Oct 09 01:25:13 2013 ROUTE: route addition failed using CreateIpForwardEntry: Acceso denegado. [status=5 if_index=10]
Wed Oct 09 01:25:13 2013 Route addition via IPAPI failed [adaptive]
Wed Oct 09 01:25:13 2013 Route addition fallback to route.exe
Wed Oct 09 01:25:13 2013 env_block: add PATH=C:WindowsSystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
Wed Oct 09 01:25:13 2013 ERROR: Windows route add command failed [adaptive]: returned error code 1
Wed Oct 09 01:25:13 2013 C:Windowssystem32route.exe ADD 0.0.0.0 MASK 128.0.0.0 10.12.0.153
Wed Oct 09 01:25:13 2013 ROUTE: route addition failed using CreateIpForwardEntry: Acceso denegado. [status=5 if_index=21]
Wed Oct 09 01:25:13 2013 Route addition via IPAPI failed [adaptive]
Wed Oct 09 01:25:13 2013 Route addition fallback to route.exe
Wed Oct 09 01:25:13 2013 env_block: add PATH=C:WindowsSystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
Wed Oct 09 01:25:13 2013 ERROR: Windows route add command failed [adaptive]: returned error code 1
Wed Oct 09 01:25:13 2013 C:Windowssystem32route.exe ADD 128.0.0.0 MASK 128.0.0.0 10.12.0.153
Wed Oct 09 01:25:13 2013 ROUTE: route addition failed using CreateIpForwardEntry: Acceso denegado. [status=5 if_index=21]
Wed Oct 09 01:25:13 2013 Route addition via IPAPI failed [adaptive]
Wed Oct 09 01:25:13 2013 Route addition fallback to route.exe
Wed Oct 09 01:25:13 2013 env_block: add PATH=C:WindowsSystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
Wed Oct 09 01:25:13 2013 ERROR: Windows route add command failed [adaptive]: returned error code 1
Wed Oct 09 01:25:13 2013 MANAGEMENT: >STATE:1381253113,ADD_ROUTES,,,
Wed Oct 09 01:25:13 2013 C:Windowssystem32route.exe ADD 10.12.0.1 MASK 255.255.255.255 10.12.0.153
Wed Oct 09 01:25:13 2013 ROUTE: route addition failed using CreateIpForwardEntry: Acceso denegado. [status=5 if_index=21]
Wed Oct 09 01:25:13 2013 Route addition via IPAPI failed [adaptive]
Wed Oct 09 01:25:13 2013 Route addition fallback to route.exe
Wed Oct 09 01:25:13 2013 env_block: add PATH=C:WindowsSystem32;C:WINDOWS;C:WINDOWSSystem32Wbem
Wed Oct 09 01:25:13 2013 ERROR: Windows route add command failed [adaptive]: returned error code 1
Wed Oct 09 01:25:13 2013 Initialization Sequence Completed
Wed Oct 09 01:25:13 2013 MANAGEMENT: >STATE:1381253113,CONNECTED,SUCCESS,10.12.0.154,46.23.68.180
vpn windows
vpn windows
asked Oct 8 '13 at 17:27
chelderchelder
1411214
1411214
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from networkengineering.stackexchange.com Oct 8 '13 at 19:49
This question came from our site for network engineers.
migrated from networkengineering.stackexchange.com Oct 8 '13 at 19:49
This question came from our site for network engineers.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Please see a sample configuration at University of Twente website. The place that you need to set the default gateway is shown specifically in the image for default gateway:
Hello. As it stands, your post is kind of short and fails to really answer OP's question. Depending upon who you ask, it might work as a partial answer, but I'd try posting input such as this as a comment for now on. See our help center for more info on writing good answers.
– DanteTheEgregore
Oct 9 '13 at 11:41
Could you please tell me where is that option in Windows XP? I tried to find something in Windows 7 with no luck.
– chelder
Oct 9 '13 at 15:02
1
I have updated the solution. I hope its of help
– tdops
Oct 11 '13 at 12:53
First, sorry: I didn't receive any notification of superuser.com telling me you updated your question! The solution you propose doesn't work in my case because it uses the PPTP protocol, and it is blocked in some countries like the one I'm now. That's why I have to use OpenVPN.
– chelder
Oct 29 '13 at 16:22
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f656140%2fchange-default-network-adapter-to-the-vpn-one-in-windows-7%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Please see a sample configuration at University of Twente website. The place that you need to set the default gateway is shown specifically in the image for default gateway:
Hello. As it stands, your post is kind of short and fails to really answer OP's question. Depending upon who you ask, it might work as a partial answer, but I'd try posting input such as this as a comment for now on. See our help center for more info on writing good answers.
– DanteTheEgregore
Oct 9 '13 at 11:41
Could you please tell me where is that option in Windows XP? I tried to find something in Windows 7 with no luck.
– chelder
Oct 9 '13 at 15:02
1
I have updated the solution. I hope its of help
– tdops
Oct 11 '13 at 12:53
First, sorry: I didn't receive any notification of superuser.com telling me you updated your question! The solution you propose doesn't work in my case because it uses the PPTP protocol, and it is blocked in some countries like the one I'm now. That's why I have to use OpenVPN.
– chelder
Oct 29 '13 at 16:22
add a comment |
Please see a sample configuration at University of Twente website. The place that you need to set the default gateway is shown specifically in the image for default gateway:
Hello. As it stands, your post is kind of short and fails to really answer OP's question. Depending upon who you ask, it might work as a partial answer, but I'd try posting input such as this as a comment for now on. See our help center for more info on writing good answers.
– DanteTheEgregore
Oct 9 '13 at 11:41
Could you please tell me where is that option in Windows XP? I tried to find something in Windows 7 with no luck.
– chelder
Oct 9 '13 at 15:02
1
I have updated the solution. I hope its of help
– tdops
Oct 11 '13 at 12:53
First, sorry: I didn't receive any notification of superuser.com telling me you updated your question! The solution you propose doesn't work in my case because it uses the PPTP protocol, and it is blocked in some countries like the one I'm now. That's why I have to use OpenVPN.
– chelder
Oct 29 '13 at 16:22
add a comment |
Please see a sample configuration at University of Twente website. The place that you need to set the default gateway is shown specifically in the image for default gateway:
Please see a sample configuration at University of Twente website. The place that you need to set the default gateway is shown specifically in the image for default gateway:
edited Oct 11 '13 at 14:07
John Bensin
1,2651321
1,2651321
answered Oct 9 '13 at 8:22
tdopstdops
11
11
Hello. As it stands, your post is kind of short and fails to really answer OP's question. Depending upon who you ask, it might work as a partial answer, but I'd try posting input such as this as a comment for now on. See our help center for more info on writing good answers.
– DanteTheEgregore
Oct 9 '13 at 11:41
Could you please tell me where is that option in Windows XP? I tried to find something in Windows 7 with no luck.
– chelder
Oct 9 '13 at 15:02
1
I have updated the solution. I hope its of help
– tdops
Oct 11 '13 at 12:53
First, sorry: I didn't receive any notification of superuser.com telling me you updated your question! The solution you propose doesn't work in my case because it uses the PPTP protocol, and it is blocked in some countries like the one I'm now. That's why I have to use OpenVPN.
– chelder
Oct 29 '13 at 16:22
add a comment |
Hello. As it stands, your post is kind of short and fails to really answer OP's question. Depending upon who you ask, it might work as a partial answer, but I'd try posting input such as this as a comment for now on. See our help center for more info on writing good answers.
– DanteTheEgregore
Oct 9 '13 at 11:41
Could you please tell me where is that option in Windows XP? I tried to find something in Windows 7 with no luck.
– chelder
Oct 9 '13 at 15:02
1
I have updated the solution. I hope its of help
– tdops
Oct 11 '13 at 12:53
First, sorry: I didn't receive any notification of superuser.com telling me you updated your question! The solution you propose doesn't work in my case because it uses the PPTP protocol, and it is blocked in some countries like the one I'm now. That's why I have to use OpenVPN.
– chelder
Oct 29 '13 at 16:22
Hello. As it stands, your post is kind of short and fails to really answer OP's question. Depending upon who you ask, it might work as a partial answer, but I'd try posting input such as this as a comment for now on. See our help center for more info on writing good answers.
– DanteTheEgregore
Oct 9 '13 at 11:41
Hello. As it stands, your post is kind of short and fails to really answer OP's question. Depending upon who you ask, it might work as a partial answer, but I'd try posting input such as this as a comment for now on. See our help center for more info on writing good answers.
– DanteTheEgregore
Oct 9 '13 at 11:41
Could you please tell me where is that option in Windows XP? I tried to find something in Windows 7 with no luck.
– chelder
Oct 9 '13 at 15:02
Could you please tell me where is that option in Windows XP? I tried to find something in Windows 7 with no luck.
– chelder
Oct 9 '13 at 15:02
1
1
I have updated the solution. I hope its of help
– tdops
Oct 11 '13 at 12:53
I have updated the solution. I hope its of help
– tdops
Oct 11 '13 at 12:53
First, sorry: I didn't receive any notification of superuser.com telling me you updated your question! The solution you propose doesn't work in my case because it uses the PPTP protocol, and it is blocked in some countries like the one I'm now. That's why I have to use OpenVPN.
– chelder
Oct 29 '13 at 16:22
First, sorry: I didn't receive any notification of superuser.com telling me you updated your question! The solution you propose doesn't work in my case because it uses the PPTP protocol, and it is blocked in some countries like the one I'm now. That's why I have to use OpenVPN.
– chelder
Oct 29 '13 at 16:22
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f656140%2fchange-default-network-adapter-to-the-vpn-one-in-windows-7%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown