I have a problem as follows:
router 'PHION' is out of my control and i cant modify its configuration. Its IP is 10.238.90.3 and it was the networks gateway (and all trafic was routed through its VPN and then to the internet). It is allso the only way to access the exchange server.
i then added the router 'MIKROTIK' which has IP 10.238.90.9 and it is now the default gateway and it has the routes
10.0.0.0/8 -> 10.238.90.3
150.16.0.0/24 -> 10.238.90.3 (certian services are not acccesible from outside the VPN)
Home user connects to MIKROTIK via PPTP (authenticated via NSP - microsoft radius implementation) and get an IP in the 172.16.0.0/24 range.
Home usres can access everything in the 10.238.90.0/24 range and nothing else.
I supose that is because routers beyond the PHION vpn links are not aware of the VPN clients.
The question is this:
is there a way to give home users access to the complete network? Like NATing every PPTP user?
Thanks