02-17-2019 07:44 PM - edited 02-21-2020 08:49 AM
Hi all,
I am in the process of converting an old PIX firewall that sits inside a DMZ and allows a tunnel to another Router and on to the internal network. The current Pix config is below and the ultimate destination is 192.168.nn.2 from a specific external connecting router 152.91.nn.nn. As you would know, the old NAT commands no longer work. Could someone point me in the right direction to convert it to suit the ASA5506.
Thanks
Damien
access-list acl_outside permit tcp host 152.91.nn.nn host 192.168.nnn.2 eq lotusnotes
access-list acl_outside permit tcp host 152.91.nn.nn host 192.168.nnn.2 eq lotusnotes
global (outside) 1 interface
nat (inside) 1 172.16.nnn.0 255.255.255.0 0 0
nat (inside) 1 192.168.nnn.0 255.255.255.0 0 0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 192.168.nn.2 192.168.nnn.2 netmask 255.255.255.255 0 0
access-group acl_outside in interface outside
access-group acl_inside in interface inside
02-17-2019 08:04 PM
02-17-2019 09:03 PM
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