Nat and Pat
Nat and Pat
Without network address translation (NAT) or port address translation (PAT) you
probably wouldn't be able to access the internet from your computer or at least you'll
be the only one in the house having internet access.
+
+
It is possible to translate
between private and public
addresses, using Network
Address Translation (NAT).
+
we can use something called Dynamic NAT. who are different compared to the Static
NAT:
you can use an access-list to match the hosts on your LAN which should be
transleted.
+
NAT Overload or Port Address Translation (PAT) – translates the outbound traffic of
clients to unique port numbers off of a single global address. PAT is necessary when the
number of internal clients exceeds the available global addresses.
+
NAT TERMINOLOGY
Inside Local – the specific IP address assigned to an inside host behind a NAT-
enabled device (usually a private address).
Inside Global – the address that identifies an inside host to the outside world (usually
a public address). Essentially, this is the dynamically or statically-assigned public
address assigned to a private host.
+
Outside Global – the address assigned to an outside host (usually a public address).
Outside Local – the address that identifies an outside host to the inside network.
Often, this is the same address as the Outside Global. However, it is occasionally
necessary to translate an outside (usually public) address to an inside (usually private)
address.
+
+
+
+
+
+