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

Opening port 443 on Cisco PIX 506e

Status
Not open for further replies.

cmtoth

MIS
Sep 7, 2005
16
0
0
US
I have a website that I need to enable https on.

The firewall is already configured for port 80( but I just configured it for port 443(https) as well.

The below is the new config with the https line added. I was just wondering(hoping!) that I did it right.

Does anyone see any errors?

Thanks,
CMT

Cisco PIX 506e

static (inside,outside) tcp 1.1.1.1 255.255.255.255 0 0
static (inside,outside) tcp 1.1.1.1 https 192.168.0.2 https netmask 255.255.255.255 0 0
 
That should be OK, just make sure you add it to your inbound ACL

access-list inbound tcp permit any host 1.1.1.1 eq 443



Brent
Systems Engineer / Consultant
CCNP, CCSP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top