Hi guys!
I got stucked at configuring mikrotik’s ipsec tunnels.
There are three routers:
- First office
WAN IP 1.1.1.1
lan 192.168.1.0/24
IP-tunnel 10.10.10.2/29
-
second office
WAN IP 2.2.2.2
lan 192.168.2.0/24
IP-tunnel 10.10.10.3/29 -
VM on the server
WAN ip 3.3.3.3
lan 192.168.10.0/24
IP tunnel 10.10.10.1/29
Each router has static WAN ip.
I did the following:
- Interface of the IP-tunnel on each routerHanged an IP address higher on each router on this interface
- I added nat rules ( on VM two rules)
- I added the route, the gateway pointed out the external interface ( on VM two routes)
- I added a proposal (on microtics in VM one for both feasts)
- I added peers (on VM for both offices)
- Added IPsec policy (on VM one on both feasts)
Looked at Remote Peers, SA - all ok. Enabled included ipsec’s log.
The problem is the following: in the first office traffic goes to both sides without problems, in the second office traffic does not go.
Packet Sniffer, but on microtik in the second office do not come packets icmp from the server.
What could be the problem?