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
.
Содержание ASA 5512-X
Страница 5: ...P A R T 1 Service Policies and Access Control ...
Страница 6: ......
Страница 50: ...3 14 Cisco ASA Series Firewall CLI Configuration Guide Chapter 3 Access Rules History for Access Rules ...
Страница 51: ...P A R T 2 Network Address Translation ...
Страница 52: ......
Страница 126: ...5 28 Cisco ASA Series Firewall CLI Configuration Guide Chapter 5 NAT Examples and Reference DNS and NAT ...
Страница 127: ...P A R T 3 Application Inspection ...
Страница 128: ......
Страница 255: ...P A R T 4 Connection Settings and Quality of Service ...
Страница 256: ......
Страница 288: ...12 14 Cisco ASA Series Firewall CLI Configuration Guide Chapter 12 Quality of Service History for QoS ...
Страница 303: ...P A R T 5 Advanced Network Protection ...
Страница 304: ......
Страница 339: ...P A R T 6 ASA Modules ...
Страница 340: ......
Страница 398: ...17 28 Cisco ASA Series Firewall CLI Configuration Guide Chapter 17 ASA CX Module History for the ASA CX Module ...