I have Mikrotik boards that are installed in different networks all over the world.
-The WAN interface is wired ethernet and uses DHCP to get its address.
-The LAN interface is the default 192.168.88.x + DHCP.
I need remote access to the routers, and can’t get in via the WAN IP because it’s unknown and behind firewalls. So I want the routers to initiate a PPTP VPN connection to my server (Windows Server). But I don’t want all the WAN traffic to go onto the VPN connection. It’s only used for remote admin of the router.
- How can I configure the router to make a VPN connection to the server but NOT route any traffic through it?
- On the server, can I use DHCP to assign addresses to the routers? What happens if the VPN’s subnet is the same as the WAN’s subnet? This is out of my control. Will conflicts happen?
- Is the routeros PPTP client robust and reliable? Will it reconnect if it fails?