03-27-2007 07:55 AM - edited 03-11-2019 02:52 AM
I have a webserver that is on my inside network. I created a NAT that translates a public Ip to inside Ip and it works great.
The only problme I have is that I cannot access from inside the Public IP of the internal webserver. How do I setup this reverse translation?
Solved! Go to Solution.
03-27-2007 10:08 AM
There are 2 good options here
http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807968d1.shtml#
If you are using an external dns server, the first option will work well, dns doctoring. The second option is hairpinning, which will allow the traffic to enter and exit the inside interface with a static nat.
03-27-2007 08:02 AM
There are a few solutions for this but depends on what code you're running, is this pix or asa?
You can edit the HOST file on your machine to point to inside address. You can do dns doctoring if using an external dns server. You can do hairpinning if you are running code 7.
03-27-2007 08:51 AM
Asa version 7.2
03-27-2007 09:04 AM
Asa version 7.2
03-27-2007 10:08 AM
There are 2 good options here
http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807968d1.shtml#
If you are using an external dns server, the first option will work well, dns doctoring. The second option is hairpinning, which will allow the traffic to enter and exit the inside interface with a static nat.
03-27-2007 10:50 AM
ok use these commands :-
same-security-traffic permit intra interface
static (inside,inside)
cl xlate
cl loc
03-27-2007 11:52 AM
!!! Just be careful running the "cl xlate" command in a production environment. That could really impact your current traffic and cause the phones to ring.
03-27-2007 12:30 PM
were the commands helpful..?
03-27-2007 12:46 PM
glad I could help!
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