09-15-2008 01:27 AM - edited 03-11-2019 06:44 AM
Hi
Can any tell me simpel and clear how to open smtp from outside to inside server ?
Because its is not working for me.
Using PAT as translation.
And 192.168.0.5 as mailserver MS Exchange 2007 )
Hope someone can help
Regards Peter Røge
09-15-2008 01:58 AM
Peter,
Can you post your current config - as there could be multiple reasons why this is not working.
HTH>
09-15-2008 02:51 AM
09-15-2008 03:07 AM
OK - try to remove;-
static (inside,outside) tcp MAILSERVER smtp MAILSERVER smtp netmask 255.255.255.255 0 0
Replace with:-
static (inside,outside) tcp interface smtp MAILSERVER smtp netmask 255.255.255.255 0 0
Change:-
from
access-list outside_access_in permit tcp any eq smtp host MAILSERVER eq smtp
to
access-list outside_access_in permit tcp any eq smtp host <
HTH>
09-15-2008 03:11 AM
Sorry ignore:-
access-list outside_access_in permit tcp any eq smtp host <
Change to
access-list outside_access_in permit tcp any host <
09-15-2008 04:11 AM
hi
is it possible to use the word INTERFACE
because i am using PAT ?
in this line:
access-list outside_access_in permit tcp any host <
Peter
09-15-2008 04:13 AM
I suppose so - as long as the IP address is the same as the outside ip address.
09-15-2008 05:59 AM
Hi
Thanks again
we up running now
Peter
09-15-2008 06:00 AM
np - glad to help.
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