Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have an ASA5505 that I need to connect to two remote networks. I worked though getting the first tunnel to my HQ working. I need to now add a remote office. My HQ and the remote office both use SonicWALL PRO2040 devices, same firmware and OS.I used...
I've used many SW devices to setup remote locations with Site2Site VPNs and had everything working well. I replaced one of the SW's with an ASA5505.All of the sample configs I've seen use Main Mode (both ends have static IPs). In my case the PRO2040 ...
I'd like to submit this SVG for your use. I drew this up for a presentation using pieces of other Cisco stencils and various other SVG's. It contains 100% vector goodness. I hope you find it useful.
One of my previous responses had a screenshot of the Sonicwall settings I used. On the Sonicwall I setLocal IKE ID: IP Address -- I set the address to the external IP of the Sonicwall.Remote IKE ID: Domain Name -- I set the value to the FQDN of the A...
You're trying to setup a LAN-to-LAN VPN. The mismatch is because you're going LAN-to-Host but setting up the VPN as L2L. After you get the L2L tunnel up your can restrict traffic by setting firewall rules to deny all traffic except from our one host....
I believe your problem is with these statements:access-list TUNNEL extended permit ip 192.168.210.0 255.255.255.0 host 172.50.0.131access-list inside_nat0_outbound extended permit ip 192.168.210.0 255.255.255.0 host 172.50.0.131 Try replacing those s...