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

Access list on PIX 515E 2

Status
Not open for further replies.

ebouza70

MIS
Jul 9, 2007
36
US
Good afternoon,

I need to create an access list to open ports 389 and 3268 on my PIX 515E, so my spam appliance can query our Exchange server. Would the folowing command be correct
access-list access_in permit udp any host 10.201.1.11 eq 389
access-list access_in permit udp any host 10.201.1.11 eq 3268

Thank you in advance for your help.

Erick B
MCSE
 
NetworkGhost,


Good afternoon, thank you for replying so quickly. Both interfaces our internal. I hope that is what you were asking.

Erick B
MCSE
 
NetworkGhost,

Quick question the ip in the access list is of my spam appliance, I think it should be my Exchange servers ip?

access-list access_in permit udp any host 10.201.16.5 eq 389
access-list access_in permit udp any host 10.201.16.5 eq 3268

Thanks,

Erick B
MCSE

P.S. Have a great weekend
 
NEtworkGhost,

Good morning, how would I go about to remove an access-list?
 
type in :
no access-list access_in permit udp any host 10.201.16.5 eq 389
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top