|
Network Address Translation (NAT) is a method of connecting
multiple systems to the Internet (or any other IP network)
using a single IP address. This method is applied at the interface
between a public network and any private network. It is typically
required in all products that are in the customer premises
such as residential gateways, advanced DSL, or cable modems.
NAT is made possible by modifying IP addresses and port numbers
in IP headers on the fly so that the packets all appear to
be coming from, or going to, a single, public IP address of
the NAT device instead of the actual source or destination.
Our Implementation of NAT has the following features:
|