I already browsed to several posts on this forum regarding client-to-client OVPN but didn’t find an answer yet.
I setup an openvpn server with client-to-client enabled and push route “192.168.5.0 255.255.255.0”
created a CCD file with the cert name from RUTX
The logs from the server shows the RUX is indeed connected with following info:
192.168.5.1C
192.168.5.0/24
10.8.0.2
Accessing the WebUI at 10.8.0.2 does work.
Also access to the WebUI via 192.168.5.1
But not the clients in the range 192.168.5.0/24
I tried with static route
lan, 192.168.5.0, 255.255.255.0, 10.8.0.2
And then tried with
lan, 192.168.5.1,255.255.255.255, 10.8.0.2
lan, 192.168.5.13, 255.255.255.255, 192.168.5.1
But with both configs I can only access 192.168.5.1
Anything else I should add in the routes or firewall?