10-10-2013 06:21 AM - edited 03-11-2019 07:50 PM
Hi,
I have setup a site to site VPN between Cisco asa5510 and Sonicwall tz200, the tunnel established successfully, but there is no traffice crossing tunnel. everythi is ok on the Sonicwall side, but asa is somehow blocking all the inbound and outboud traffic. I'm using the ASDM and the backet tracer is giving: packet dropped, IPsec spoofing.
Your help and advise are greatly appreciated.
Thanks,
Basel.
10-17-2013 11:28 AM
Could this NAT policy be the reason?
access-list Inside_nat0_outbound extended permit ip 192.168.0.0 255.255.0.0 172
16.149.0 255.255.255.0
192.168.0.0/16 is the local subnet
172.16.149.0/24 is the remote subnet
10-17-2013 11:40 AM
Hello Basel,
No,
That nat 0 is good
do you have?
nat (inside) 0 access-list inside_nat0_outbound ??
10-17-2013 11:49 AM
yes it is there:
nat (Inside) 0 access-list Inside_nat0_outbound
10-17-2013 11:57 AM
Then You are good,
You possitive the Crypto ACL is fine?
Any ACL on the inside interface blocking the traffic?
Do the following
cap capin interface inside match ip any 172.16.149.0 255.255.255.0
cap asp type asp-drop all circular-buffer
Then try to access any host there and d o
show cap capin
show cap asp | include 172.16.149.x (The IP address you accessed or try to)
10-17-2013 12:29 PM
Just to mention that both wan interfaces IPs on both ends are on the same subnet /27 . Could that be an issue?
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