Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

External users for website

Status
Not open for further replies.

Lostcitrixadmin

IS-IT--Management
Jul 28, 2009
4
US
We have an extranet website that has a public ip address. The problem is i need to add the address to our 506e pix so that the website can be seen by outside users.
How do I add a internal ip to the pix for traffic to follow out on port 80.
 
you need an ACE and a static NAT entry:
Code:
access-list outside_access_in extended permit tcp any host <public_ip> eq www

static (inside,outside) tcp <public_ip> [URL unfurl="true"]www <private_ip>[/URL] www
substitute the public IP address assigned to your web server for <public_ip> and then substitute the private ip address of the web server for <private_ip>

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top