
所以我遵循了這個教學:https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-getting-started.html
我能夠設定客戶端 VPN 端點,當我在電腦上啟動 OpenVPN 時,我能夠在控制台中看到該連線處於「活動」狀態。所以我知道隧道正在工作。但是我無法連接到互聯網,我什至嘗試將互聯網添加到我的路由表(0.0.0.0/0
)。
這是我的客戶端配置:
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
我運行的是 Windows 10,這可能是什麼問題?