ASA (8.0): Natting inside hosts using outside interface (NAT overload in router lingo) 
All hosts in 192.168.1.0/24 will be seen with source 172.16.1.192 in the internet. May also be known as PAT.
interface Ethernet0
nameif outside
security-level 0
ip address 172.16.1.192 255.255.255.0

interface Ethernet1
nameif inside
security-level 100
ip address 192.168.1.1 255.255.255.0

global (outside) 1 interface
nat (inside) 1 192.168.1.0 255.255.255.0

//bonus: configure dns client in asa
dns domain-lookup outside
dns server-group DefaultDNS
name-server 8.8.8.8


Comments
Comments are not available for this entry.
2024 By Angel Cool