cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
757
Views
0
Helpful
7
Replies

Firewall NAT

pablo.arcelcr
Level 1
Level 1

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.

 

 

 

 

1 Accepted Solution

Accepted Solutions

Francesco Molino
VIP Alumni
VIP Alumni

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


Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

View solution in original post

7 Replies 7

Francesco Molino
VIP Alumni
VIP Alumni

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


Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

Hi

 

Please check attached

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


Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

It works just fine. The problema is with the External IP Im using for the NAT

Can you send your full config? 

 

Thanks


Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

Does that means it's working now?
If not send also some fw logs when attempting an access to that server from outside.
Thanks

Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

James Davies
Level 1
Level 1

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

Review Cisco Networking for a $25 gift card