cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1395
Views
0
Helpful
1
Replies

Pix 506 Newbie

don.whitley
Level 1
Level 1

how do you enable SSL port 443 on the pix 506

1 Reply 1

0r-lau
Level 1
Level 1

you will need to create an access list like the ones below.

1) static (inside,outside) 200.79.105.254 10.168.0.254 netmask 255.255.255.255 0 0

2) access-list acl-in permit tcp host 200.79.105.1 host 200.79.105.254 eq 443

3) access-group acl-in in interface outside

where 200.79.105.254 is the host's actual ip address(ie outside ip), 10.168.0.254 is the host's ip address on the inside. the 1st line defines that.

the 2nd line allows the host 200.79.105.1 to reach 200.79.105.254 thru port 443

the 3rd line is to apply the access list.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card