Hi!
I have two mikrotik devices: one – RB951G with 6.34.2, and second older one with 6.24
and need ipsec vpn between each of those devices and kerio connect.
Scheme is:
192.168.200.0 – kerio – internet – mikrotik (6.34)192.168.1.0
192.168.200.0 – kerio – internet – mikrotik (6.24) 192.168.99.0
Second one (6.24) works perfect: vpn established and networks see each other… but with first (6.34) vpn connected (Polices generated, installed SAs), but there are no ping.
Settings are the same
/ip ipsec peer add address=x.x.x.x/32 dh-group=modp1536 exchange-mode=main-l2tp generate-policy=port-override hash-algorithm=sha1 passive=yes secret=xxxxxx
/ip firewall nat add chain=srcnat dst-address=192.168.200.0/24 src-address=192.168.1.0/24
When I try to ping 192.168.200.x from 192.168.1.x I don’t see any counters on rule witch excludes this networks from NAT. And of cause it placed on top before main nat rule.
What can I try to resolve this?
Thanks in advance.