VPN setup on Linksys WRT3200ACM router
Posted: Mon Nov 15, 2021 12:01 am
I have setup OpenVPN on my Linksys WRT3200ACM router with Dyn.com for DDNS, however I believe the generated .ovpn file is incorrect. I cannot connect to the server from outside of the network, yet I can connect to the server inside the network.
The .ovpn file begins with the following:
Or is it instead that my connection is perhaps being blocked by a firewall on the router or maybe my ISP?
Any advice would be greatly appreciated.
The .ovpn file begins with the following:
For the section "remote 192.168.0.2 1194", should I change the IP address to my DDNS hostname? Or at least to the public IP address of the router as a temporary measure?client
dev tun
proto tcp
remote 192.168.0.2 1194
tun-mtu 6000
# fragment 0 can be used to improve performance in some instances but
# breaks compatibility with some Android apps
# fragment 0
mssfix 0
resolv-retry infinite
nobind
persist-key
persist-tun
ns-cert-type server
auth-user-pass
verb 3
Or is it instead that my connection is perhaps being blocked by a firewall on the router or maybe my ISP?
Any advice would be greatly appreciated.