Hi to evary body,
I am to trying to set an IPSEC between two of my MT router. I read the the example of IPsec Between two Masquerading MikroTik Routers, in the manual, and I try to do the same with my too MT. below the script of my setting :
Home router
/ip firewall nat add chain=srcnat src-address=192.168.224.0/24 dst-address=192.168.0.0/24
/ip ipsec policy add src-address=192.168.224.0/24 dst-address=192.168.0.0/24 action=encrypt tunnel=yes sa-src-address=10.0.0.254 sa-dst-address=10.0.0.120
/ip ipsec peer add address=10.0.0.120 exchange-mode=aggressive secret=“sdcjsdsdzlenssdjkd”
remote router
/ip firewall nat add chain=srcnat src-address=192.168.0.0/24 dst-address=192.168.224.0/24
/ip ipsec policy add src-address=192.168.0.0/24 dst-address=192.168.224.0/24 action=encrypt tunnel=yes sa-src-address=10.0.0.120 sa-dst-address=10.0.0.254
/ip ipsec peer add address=10.0.0.254 exchange-mode=aggressive secret=“sdcjsdsdzlenssdjkd”
After set these two scripts inside my MTs, nothing is happening inside the two MTs, unable to ping the remote LAN from the home LAN.
Please I am waiting for you help to resolve this problem.
Thanks