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

Forum Discussion

pandabe4r's avatar
Oct 09, 2021
Solved

OpenVPN client issues / cannot connect remotely / Orbi RBR850

I have a weird issue trying to set up the VPN service my new Orbi RBR850 router. Here's what I have configured so far, following the guide found here: I have enabled the VPN service under Advanced...
  • pandabe4r's avatar
    pandabe4r
    Oct 09, 2021

    SOLVED!

     

    So I decided to go with the latest OpenVPN Connect client that exclusively uses TUN.
    https://openvpn.net/downloads/openvpn-connect-v3-windows.msi

     

    I then edited the .ovpn config file before importing to change the default to TUN and the port to 12973. See below. 

     

    After importing, I connected just fine and am able to connect to all my devices, RDP, and browse internet. 

     

    Don't know why Orbi's instructions point to the older 2.5 client, but the latest version is the way to go.

     

    client
    dev tun
    proto udp
    sndbuf 393216
    rcvbuf 393216
    push "sndbuf 393216"
    push "rcvbuf 393216"
    dev-node NETGEAR-VPN
    remote XXXXXXX.mynetgear.com 12973
    resolv-retry infinite
    nobind
    persist-key
    persist-tun
    ca ca.crt
    cert client.crt
    key client.key
    cipher AES-128-CBC
    comp-lzo
    verb 0