12-07-2009 12:24 AM - edited 03-11-2019 09:46 AM
Dear All,
I am facing some problem while configuring ASA5510 with port forwarding for some inside server. I configured inside and outside interface and dynamic NAT for inside users to use internet. But when I am trying to configure port forwarding for one internal server to access from outside then inside users are not able to access internet.
My question is that both Dynamic NAT and port forwarding will work using the same outside interface or not. It would be highly appreciated if anybody response according to the above information.
Looking forward to your reply soon.
Thanks and regards..
Erfan
12-07-2009 03:24 AM
yes, they would work.
The ip address you used for port-forwarding is a broadcast address based on the subnet 202.80.169.0/29.
12-07-2009 04:57 AM
Yes, this works and is a useful configuration.
You can use this:
! Only forward port 80 for internal server
static (inside,outside) tcp 202.80.169.7 www 192.168.10.5 www netmask 255.255.255.255
or
! Forward all requisition in the ip 202.80.169.7 for internal server
static (inside,outside) 202.80.169.7 192.168.10.5 netmask 255.255.255.255
Regards.
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