NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

sryan's avatar
sryan
Aspirant
Mar 24, 2023
Solved

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. ...
  • sryan's avatar
    sryan
    Mar 28, 2023
    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