RV50 OpenVPN routing problem

Hi @lionsgi ,

I follow the link below to config OpenVPN server and successfully ping from both side. You can see the picture.


OpenVPN link:

It seems that it’s about your server configuration. Please make sure the following steps are correct:

  1. In config file at directory \OpenVPN\config\server.ovpn, 2 lines should be added
    client-config-dir ccd
    route 192.168.13.0 255.255.255.0
  2. At \OpenVPN\config\ccd, create file with name “client” and add route to the file:
    iroute 192.168.13.0 255.255.255.0

Note that: “client” is the name of Common Name at the steps that you generate certificates & keys for your gateway device, so you need to change the name accordingly.
3. Restart the tunnel.

Thanks,

If your question is answered, please help to mark Solution