I've installed a new Exchange 2003 server as a second server in the Exchange Admin Group. I want to enable a external address to point to this new Exchange server to test Outlook Web Access. Our current Exchange Server (2000) is working just fine with Outlook Web Access.
I ran the following commands on my PIX firewall..
access-list outside permit tcp any host <external address> eq www
access-list outside permit tcp any host <external address> eq smtp
access-list outside permit tcp any host <external address> eq https
access-list outside permit tcp any host <external address> eq pop3
static (inside,outside) <external address> <internal address new exchanger server> netmask 255.255.255.255 0 0
wr mem
This does not seem to work. Is there another command that I need to run?
Start Free Trial