Opening up port 443

I have a website that I need to enable https on.

The firewall is already configured for port 80(www), 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 www 192.168.0.2 www netmask

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
Reply to
chrismtoth
Loading thread data ...

What you showed was fine. Note though, that you will also need to edit the access-list you have applied to the outside interface.

show access-group

and find the one marked with 'in interface outside'. The name (or number) after the 'access-group' keyword is the name of the access-list you need to change.

Reply to
Walter Roberson

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.