Basic NAT

The simplest form of NAT uses a pool of IP addresses on the outside interface and any internal node’s IP address has a one-to-one correspondence with an external IP address.

Some companies use this form of NAT to hide or mask the internal IP addresses. This has limited utility. I can keep the same port numbers or I could mangle them. Everything will still work.

Last updated