04-09-2008 05:07 PM - edited 03-11-2019 05:29 AM
Hi,
I need to NAT an internal server and allow only certain ports open. After creating access-lists for these ports, should I still enable PAT (for the said ports) in the NAT configuration?
Thanks!
04-10-2008 03:41 AM
Hi Patricia,
If you applied a one-to-one NAT like following
static (inside,outside) publicip localip netmask 255.255.255.255
Then you dont need to specify these ports individually.
But if you applied PAT, you should forward these ports as following
static (inside,outside) tcp interface portno localip portno netmask 255.255.255.255
Regards
04-10-2008 12:05 PM
Ok, thanks!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide