Hello everyone!!! first post here and english is not my first lenguage…
Im having an issue thats is getting me crazy with 2 RB Mikrotik 760igs, im connect them with a tunnel IPsec but cant pass information for that tunnel… i configurate other VPN the same way and its working without problem.. but this is getting me crazy i reset the RB moren then once and redo but nothing.
/ip address
add address=192.168.2.1/24 interface=ether2 network=192.168.2.0
/ip dhcp-server network
add address=192.168.2.0/24 dns-server=1.1.1.1 gateway=192.168.2.1
/ip firewall nat
add action=accept chain=srcnat dst-address=192.168.1.0/24 src-address=192.168.2.0/24
add action=accept chain=srcnat dst-address=192.168.3.0/24 src-address=192.168.2.0/24
add action=masquerade chain=srcnat src-address=192.168.2.0/24
/ip ipsec identity
add peer=Matriz
add peer=Filial2
/ip ipsec policy
add dst-address=192.168.1.0/24 peer=Matriz src-address=192.168.2.0/24 tunnel=yes
add dst-address=192.168.3.0/24 peer=Filial2 src-address=192.168.2.0/24 tunnel=yes
i leave o must basic to see if can connect but nothing…