add push route openvpnserver
I have configured an openvpn-server on my TP-link er706w and have a working vpn connection to another brand router with Openvpn client. This router has lan ports with subnet 192.168.1.0/24.
The tplink has a link via 192.168.10.5 and the remote client has 192.168.10.6. So via the Openvpn server on the tp-link er706w i can raech the romte router on 192.168.10.6. Lan dhcp 192.168.4.0/24
Now i want connect to the lan-ports of the remote client router to contact teh device on that lan ports (like 192.168.1.210).
I have added on the .opvn file a line: route 192.168.1.0 255.255.255.0.
Ping from third party router (openvpn client) to 192. 168.4.1 is ok.
The problem is that I cannot reach 192.168.1. subnet from the tp-link side. I think therfore I have to add a push route : push "route 192.168.1.0 255.255.255.0". But I cannot figure out how to do this. Can i get ssh access with the tp-link er706w?
How to resolve this?