07-14-2008 12:12 PM - edited 03-11-2019 06:14 AM
We are trying to get smtp traffic passed into our mail server. Here are the commands that I issued. It is not working at all. Thank you for your help.
access-list Outside_access_in extended permit tcp any eq smtp host 10.10.1.11 eq smtp
access-group Outside_access_in in interface Outside
Jason
07-14-2008 12:26 PM
no access-list Outside_access_in extended permit tcp any eq smtp host 10.10.1.11 eq smtp
access-list Outside_access_in extended permit tcp any host 10.10.1.11 eq smtp
07-14-2008 05:36 PM
Hi,
I believe you need proper NAT config, to translate connections on the Public IP / interface to the inside host 10.10.1.11.
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