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

Ports open on PIX

vintan1801
Level 1
Level 1

Hi,

Can someone tell me the commands/access-lists on PIX to allow the below:

source: 10.10.2.3

destination: x.x.x.20

ports: 21,23,1530, 18102, 18103

Please give me the commands to run on PIX?

Regards,

Vin

1 Accepted Solution

Accepted Solutions

ajagadee
Cisco Employee
Cisco Employee

Vinay,

access-list 150 permit tcp host 10.10.2.3 host x.x.x.20 eq 21

access-list 150 permit tcp host 10.10.2.3 host x.x.x.20 eq 23

access-list 150 permit tcp host 10.10.2.3 host x.x.x.20 eq 1530

access-list 150 permit tcp host 10.10.2.3 host x.x.x.20 eq 18102

access-list 150 permit tcp host 10.10.2.3 host x.x.x.20 eq 18103

Regards,

Arul

*Pls rate if it helps*

View solution in original post

1 Reply 1

ajagadee
Cisco Employee
Cisco Employee

Vinay,

access-list 150 permit tcp host 10.10.2.3 host x.x.x.20 eq 21

access-list 150 permit tcp host 10.10.2.3 host x.x.x.20 eq 23

access-list 150 permit tcp host 10.10.2.3 host x.x.x.20 eq 1530

access-list 150 permit tcp host 10.10.2.3 host x.x.x.20 eq 18102

access-list 150 permit tcp host 10.10.2.3 host x.x.x.20 eq 18103

Regards,

Arul

*Pls rate if it helps*

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