View Single Post
  #6 (permalink)  
Old 2005-10-31
czech12 czech12 is offline
Member
 
Join Date: 2005-10-25
Location: North Brunswick, NJ
Posts: 38
Rep Power: 0
czech12 has an average reputation (10+)
Default Re: NAT Question....

PAT is just a term that is used. It really means that you are configuring an address to be NAT'd only on a certain port. For instance, you can say:

Original Packet Source: Any
Original Packet Destination: Public IP for Web Server
Original Packet Service: HTTP

Translated Packet Source: Original
Translated Packet Destination: Static NAT to Web Server
Translated Packet Service: Original

The reason why you would want to do this is if you have many servers that need to use public IP addresses, you can use the same public address, but translate it to different servers based on the service being used.

I don't know if you'll find any real documentation on PAT, but hopefully that explains it for you.
__________________
====================
Aaron Vivo
CCSE Plus, CCMSE, NSA
====================
Reply With Quote