04-02-2015 04:14 PM - edited 03-11-2019 10:43 PM
HI all,
This is the link
http://wiki.mikrotik.com/wiki/MikroTik_router_to_CISCO_PIX_Firewall_IPSEC
Thanks all.
Solved! Go to Solution.
04-09-2015 08:00 AM
yes, but this is phase 1 tunnel. ipsec sa is phase 2 which will show if encryption and decryption of data is happening.
04-09-2015 09:57 AM
Crypto map tag: outside_map,
current_peer: 1.1.1.1
#pkts
#pkts
#pkts compressed: 0, #pkts decompressed: 0
#pkts not compressed: 0, #pkts comp failed: 0, #pkts
#pre-frag successes: 0, #pre-frag failures: 0, #fragments created: 0
#PMTUs sent: 0, #PMTUs
#send errors: 0, #recv errors: 0
IV size: 8 bytes
Anti replay bitmap:
0xFFFFFFFF 0xFFFFFFFF
IV size: 8 bytes
Anti replay bitmap:
0x00000000 0x00000001
04-09-2015 10:34 AM
Packet is being decrypted, so it means traffic is coming from other side this this side.
But since encryption count is 0, so it doesn't seem that this end of tunnel is sent packet to other side.
make sure that ICMP is allowed on inside interface, also check crypto map and routes.
04-09-2015 12:12 PM
I got it to work
04-04-2015 06:07 AM
Based on debug it says "All SA proposals found unacceptable". I think "running config" would be needed. What is the version of PIX?
04-04-2015 06:41 AM
BTW, just found that in your link both router and PIX has peer as "1.0.0.2" which is not correct. Hope you have not configured it similarly. It Peer should be IP address of outside interface of neighbor device.
04-04-2015 07:51 AM
Hi,
on PIX your IPSEC transform set is
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
while from link, the transform set of router is
crypto ipsec transform-set myset esp-des esp-sha-hmac ////This is a mismatch
Also on router isakmp policy is
crypto isakmp policy 20
authentication pre-share
hash md5
Hope router is using default encryption as "des" and group 2. If not try to manually set it to this value, so that there is no mismatch.
Also if you are simply copying the configuration from the link you provided then make sure peer address is set correctly, the link has wrong config.
Thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide