cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
579
Views
5
Helpful
1
Replies

ASA incoming outgoing mail

columoconnor
Level 1
Level 1

I have an ASA5510....the cust want smtp to be translated to the outside interface IP (x.x.x.218)going out......but wants incoming mail to go to the next ip in their public range(x.x.x.219)

is this possible

thanks

1 Reply 1

vitripat
Level 7
Level 7

Hi ,

Assuming that IP address of mail server is 1.1.1.1, you may try using following commands-

access-list pol1 permit tcp host 1.1.1.1 any eq 25

nat (inside) 10 access-list pol1

global (outside) 10 interface

static (inside,outside) tcp x.x.x.219 25 1.1.1.1 25

Note: If you are already using outside interface IP for outbound connections as shown in following example-

nat (inside) 1 0 0

global (outside) 1 interface

In this case, you dont need the first 3 commands.

Let us know how this goes.

Regards,

Vibhor.

Review Cisco Networking for a $25 gift card