06-14-2018 03:06 AM - edited 02-21-2020 07:52 AM
Hi Support,
I am having problems applying a PAT rule on a ASA 5520 8.2 ASDM 6.1 ( I am aware it needs upgrading).
I am basically trying to translate outside connections into a web server using 4443 to redirect to 443 to server 192.168.1.1 (Staff-Argon).
Below is what I have setup;
static (3-Staff,0-outside) tcp interface 4443 Staff-Argon https netmask 255.255.255.255
access-list 0-outside_access_in extended permit tcp any host Staff-Argon eq https
On a packet trace it failed at NAT and telnet test faills to the external facing IP address on port 4443.
Got a bit stuck now and I am going in circles so any assistance is greatly appreciated.
Many thanks,
David
Solved! Go to Solution.
06-14-2018 12:40 PM
06-14-2018 03:15 AM
Try this:
conf t
object network Staff-Argon
host 192.168.1.1 (must be the private ip of your server)
nat (3-Staff,0-outside) static interface service tcp 443 4443
access-list 0-outside_access_in extended permit tcp any host 192.168.1.1 eq https
Shoud work.
Regards.
06-14-2018 09:51 AM - edited 06-14-2018 09:52 AM
Hi Daniele,
Most of these commands are not support on the asa version I am running unfortunately.
06-14-2018 10:21 AM
add show version please
06-14-2018 07:08 AM
open the outside if. up for 4443 instead of 443
06-14-2018 09:55 AM
Hi Dennis,
Did you mean in the PAT rule or the ACL?
Thanks,
David
06-14-2018 12:40 PM
06-18-2018 04:08 AM
Thanks Florin, this worked perfectly your a life saver.
Thanks to everyone else also for your comments.
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