NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
sryan
Mar 24, 2023Aspirant
CAX30 onboard VPN
Has anybody used the onboard VPN on a CAX30 router? I have been trying for days to get it to function. I have successfully gotten the DDNS entry to work and can successfully ping the hostname. ...
- Mar 28, 2023Finally got this to work ising the following
client.ovpn file:
client
remote (your hostname here) 12973
dev tun
proto udp
resolv-retry infinite
nobind
persist-key
persist-tun
<CA>
(laste ca.crt contents here)
</CA>
<CERT>
(paste client.crt contents here)
</CERT>
<KEY>
(paste client.key contents here)
</KEY>
key-direction 1
<TLS-AUTH>
(paste ta.key contents here)
</TLS-AUTH>
remote-cert-tls server
cipher AES-256-CBC
verb 5
mute 5
comp-lzo
fast-io
route-delay 2
route-method exe
sryan
Mar 28, 2023Aspirant
Finally got this to work ising the following
client.ovpn file:
client
remote (your hostname here) 12973
dev tun
proto udp
resolv-retry infinite
nobind
persist-key
persist-tun
<CA>
(laste ca.crt contents here)
</CA>
<CERT>
(paste client.crt contents here)
</CERT>
<KEY>
(paste client.key contents here)
</KEY>
key-direction 1
<TLS-AUTH>
(paste ta.key contents here)
</TLS-AUTH>
remote-cert-tls server
cipher AES-256-CBC
verb 5
mute 5
comp-lzo
fast-io
route-delay 2
route-method exe
client.ovpn file:
client
remote (your hostname here) 12973
dev tun
proto udp
resolv-retry infinite
nobind
persist-key
persist-tun
<CA>
(laste ca.crt contents here)
</CA>
<CERT>
(paste client.crt contents here)
</CERT>
<KEY>
(paste client.key contents here)
</KEY>
key-direction 1
<TLS-AUTH>
(paste ta.key contents here)
</TLS-AUTH>
remote-cert-tls server
cipher AES-256-CBC
verb 5
mute 5
comp-lzo
fast-io
route-delay 2
route-method exe
Kitsap
Mar 28, 2023Master
Outstanding. Thank you for sharing the details.
Recommend you mark this as resolved so others can benefit.