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

access-lists

Status
Not open for further replies.

brk1221

MIS
Joined
Jan 29, 2002
Messages
230
Location
US
Hi, I have limited experience working with access-lists. I have a PIX with vpn and I need to filter some incoming traffic. Do I need to copy the list into notepad, make my change and then copy it back in by right clicking? Any good resources available for learning to work with acl's?

Thanks
Tim
 


access-list 142 permit ip host 172.17.1.5 10.100.2.0 255.255.255.0 eq smtp

Is not a valid command as you are specifying a TCP port

Thus it should be

access-list 142 permit tcp host 172.17.1.5 10.100.2.0 255.255.255.0 eq smtp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top