P-2302R Series VoIP Station Gateway User's Guide
Table Of Contents
- P-2302R Series
- User’s Guide
- Copyright
- Federal Communications Commission (FCC) Interference Statement
- Safety Warnings
- ZyXEL Limited Warranty
- Customer Support
- Table of Contents
- List of Figures
- List of Tables
- Preface
- Introducing the Prestige
- Introducing the Web Configurator
- Wizard Setup
- System Screens
- LAN Setup
- WAN Screens
- Introduction to VoIP
- VoIP Screens
- Phone
- Phone Book
- Phone Usage
- Network Address Translation (NAT) Screens
- Static Route
- Firewall
- Content Filtering
- Remote Management Screens
- Universal Plug-and-Play (UPnP)
- Logs
- Bandwidth Management
- 19.1 Bandwidth Management Overview
- 19.2 Bandwidth Classes and Filters
- 19.3 Proportional Bandwidth Allocation
- 19.4 Application-based Bandwidth Management
- 19.5 Subnet-based Bandwidth Management
- 19.6 Application and Subnet-based Bandwidth Management
- 19.7 Scheduler
- 19.8 Maximize Bandwidth Usage
- 19.9 Bandwidth Borrowing
- 19.10 Configuring Summary
- 19.11 Configuring Class Setup
- 19.12 Configuring Monitor
- Maintenance
- Introducing the SMT
- General Setup
- WAN Setup
- LAN Setup
- Internet Access
- Remote Node Configuration
- Static Route Setup
- Network Address Translation (NAT)
- Enabling the Firewall
- Filter Configuration
- SNMP Configuration
- System Information and Diagnosis
- Firmware and Configuration File Maintenance
- 33.1 Filename Conventions
- 33.2 Backup Configuration
- 33.2.1 Backup Configuration
- 33.2.2 Using the FTP Command from the Command Line
- 33.2.3 Example of FTP Commands from the Command Line
- 33.2.4 GUI-based FTP Clients
- 33.2.5 TFTP and FTP over WAN Management Limitations
- 33.2.6 Backup Configuration Using TFTP
- 33.2.7 TFTP Command Example
- 33.2.8 GUI-based TFTP Clients
- 33.3 Restore Configuration
- 33.4 Uploading Firmware and Configuration Files
- System Maintenance
- Remote Management
- Call Scheduling
- Troubleshooting
- 37.1 Problems Starting Up the Prestige
- 37.2 Problems with the LAN Interface
- 37.3 Problems with the WAN Interface
- 37.4 Problems with Internet Access
- 37.5 Problems with the Password
- 37.6 Problems with the Web Configurator
- 37.7 Problems with a Telephone or the Telephone Port
- 37.8 Problems with Voice Service
- 37.9 Pop-up Windows, JavaScripts and Java Permissions
- Product Specifications
- Wall-mounting Instructions
- Setting up Your Computer’s IP Address
- IP Subnetting
- PPPoE
- Triangle Route
- SIP Passthrough
- Index

P-2302R Series User’s Guide
Chapter 7 Introduction to VoIP 94
7.3 NAT
NAT (Network Address Translation - NAT, RFC 1631) is the translation of the IP address of a
host in a packet. For example, the source address of an outgoing packet, used within one
network is changed to a different IP address known within another network.
In the simplest form, NAT changes the source IP address of a packet received from a device to
another IP address before forwarding the packet towards the destination. When the response
comes back, NAT translates the destination address back to the device’s IP address and
forwards it to the device.
NAT routers are commonly used to translate private (or internal) IP addresses in packet
headers to public (or external) IP addresses and vice versa. A NAT router maps a private IP
address and port pair to a public IP address and port, and whenever the NAT router receives a
packet with that public IP address and port, it knows how to reroute the packet back to the
private IP address and port.
NAT may be implemented on a device that is between your Prestige and the Internet.
7.3.1 NAT Example
See the following figure. The Prestige (X) sends packets to the Internet. The Prestige’s IP
address is 10.0.0.3. This is a private or internal IP address. The NAT router maps the private
source IP address to a public source IP address (a.b.c.d). The public source IP address is also
known as the external IP address.
Note: The NAT figures in this chapter use lower-case letters (like a.b.c.d for example)
to represent public IP addresses.
Figure 30 NAT: Outgoing
When the NAT router receives packets with destination address IP address a.b.c.d, the NAT
router changes a.b.c.d back to the private IP address 10.0.0.3 and sends it to the Prestige.