08-24-2017 01:28 PM - edited 02-21-2020 06:14 AM
I need to allow to connect to a internet web server using a public IP address. I added this to my ASA 5520.
object network Polycom-10.154.10.5
host 10.154.10.5
object network Polycom-10.154.10.5
nat (inside,outside) static 201.201.134.151
access-list Outside_Polycom_in extended permit tcp any object Polycom-10.154.10.5 eq 80
access-list Outside_Polycom_in extended permit tcp any object Polycom-10.154.10.5 eq 443
access-group Outside_Polycom_in in interface Outside
I try to access it using the public IP address, but still not connecting.
Solved! Go to Solution.
08-24-2017 05:50 PM
Hi
Do you see something on logs?
Can you run three following command and paste the output in a text file?
Packet-tracer input outside tcp 8.8.8.8 12345 201.201.134.151 80 detail
Thanks
PS: please don't forget to rate helpful answers and select add correct answer if that solves your issue
08-24-2017 05:50 PM
Hi
Do you see something on logs?
Can you run three following command and paste the output in a text file?
Packet-tracer input outside tcp 8.8.8.8 12345 201.201.134.151 80 detail
Thanks
PS: please don't forget to rate helpful answers and select add correct answer if that solves your issue
08-28-2017 04:26 PM
08-28-2017 05:15 PM
Hi
It seems to be OK from outside.
Can you do a test internally from you lan, try to telnet the internal IP using the port 80 to see if you get an answer.
Are you sure the service http or https is activated on your machine?
Thanks
PS: Please don't forget to rate and select as validated answer if this answered your question
08-28-2017 05:56 PM
It works just fine. The problema is with the External IP Im using for the NAT
08-28-2017 06:00 PM
Can you send your full config?
Thanks
08-28-2017 06:03 PM
08-25-2017 02:16 AM
If this is 8.3 Version or later, Im pretty sure your access list need to be the Public IP.
access-list Outside_Polycom_in extended permit tcp any object Polycom-201.201.134.151 eq 80
access-list Outside_Polycom_in extended permit tcp any object Polycom-201.201.134.151 eq 443
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