TMS zl Management and Configuration Guide ST.1.0.090213
5-7
Network Address Translation
NAT Operations
One-to-One Translation (IP Address Only)
With this type of destination NAT, all traffic destined to a certain public IP
address is translated to the same private destination IP address. For example,
for the public NAT IP address, 192.168.5.23, there is one private IP address,
10.1.1.13. In the IP-only type of destination NAT, the destination address is
translated, but the port numbers are not translated.
The TMS zl Module will perform this type of NAT if you specify one destination
address, one NAT address, and no NAT port.
The source and destination IP address (SA, DA) and port fields (SP, DP) in five
inbound IP packet headers are shown in Table 5-4. The translated fields are
shown with shading.
Table 5-4. IP Address Only Destination NAT
Many-to-One Translation (IP Address Only)
With this type of destination NAT, several public IP address are translated to
a single private destination IP address. For example, all traffic destined to the
public IP addresses 192.168.5.23, 192.168.5.24, and 192.168.5.25 is translated
to the same private destination IP addresses, 10.1.1.10. The port is not trans-
lated.
This type of NAT allows external devices to contact several different IP
addresses to access the same internal server.
The TMS zl Module will perform many-to-one destination NAT if you specify
multiple destination addresses, one NAT address, and no NAT port.
The source and destination IP addresses (SA, DA) and port fields (SP, DP) in
five inbound IP packet headers are shown in Table 5-5. The translated fields
are shown with shading.
Before NAT After NAT
SA
1
SP
1
DA
1
DP
1
SA
2
SP
2
DA
2
DP
2
172.16.122.63 50055 192.168.5.23 80 172.16.122.63 50055 10.1.1.12 80
10.1.5.48 50056 192.168.5.23 21 10.1.5.48 50056
10.1.1.12 21
10.100.148.77 50057 192.168.5.23 88 10.100.148.77 50057
10.1.1.12 88
172.20.222.8 50058 192.168.5.23 53 172.20.222.8 50058
10.1.1.12 53
172.20.121.75 50059 192.168.5.23 69 172.20.121.75 50059
10.1.1.12 69