Hello,
I am facing a problem with a RB760iGS I just bought.
I have created an IPSec site-to-site VPN between this Mikrotik and a Cisco router.
The Mikrotik is behind a NAT, set up as DMZ, so it has a private LAN interface (192.168.88.0/24) and a WAN interface with private IP (192.168.1.5). Its gateway is 192.168.1.1.
Then the Cisco has its own public IP address.
When I establish the IPsec tunnel, the problem is that the Mikrotik sends the packet with the 192.168.1.5 address inside, so on the Cisco side the policy did not match. I needed to ask them to change the policy, as stated in this article:
https://community.cisco.com/t5/security-documents/l2l-vpn-troubleshooting-quot-ipsec-policy-invalidated-proposal/ta-p/3115635
After this change, the IPsec tunnel is working fine, but they don’t want to keep this setting.
Can you please help me? How can I change the local peer address on Mikrotik side, so in ipsec packet it sends its own public static IP address (87.27.x.y) instead of its own address on the WAN interface (192.168.1.5)?
I tried to set it as a “local address” into ipsec PEER config but it’s causing an error in the log. Also if I set it into the policies it will not establish the phase2 anymore.
Thanks