OpenVPN overriding all internal network communication

Need help configuring your VPN? Just post here and you'll get that help.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
Wraiith
OpenVpn Newbie
Posts: 5
Joined: Wed Jan 03, 2018 8:04 pm

OpenVPN overriding all internal network communication

Post by Wraiith » Tue Jan 23, 2018 5:00 pm

Hello, I configured my open VPN server on my server, and client.

Unfortunately, whenever my client connects to the openvpn server, it will not allow me to communicate with devices/tools on my internal network. It only allows me to connect to the OpenVPN network.

Here is my client config:

client
dev tun
proto udp
remote 67.x.x.x 1194
resolv-retry infinite
nobind
persist-key
persist-tun
verb 3
cipher AES-256-CBC
ca C:\\Users\\jman\\Desktop\\ca.crt
cert C:\\Users\\jman\\Desktop\\joshua.crt
key C:\\Users\\jman\\Desktop\\joshua.key

Please help, I'd like to be able to reach both while connected to the openvpn server.

Post Reply