This is my first time working with Mikrotik hardware so sorry asking basic questions.
I’ve setup a PPTP connection between the office and “home office” using two hEX gateways.
I have some difficulty connecting from the home network to the office.
If I ping from the Mikrotik device at home and I select PPTP interface I’m able to ping the office 192.168.2.x, but if I ping from my laptop (192.168.88.x) I’m not able to ping the 192.168.2.x network.
The pool used for the PPTP connections is 192.168.2.250-254
PPTP doesn’t traverse a NAT gateway. If you need NAT traversal which your drawing indicates it does switch to a different technology like IPSec w/NAT-T enabled.
rvdvalk, Did you see my comment about PPTP and NAT gateways? Some have helpers that can enable this kind of communication but it isn’t guaranteed in the least bit. You likely want to look at switching to a solution that has NAT traversal capabilities. You may want to look at L2TP wrapped in IPSec. Let me know if that’s something you’d like to proceed with. You can try the examples on the Wiki and we can go from there.
I’ve added a route at the office to 192.168.88.0/24 using the L2TP connection as a gateway.
I’m able to acces the router at the office now, 192.168.2.1 but not the server or printer.
if your server and printer think they are on the same subnet as you, they will send an arp request instead of trying to route the traffic, and nothing will respond. Enabling proxy-arp on your bridge at the office (the bridge that connects to the server and printer subnet) would fix that if that is the case