This points to missing routes from VPN to your LAN? At System: Routes...
sudo route -n add 172.16.7.1/24 172.16.72.48
That's my thinking as well. When I connect to the VPN, I cannot reach the firewall until I manually add a route on my Mac
Quote from: rafaelmagu on April 03, 2016, 10:36:31 pmThat's my thinking as well. When I connect to the VPN, I cannot reach the firewall until I manually add a route on my MacYour Mac simply has no clue how to get into that remote LAN and still sends pakets via its default route.You have 2 choices then:1. Add a route manually2. Route all traffic via VPN (can be set in options for the VPN connection)Windows clients normally route all traffic via VPN by default, but that's not a good idea anyway.Older implementations of PPTP-servers did not use a transfer net and gave your Mac/PC an IP-address of the remote LAN, so no routing was to be done. Most modern routers don't do this anymore.This is where eg. OpenVPN comes into play with the possibility to push the routes to the clients automatically.
PING 172.16.7.105 (172.16.7.105) from 10.0.7.1: 56 data bytes--- 172.16.7.105 ping statistics ---3 packets transmitted, 0 packets received, 100.0% packet loss
PING 172.16.7.105 (172.16.7.105) from 172.16.7.1: 56 data bytes64 bytes from 172.16.7.105: icmp_seq=0 ttl=64 time=1.744 ms64 bytes from 172.16.7.105: icmp_seq=1 ttl=64 time=0.818 ms64 bytes from 172.16.7.105: icmp_seq=2 ttl=64 time=0.680 ms--- 172.16.7.105 ping statistics ---3 packets transmitted, 3 packets received, 0.0% packet lossround-trip min/avg/max/stddev = 0.680/1.081/1.744/0.472 ms
Tested routing all traffic through the VPN using the connection setting in OS X, still no luck.