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

how to map smtp port to private ip

tung
Level 1
Level 1

hello,

i have a question of how to map smtp & http port the the private ip address. Thanks

1 Reply 1

jackko
Level 7
Level 7

static (inside,outside) tcp interface www www netmask 255.255.255.255 0 0

static (inside,outside) tcp interface smtp smtp netmask 255.255.255.255 0 0

assuming you try to access the server from internet, in that case you'll need access-l applied on outside interface

access-list 100 permit tcp any host eq www

access-list 100 permit tcp any host eq smtp