08-13-2007 11:55 AM
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
Solved! Go to Solution.
08-13-2007 11:57 AM
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.
08-13-2007 11:57 AM
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.
08-13-2007 12:07 PM
Thanks so much... how could I missed that!...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide