Hi all,
I've been trying to get all my TVs to use an OpenVPN Tunnel. I've followed other people's guides that I've found on the internet such as this one and the posts marked "solved" in these forums but it's still not working. As far as I can tell there's no helpful error messages.
On the router's web page the Open VPN connection is listed as Status: Connected but the IP address is "TBD".
What I've added below is my *current* configuration. It has stuff in it that I should really remove but I'm pretty sure that it's not causing this problem. I've tried routing a single IP address, an entire /24 and a specific VLAN but none of the configs seem to make any difference - the traffic still goes out of eth0 and not vtun0.
The content of /config/auth/pia/USEast.ovpn is the default that's downloaded from their site with route-nopull added. This is with Private Internet Access (PIA) but you'll see from the config I've tried others (like ibVPN)
client
dev vtun
proto udp
remote us-east.privateinternetaccess.com 1198
resolv-retry infinite
nobind
persist-key
persist-tun
cipher aes-128-cbc
auth sha1
tls-client
remote-cert-tls server
auth-user-pass /config/auth/pia/pw.txt
comp-lzo
verb 1
reneg-sec 0
crl-verify /config/auth/pia/crl.rsa.2048.pem
ca /config/auth/pia/ca.rsa.2048.crt
disable-occ
route-nopull
Can anyone explain what I'm missing? Thanks in advance for any suggestions.
Steve