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.
