Hi,

On 12/04/22 13:26, me.meekone--- via Openvpn-users wrote:

    Hi guys, I have a rather simple issue but I cannot get it working
    Atm I have a VPS acting as the OpenVPN server and a OpenVPN client
    running on my home lan
    All works well and the VPN is solid until I’m advertising the home
    lan (10.10.10.0/24) from my raspi
    The VPN drops when I’m adding the following to server.conf
    /client-to-client/
    /client-config-dir /etc/openvpn/ccd/
    /push "route 10.10.10.0 255.255.255.0"/
    /route 10.10.10.0 255.255.255.0/

remove the
  push "route 10.10.10.0 255.255.255.0"

that tells the client to route the network 10.10.10.0/24 over the VPN to the server whereas
  route 10.10.10.0 255.255.255.0
tells the *server* tou route the network 10.10.10.0/24 over the VPN to the client.

HTH,

JJK

_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to