So I followed this tutorial: https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-getting-started.html
And I was able to set up a client VPN endpoint, I am able to see the connection as "active" in the console when I activate OpenVPN on my computer. So I know the tunnel is working. However I can't connect to the internet, I even tried adding the internet to my route table (0.0.0.0/0
).
This is my client config:
client
dev tun
proto udp
remote ***.***.prod.clientvpn.us-east-2.amazonaws.com 443
remote-random-hostname
resolv-retry infinite
nobind
remote-cert-tls server
cipher AES-256-GCM
verb 3
I'm running Windows 10, what could be the problem here?