Hi, I’m trying to setup an Openvpn tunnel using two RB750. I’ve done the basic setup, the client MT connects to the server MT, the link is stablished and the server MT add a Route for the client Lan that I’ve setup on the PPP - Secrets.
Now the problem is that in the client MT there is no route to the server MT lan, so there is no traffic between them. If I add by hand the route all works fine, so the question is, is there any way to send the route from the server to the client (In linux there was a PUSH ROUTE option but I just don’t see that on the MT).
BTW, I tried using the “Add-Default-Route” on the client and it works, but I don’t want all the traffic from the client going through the VPN, just the LAN to LAN traffic.
LAN 1 ( 192.168.0.0/24 ) --- > MK (RB750) -----> Internet <------ MK (RB750) <------ LAN 2 (192.168.1.0/24)
Beware that with this config, if you allow the traffic in your firewall (Filter Table, forward chain), you should get traffic from LAN to LAN but all the traffic from the client to the internet would also go thought the VPN using the server connection. If you don’t want that, you could disable the “add-default-route” on the client interface and add an static route only for you lan, but it would be cool if there was any way to get the openvpn server pass that route by it self.