cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
815
Views
0
Helpful
2
Replies

Passing SMTP through Cisco ASA 5510

jbenson
Level 1
Level 1

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

2 Replies 2

a.alekseev
Level 7
Level 7

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

Hi,

I believe you need proper NAT config, to translate connections on the Public IP / interface to the inside host 10.10.1.11.

Review Cisco Networking for a $25 gift card