Cisco ASA 8.3+ NAT within a site to site VPN tunnel
I’ve written a post on how to setup a Cisco ASA site to site VPN tunnel here on pre 8.3 firmware. Now I’m going to write about how to make a VPN tunnel on post 8.3 firmware with emphasis on…
I’ve written a post on how to setup a Cisco ASA site to site VPN tunnel here on pre 8.3 firmware. Now I’m going to write about how to make a VPN tunnel on post 8.3 firmware with emphasis on…
Firstly, Nat 0 and static can be used to achieve the same result of bypassing NAT, at least logically 🙂 However both are fundamentally different. Take a look at the following example: nat (inside) 0 192.168.1.1 255.255.255.255 and static (inside,dmz)…