cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
313
Views
0
Helpful
1
Replies

Ststic nat

Hi - i have problem whith my asa.

Early i have 1 exchange server in our company and i configured asa with next:

static (inside,outside) xxx.xxx.xxx.102 192.168.0.23 netmask 255.255.255.255

access-list outside_in extended permit tcp any host xxx.xxx.xxx.102 eq smtp log

access-list outside_in extended permit tcp any host xxx.xxx.xxx.102 eq https log

But now i have 2 exchange servers and admin ask me make https requests to second server, and smtp to first server:

static (inside,outside) tcp xxx.xxx.xxx.102 smtp 192.168.0.23 smtp netmask 255.255.255.255

static (inside,outside) tcp xxx.xxx.xxx.102 https 192.16.0.14 https netmask 255.255.255.255

But with this configuration mail send from ip on interface outside...

Must I make some other static to other protocol?

1 Reply 1

Jon Marshall
Hall of Fame
Hall of Fame

Try adding this to your config

nat (inside) 192.168.0.23

global (outside) xxx.xxx.xxx.102

Jon

Review Cisco Networking products for a $25 gift card