Connecting to VPN breaks connection to internet

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
MorayM
OpenVpn Newbie
Posts: 4
Joined: Tue Jan 31, 2023 5:45 pm

Connecting to VPN breaks connection to internet

Post by MorayM » Mon Mar 06, 2023 10:57 am

Hi, I'm connecting to my OpenVPN server using OpenVPN Connect for Windows. The VPN works fine but whenever it is connect, I can't access the internet. Weirdly the same configuration works perfectly on Tunnelblick on Mac.

client

client
proto udp
explicit-exit-notify
remote 18.135.76.28 1194
dev tun
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
verify-x509-name server_2huBI6V14cUcSYF3 name
auth SHA256
auth-nocache
cipher AES-128-GCM
tls-client
tls-version-min 1.2
tls-cipher TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256
ignore-unknown-option block-outside-dns
setenv opt block-outside-dns # Prevent Windows 10 DNS leak
verb 3
route-nopull
route 10.0.0.0 255.255.0.0

jnock
OpenVpn Newbie
Posts: 3
Joined: Thu Mar 09, 2023 3:58 pm

Re: Connecting to VPN breaks connection to internet

Post by jnock » Thu Mar 09, 2023 4:12 pm

Can you ping an outside IP address?

Post Reply