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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How Do I Port Forward 443 On A Pix?

Status
Not open for further replies.

shak89

Technical User
Mar 12, 2003
12
0
0
CA
Ok, I am not really familiar with PIX firewalls. I wanted to port forward 443 internally to my Exchange server. Any help would be appreciated.
 
conf t
static (inside,outside) x.x.x.x y.y.y.y netmask 255.255.255.255
conduit permit tcp host y.y.y.y eq 25 any

OR if you prefer access-list

access-list <name> permit tcp any host y.y.y.y eq 25

x.x.x.x = internal IP
y.y.y.y = public IP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top