Hi all,
I’m rather new here and it would be great to receive some feedback on my implementation scenario of MikroTik
!
All the servers (A, B and C) should be able to reach Server-main. Server-Main should be able to initiate connections to all the servers in the three different sites. The MikroTik sites connect to the main site through an IPSEC-connection. These three sites have an overlapping subnet.
I’m not really sure whether I approach this problem in the correct way.. I think something like this would put me in the right direction. Maybe you guys have seen a similar set-up?
Server-A tries to reach the http-server on server-main:
- http-request to 10.1.1.50, sent to mtk-a
- mtk-a src-nat 1.1.1.1 and dst-nat to 1.1.1.2 (mtk-main)
- mtk-main src-nat to 10.1.1.1 and dst-nat 10.1.1.50
Server-main tries to reply
- http-reply to 10.1.1.1
- mtk-main src-nat 1.1.1.2 and dst-nat to 1.1.1.1 (mtk-a)
- mtk-a src-nat to 192.168.1.2 and dst-nat to 192.168.1.5
192.168.1.5<–>156.30.80.21<–>(IPSEC/mtk-a)1.1.1.1–1.1.1.2(IPSEC/mtk-main)212.216.118.20<–>10.1.1.50

I also searched the internet and found a similar set-up: http://wiki.openwrt.org/doc/howto/vpn.ipsec.overlappingsubnets.racoon , but I’m not really sure if the implementation is the same with mtk.
Thanks in advance for the help
!
Kind regards