I am configuring an Astaro (v8) to provide VPN access via PPTP to clients.
The eth1 interface of the Astaro is 172.14.1.100 (/24).
I want VPN clients to be able to reach other hosts on this same subnet (172.14.1.0/24).
I do not want VPN clients to be required to use the Astaro as their default Internet GW simply to reach 172.14.1.0/24.
The IP address pool for PPTP on the Astaro is the current default: 10.242.1.0/24.
If I manually add a route on a client, such as:
route -n add 172.14.1.0/24 10.242.1.1
...then that client can reach 172.14.1.0/24 over the VPN with no problems.
But I don't want to manually add that route on each client. I want the Astaro to publish that route to the client when the client connects.
It is unclear how to accomplish this on the Astaro.
Can anyone help?
Thanks.
This thread was automatically locked due to age.