Good evening everyone
I have problems with an Ipsec.
My configuration is particular and is the following
Location A:
Firewall: Mikrotik On 192.168.1.1
Public Ip: 2.2.2.2
Lan: 192.168.0.0/20
Location B (It is not administered by me, but by another company)
Firewall: Cisco
Public Ip: 3.3.3.3
Lan: 10.11.5.0/24
I have configured the IPSEC correctly.
However, I had to use a virtual subnet in SOURCE ADDRESS because my network 192.168.0.0/20 could not be used as a remote network in the other location, since it was present in other VPNs
Furthermore, from my network I only need to see these two IP addresses of the other network
10.11. 5.179
10.11. 5.194
For the network 10.11. 5.179 I used the virtual subnet 192.168.144.0/20
Subnet set by the other admin on his Cisco
For the network 10.11. 5.194 I used the virtual subnet
Subnet set by the other admin on his Cisco
192.168. 160.0/24
The VPN connection is regularly established and the two phases are correctly processed.
So far so good

Now my problem arises from the fact that from my mikrotik if I launch a ping with both IPSEC active I ping only one IP at a time
Both VPNs are active
Example
[admin@MikroTik] > ping 10.11.5.194 src=192.168.1.1
SEQ HOST SIZE TTL TIME STATUS
0 10.11.5.194 56 64 21ms
1 10.11.5.194 56 64 36ms
2 10.11.5.194 56 64 25ms
3 10.11.5.194 56 64 29ms
4 10.11.5.194 56 64 21ms
5 10.11.5.194 56 64 21ms
[admin@MikroTik] > ping 10.11.5.179 src=192.168.1.1
SEQ HOST SIZE TTL TIME STATUS
0 10.11.5.179 timeout
1 10.11.5.179 timeout
2 10.11.5.179 timeout
3 10.11.5.179 timeout
4 10.11.5.179 timeout
If I disable the other VPN 10.11.5.194 this WORKS and viceversa
[admin@MikroTik] > ping 10.11.5.179 src=192.168.1.1
SEQ HOST SIZE TTL TIME STATUS
0 10.11.5.179 56 64 22ms
1 10.11.5.179 56 64 21ms
2 10.11.5.179 56 64 21ms
3 10.11.5.179 56 64 21ms
4 10.11.5.179 56 64 20ms
5 10.11.5.179 56 64 22ms
I attach the configuration image and the routes configured on the NAT




I report that the problem is mine, there is no problem in Cisco



Any suggestion is welcome
Thanks for your support