ASA5510 + Sonicwall site-to-site VPN not working
Re:ASA5510 + Sonicwall site-to-site VPN not working
attached is the config file, hope the config file is ok.thanks.and ive changed the hostname to address.Ill test shortly.
Re:ASA5510 + Sonicwall site-to-site VPN not working
Can you confirm that you would like to encrypt traffic between ASA LAN of 192.168.1.0/24 and Sonicwall LAN of 192.168.123.0/24? If the above statement is correct, you would also need to add the following for the NAT exemption: access-list inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 192.168.123.0 255.255.255.0 Assuming both ISAKMP and IPSEC policy matches on both end, the tunnel should work. If it doesn , please send through output of:- debug crypto isakmp- debug crypto ipsec Also, show output after:- show crypto isa sa- show crypto ipsec sa Thanks.
Re:ASA5510 + Sonicwall site-to-site VPN not working
indeed , that did the trick and the tunnel works.the 2 lans cannot see each other however, do I just need ACL and/or static routes ?thanks a lot
Re:ASA5510 + Sonicwall site-to-site VPN not working
Have you added the NAT exemption advised earlier?
Re:ASA5510 + Sonicwall site-to-site VPN not working
indeed I forgot about it. thanks, everythings ok now.