10-26
Cisco ASA Series Firewall CLI Configuration Guide
Chapter 10 NAT Examples and Reference
DNS and NAT
Figure 10-21
DNS64 Reply Modification Using Outside NAT
Procedure
Step 1
Create a network object for the FTP server and configure static NAT with DNS modification. Because
this is a one-to-one translation, include the
net-to-net
option for NAT46.
hostname(config)#
object network FTP_SERVER
hostname(config-network-object)#
host 209.165.200.225
hostname(config-network-object)#
nat (outside,inside) static 2001:DB8::D1A5:C8E1/128
net-to-net dns
Step 2
Create a network object for the DNS server and configure static NAT. Include the
net-to-net
option for
NAT46.
hostname(config)#
object network DNS_SERVER
hostname(config-network-object)#
host 209.165.201.15
hostname(config-network-object)#
nat (outside,inside) static 2001:DB8::D1A5:C90F/128
net-to-net
Step 3
Configure an IPv4 PAT pool for translating the inside IPv6 network.
hostname(config)#
object network IPv4_POOL
hostname(config-network-object)#
range 203.0.113.1 203.0.113.254
ftp.ci
s
co.com
209.165.200.225
IPv4 Internet
IPv6 Net
S
t
a
tic Tr
a
n
s
l
a
tion on In
s
ide to:
2001:DB8::D1A5:C8E1
PAT Tr
a
n
s
l
a
tion on O
u
t
s
ide to:
209.165.200.230
U
s
er:
2001:DB8::1
DN
S
S
erver
209.165.201.15
S
t
a
tic Tr
a
n
s
l
a
tion on In
s
ide to:
2001:DB8::D1A5:C90F
1
2
7
6
5
4
3
DN
S
Q
u
ery
ftp.ci
s
co.com?
DN
S
Reply
209.165.200.225
DN
S
Reply Modific
a
tion
209.165.200.225
2001:DB8::D1A5:C8E1
DN
S
Reply
2001:DB8::D1A5:C8E1
FTP Re
qu
e
s
t
209.165.200.225
De
s
t Addr. Tr
a
n
s
l
a
tion
209.165.200.225
2001:DB8::D1A5:C8E1
FTP Re
qu
e
s
t
2001:DB8::D1A5:C8E1
A
S
A
33336
8
Summary of Contents for ASA 5508-X
Page 11: ...P A R T 1 Access Control ...
Page 12: ......
Page 157: ...P A R T 2 Network Address Translation ...
Page 158: ......
Page 233: ...P A R T 3 Service Policies and Application Inspection ...
Page 234: ......
Page 379: ...P A R T 4 Connection Management and Threat Detection ...
Page 380: ......