We are installing a spam filter and want to redirect our email to a new internal address xxx.xxx.0.31. But we want to continue to have Outlook Web Access go to our internal exchange address xxx.xxx.0.9. Right now all email and owa go to the exchange internal address and is working fine.
Good working config:
PIX Version 6.3(3)
ip address outside xxx.xxx.99.227 255.255.255.224
ip address inside xxx.xxx.6.2 255.255.0.0
ip address dmz1 xxx.xxx.0.1 255.255.255.0
ip address pix/intf3 127.0.0.1 255.255.255.255
arp timeout 14400
global (outside) 1 xxx.xxx.99.228
nat (inside) 1 xxx.xxx.0.0 255.255.0.0 0 0
nat (dmz1) 1 xxx.xxx.0.0 255.255.255.0 0 0
alias (inside) xxx.xxx.0.9 xxx.xxx.99.229 255.255.255.255
static (inside,outside) xxx.xxx.99.229 xxx.xxx.0.9 netmask 255.255.255.255 0 0
conduit permit tcp host xxx.xxx.99.229 eq pop3 any
conduit permit tcp host xxx.xxx.99.229 eq smtp any
conduit permit tcp host xxx.xxx.99.229 eq route outside 0.0.0.0 0.0.0.0 xxx.xxx.99.225 1
Cisco support recommended port redirection, so I made the following change to the config. But after a clear xlate, I was not able to owa and was not able to receive email. I was able to still send email.
Port Redirection config - not working
PIX Version 6.3(3)
ip address outside xxx.xxx.99.227 255.255.255.224
ip address inside xxx.xxx.6.2 255.255.0.0
ip address dmz1 xxx.xxx.0.1 255.255.255.0
ip address pix/intf3 127.0.0.1 255.255.255.255
arp timeout 14400
global (outside) 1 xxx.xxx.99.228
nat (inside) 1 xxx.xxx.0.0 255.255.0.0 0 0
nat (dmz1) 1 xxx.xxx.0.0 255.255.255.0 0 0
alias (inside) xxx.xxx.0.9 xxx.xxx.99.229 255.255.255.255
static (inside,outside) tcp xxx.xxx.99.229 255.255.255.255 0 0
static (inside,outside) tcp xxx.xxx.99.229 smtp xxx.xxx.0.31 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp xxx.xxx.99.229 pop3 xxx.xxx.0.9 pop3 netmask 255.255.255.255 0 0
conduit permit tcp host xxx.xxx.99.229 eq pop3 any
conduit permit tcp host xxx.xxx.99.229 eq smtp any
conduit permit tcp host xxx.xxx.99.229 eq route outside 0.0.0.0 0.0.0.0 xxx.xxx.99.225 1
Can anyone see anything wrong with this not working config so email will go to .31 and owa will go to .9?
Thanks - Kristi
Good working config:
PIX Version 6.3(3)
ip address outside xxx.xxx.99.227 255.255.255.224
ip address inside xxx.xxx.6.2 255.255.0.0
ip address dmz1 xxx.xxx.0.1 255.255.255.0
ip address pix/intf3 127.0.0.1 255.255.255.255
arp timeout 14400
global (outside) 1 xxx.xxx.99.228
nat (inside) 1 xxx.xxx.0.0 255.255.0.0 0 0
nat (dmz1) 1 xxx.xxx.0.0 255.255.255.0 0 0
alias (inside) xxx.xxx.0.9 xxx.xxx.99.229 255.255.255.255
static (inside,outside) xxx.xxx.99.229 xxx.xxx.0.9 netmask 255.255.255.255 0 0
conduit permit tcp host xxx.xxx.99.229 eq pop3 any
conduit permit tcp host xxx.xxx.99.229 eq smtp any
conduit permit tcp host xxx.xxx.99.229 eq route outside 0.0.0.0 0.0.0.0 xxx.xxx.99.225 1
Cisco support recommended port redirection, so I made the following change to the config. But after a clear xlate, I was not able to owa and was not able to receive email. I was able to still send email.
Port Redirection config - not working
PIX Version 6.3(3)
ip address outside xxx.xxx.99.227 255.255.255.224
ip address inside xxx.xxx.6.2 255.255.0.0
ip address dmz1 xxx.xxx.0.1 255.255.255.0
ip address pix/intf3 127.0.0.1 255.255.255.255
arp timeout 14400
global (outside) 1 xxx.xxx.99.228
nat (inside) 1 xxx.xxx.0.0 255.255.0.0 0 0
nat (dmz1) 1 xxx.xxx.0.0 255.255.255.0 0 0
alias (inside) xxx.xxx.0.9 xxx.xxx.99.229 255.255.255.255
static (inside,outside) tcp xxx.xxx.99.229 255.255.255.255 0 0
static (inside,outside) tcp xxx.xxx.99.229 smtp xxx.xxx.0.31 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp xxx.xxx.99.229 pop3 xxx.xxx.0.9 pop3 netmask 255.255.255.255 0 0
conduit permit tcp host xxx.xxx.99.229 eq pop3 any
conduit permit tcp host xxx.xxx.99.229 eq smtp any
conduit permit tcp host xxx.xxx.99.229 eq route outside 0.0.0.0 0.0.0.0 xxx.xxx.99.225 1
Can anyone see anything wrong with this not working config so email will go to .31 and owa will go to .9?
Thanks - Kristi