Link to home
Start Free TrialLog in
Avatar of rbrindisi
rbrindisiFlag for United States of America

asked on

Access list to allow pop3


Can anyone supply me with the proper access list to allow incoming pop3 trafic (port 110 port 25) on a Cisco PIX 520?
Avatar of rsivanandan
rsivanandan
Flag of India image

access-list <Number> permit tcp any host <PublicIPOFServer> eq 110
access-list <Number> permit tcp any host <PublicIPOFServer> eq 25

access-group <Number> in interface outside

Cheers,
Rajesh
Avatar of mahe2000
mahe2000

remember to establish your static rules or it won't work...!!!!
Avatar of rbrindisi

ASKER

Mahe2000

How do I establish Static Rules?
Static entries make a presence of inside host to the outside world using the public address by nat. So if the above access-list has to work, you need to first have that enabled which I assume is already there ? If not,

static(inside,outside) <PublicIPOFServer> <InternalIPOFServer> netmask 255.255.255.255

Cheers,
Rajesh
ASKER CERTIFIED SOLUTION
Avatar of mahe2000
mahe2000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
So I didn't help you at all even after giving the access-lists and the static statements ?