harryhair5
IS-IT--Management
I am using NAT (see config below) to hide internal workstations from routable addresses. When an internal workstation sends a request outbound it is assigned a network translation (forgive me if my terminology is off). Once this is assigned and before it times out, does this create a two way channel for attacks to come through? In other words, does PAT offer a significant security advantage b/c the outside world sees all internal workstations as the same IP?
nat (inside) 1 10.1.1.0 255.255.255.0
global (outside) 1 aaa.bb.13.127-aaa.bb.13.254 netmask 255.255.255.0
dhcp address 10.1.1.127-10.1.1.254 inside
dhcp dns aaa.bb.127.127 aaa.bb.127.128
dhcp lease 3600
dhcp domain anydomain.com
dhcp enable inside
nat (inside) 1 10.1.1.0 255.255.255.0
global (outside) 1 aaa.bb.13.127-aaa.bb.13.254 netmask 255.255.255.0
dhcp address 10.1.1.127-10.1.1.254 inside
dhcp dns aaa.bb.127.127 aaa.bb.127.128
dhcp lease 3600
dhcp domain anydomain.com
dhcp enable inside