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

ASA5505 DMZ access from outside

gmayan
Level 1
Level 1

I have an exchange server (internal network) where I redirect all outside smtp traffic (works fine), when I move this server to the DMZ and redirect all smtp traffic to it changing:

static (Inside,Outside) tcp interface smtp 10.100.10.6 smtp netmask 255.255.255.255

for

static (Inside,Outside) tcp interface smtp 10.100.20.10 smtp netmask 255.255.255.255

Traffic can't get to the DMZ, what am I missing?

Complete configuration attached

1 Accepted Solution

Accepted Solutions

acomiskey
Level 10
Level 10

The static command needs to be...

static (DMZ,Outside) tcp interface smtp 10.100.20.10 smtp netmask 255.255.255.255

Please rate helpful posts.

View solution in original post

2 Replies 2

acomiskey
Level 10
Level 10

The static command needs to be...

static (DMZ,Outside) tcp interface smtp 10.100.20.10 smtp netmask 255.255.255.255

Please rate helpful posts.

Thanks so much... how could I missed that!...