Hello All,
I hope someone can help me with this please:
I recently bought some RB751G-2HnD routers to use to set up a VPN across three sites where each site has a static public IP address.
So far I have set up the RB devices on two of the sites. Everything was working normally on each site and DHCP clients on each site were connecting normally to the DHCP server on the bridge-local interface of each local router until I set up a site to site VPN over an IPSEC tunnel between the two RB devices by following the instructions on the article http://wiki.mikrotik.com/wiki/Manual:IP/IPsec
The site to site VPN is working well but I have noticed that local DHCP clients are not successfully connecting to the network.
I’m guessing that the problem is probably that I shouldn’t have two DHCP servers on the network and instead I guess I should have just one DHCP server and use the DHCP relays but I’m not sure how to do this. I’ve had a look at the article on http://wiki.mikrotik.com/wiki/Manual:IP/DHCP_Relay but I guess I’m doing something wrong.
Anyway, here is a synopsis of my configuration:
Two sites:
Site 1 router Public IP address a.a.a.a
Site 1 router local IP address 192.168.1.254
Site 1 local network addresses are 192.168.1.x
Site 2 router Public IP address b.b.b.b
Site 2 router local IP address 192.168.2.254
Site 2 local network addresses are 192.168.2.x
Site to site IPSEC Tunnel VPN established between Site 1 and Site 2 using instructions from article http://wiki.mikrotik.com/wiki/Manual:IP/IPsec
How do I set up DHCP so that local DHCP clients will connect to the following pools?
Site 1: 192.168.1.1 to 192.168.1.99
Site 2: 192.168.2.1 to 192.168.2.99
Many thanks for your help.