Hi,
I’ve set up a PPTP VPN between an Ubuntu 16.04 VPS and a Mikrotik hAP. The VPS is running pptpd, and the Mikrotik will connect to it fine. What I would like is the VPS to be able to access the whole network behind the Mikrotik.
The Mikrotik is being used as an AP, with a static route on the gateway for the 10.0.0.0/8 network on the VPS. The VPS has a route to the 192.168.1.0/24 network.
At the moment, from the VPS can ping the PPTP Client IP address (10.0.0.100) and the Mikrotik bridge IP (192.168.1.253), but nothing else on the 192.168.1.0/24 network
The hap has a very basic configuration, all ports are assigned to a bridge, both the WLAN ports are also added to the bridge. As its not acting as a router, there are no firewall rules. However in my attempts to get it working, I have added a MASQ NAT rule, which didn’t work, not that I was expecting it to as it shouldn’t need masquerading.
What am I missing? Can anyone offer any advise?