01-19-2006 05:49 AM - edited 02-20-2020 09:35 PM
Hi,
I have the below currently configured -
permit tcp any myip eq smtp
There is no mail forwarding from the ISP, my question is how can I tighten this up? Is there something else I should be doing??
Thanks
01-19-2006 06:06 AM
just wondering if static or port forwarding has been configured.
e.g.
static (inside,outside) tcp interface 25
access-list inbound permit tcp any interface outside eq 25
access-group inbound in interface outside;
or
static (inside,outside)
access-list inbound permit tcp any host
access-group inbound in interface outside
further, do "sh access-l" to verify whether the acl has been hit or not.
01-19-2006 06:23 AM
ip nat inside source static tcp 192.168.69.1 25 myip 25
So the first and I have 93030 matches against it.
Thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide