Dec 21, 2004 #1 sstoppel IS-IT--Management Jul 12, 2004 325 US I am trying to enable incoming traffic to a server but I seem to be having trouble with my access lists. Can anyone help me work out the syntax?
I am trying to enable incoming traffic to a server but I seem to be having trouble with my access lists. Can anyone help me work out the syntax?
Dec 21, 2004 1 #2 TravisM MIS Nov 2, 2001 133 US ip access-list 101 permit tcp any host aa.bb.cc.dd eq 143 aa.bb.cc.dd is the ip address of the imap4 machine. If you go into the config for the access list it will just be permit tcp any host aa.bb.cc.dd eq 143 That should be it. Upvote 0 Downvote
ip access-list 101 permit tcp any host aa.bb.cc.dd eq 143 aa.bb.cc.dd is the ip address of the imap4 machine. If you go into the config for the access list it will just be permit tcp any host aa.bb.cc.dd eq 143 That should be it.
Dec 21, 2004 Thread starter #3 sstoppel IS-IT--Management Jul 12, 2004 325 US many thanks for the prompt reply! Upvote 0 Downvote