R3204P16-HP Load Balancing Module Network Management Configuration Guide-6PW101
Table Of Contents
- Title page
- Contents
- Interface management configuration
- IP addressing configuration
- MAC address table configuration
- Layer 2 forwarding configuration
- Layer 2 forwarding overview
- Configuring general Layer 2 forwarding
- Configuring inline Layer 2 forwarding
- Configuring inter-VLAN Layer 2 forwarding
- Forward-type inline Layer 2 forwarding configuration example
- Blackhole-type inline Layer 2 forwarding configuration example
- Inter-VLAN Layer 2 forwarding configuration example
- VLAN configuration
- ARP configuration
- Gratuitous ARP configuration
- Proxy ARP configuration
- Layer 3 forwarding configuration
- NAT configuration
- Overview
- Configuring a NAT policy in the web interface
- Configuring NAT in the CLIs
- Configuration guidelines
- ALG configuration
- Static route configuration
- RIP configuration
- OSPF configuration
- BGP configuration
- Policy-based routing configuration
- Route displaying
- DNS configuration
- Overview
- Configuring DNS on the web interface
- Configuring DNS in the CLIs
- Troubleshooting IPv4 DNS configuration
- Support and other resources
- Index

80
NAT configuration
Overview
Introduction to NAT
Network Address Translation (NAT) provides a way of translating the IP address in an IP packet header
to another IP address. In practice, NAT is primarily used to allow users using private IP addresses to
access public networks. With NAT, a smaller number of public IP addresses are used to meet public
network access requirements from a larger number of private hosts, and thus NAT effectively alleviating
the depletion of IP addresses.
NOTE:
A
private IP address is used only in an internal network, whereas a public or external IP address is used
on the Internet and is globally unique.
A
ccordin
g
to RFC 1918, three blocks of IP addresses are reserved for private networks:
• Class A: 10.0.0.0 through 10.255.255.255,
• Cl ass B : 172.16.0.0 thro ugh 172.31.255. 255 ,
• Class C: 192.168.0.0 through 192.168.255.255.
No host with an IP address in the above three ran
g
es exists on the Internet. You can use those IP addresses
in an enterprise network freely without requesting them from an ISP or registration center.
Figure 40 depicts the operation of NAT.
Figure 40 NAT operation
• A NAT gateway lies between the private network and the public network.
• The internal host at 192.168.1.3 sends an IP packet (IP packet 1) to the external server at 1.1.1.2
through the NAT gateway.