hello,
I’m trying to bring remote client into LAN. I’m successful in establishing a tunnel, remote end pings, all is well. However, i cannot make the client have the extra route of:
/sbin/ip ro add 192.168.0.0/24 dev ppp0
where 192.168.0.0/24 is LAN network. If I manually add this route, network is reachable and the setup works. So, the question:
How to enforce this route onto the client by default?
I have the stup as in : “Connecting a Remote Client via PPTP Tunnel” section of the manual, which at the moment is writing and i’m using archive.org to read it.