PDA

View Full Version : help me about NAT


kaleemullah
07-24-2009, 02:00 AM
PLEASE GUIDE ME ABOUT nat:mad:

Big Evil
07-24-2009, 05:33 AM
NAT, is use to save IP addresses. In a nut shell.

On your LAN you would use private IP addresses, you map these to a public address and that would router through the ether.

HTH.

sukarabi
08-15-2009, 02:58 AM
remember these commands :

ip nat pool zzzz xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy NETMASK mmm.mmm.mmm.mmm
or
ip nat pool zzzz xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy PREFIX-LENGTH pp

where
zzz is the name of the pool
xxx.xxx.xxx.xxx is the first address of the pool
yyy.yyy.yyy.yyy is the last address of the pool
mmm.mmm.mmm.mmm the mask used to define this pool
pp is the prefix use for CIDR mask definition (ex: 25 for 255.255.255.128)
NETMASK or PREFIX-LENGTH are compulsory so better not to forget them in the future.