5-7
Cisco ASA Series Firewall CLI Configuration Guide
Chapter 5 NAT Examples and Reference
Examples for Twice NAT
Step 2
Add a network object for the DMZ network 1:
hostname(config)#
object network DMZnetwork1
hostname(config-network-object)#
subnet 209.165.201.0 255.255.255.224
Step 3
Add a network object for the PAT address:
hostname(config)#
object network PATaddress1
hostname(config-network-object)#
host 209.165.202.129
Step 4
Configure the first twice NAT rule:
hostname(config)#
nat (inside,dmz) source dynamic myInsideNetwork PATaddress1
destination static DMZnetwork1 DMZnetwork1
Because you do not want to translate the destination address, you need to configure identity NAT for it
by specifying the same address for the real and mapped destination addresses.
Step 5
Add a network object for the DMZ network 2:
hostname(config)#
object network DMZnetwork2
hostname(config-network-object)#
subnet 209.165.200.224 255.255.255.224
Step 6
Add a network object for the PAT address:
hostname(config)#
object network PATaddress2
hostname(config-network-object)#
host 209.165.202.130
Step 7
Configure the second twice NAT rule:
hostname(config)#
nat (inside,dmz) source dynamic myInsideNetwork PATaddress2
destination static DMZnetwork2 DMZnetwork2
Different Translation Depending on the Destination Address and Port (Dynamic
PAT)
The following figure shows the use of source and destination ports. The host on the 10.1.2.0/24 network
accesses a single host for both web services and Telnet services. When the host accesses the server for
Telnet services, the real address is translated to 209.165.202.129:
port
. When the host accesses the same
server for web services, the real address is translated to 209.165.202.130:
port
.
Summary of Contents for ASA 5512-X
Page 5: ...P A R T 1 Service Policies and Access Control ...
Page 6: ......
Page 51: ...P A R T 2 Network Address Translation ...
Page 52: ......
Page 127: ...P A R T 3 Application Inspection ...
Page 128: ......
Page 255: ...P A R T 4 Connection Settings and Quality of Service ...
Page 256: ......
Page 303: ...P A R T 5 Advanced Network Protection ...
Page 304: ......
Page 339: ...P A R T 6 ASA Modules ...
Page 340: ......