I have an Exchange 2003/Exchange 2007 domain. I have migrated my Mailbox and everything works fine for sending and receiving e-mail from either Exchange Server...except OWA from the internet and ActiveSync for my Mobile 6 device. I have an open case with Microsoft working on the problem and they confirmed that I have OWA working internally and state that I need to configure my firewall to allow ssl or https traffic to be forwarded to my Exchange 2007 server. Here is my Cisco config and the internal address for my Exchange 2003 server is 192.168.100.31 and for Exchange 2007 it is 192.168.100.6
Can I just reconfigure to send https traffic to the Exchange 2007 server and everything else to my Exchange 2003 server, or will it still work and will I be better off to simply route all my traffic to the Exchange 2007 server first and let the RGC send Exchange 2003 traffic as it needs to?
Thanks!
: Written by enable_15 at 08:45:03.677 UTC Fri Jun 27 2008
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
hostname xx-xxxx
domain-name columbia.williamskeepers.c
om
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list acl_in permit icmp any any
access-list acl_in deny tcp any host 216.106.93.30 eq netbios-ssn
access-list acl_in deny udp any host 216.106.93.30 eq netbios-ns
access-list acl_in deny tcp any host 216.106.93.30 eq 445
access-list acl_in deny udp any any eq netbios-dgm
access-list acl_in deny udp any any eq domain
access-list acl_in permit ip any host 216.106.93.30
pager lines 24
mtu outside 1500
mtu inside 1500
ip audit info action alarm
ip audit attack action alarm
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 216.106.93.30 192.168.100.31 netmask 255.255.255.255 0 0
access-group acl_in in interface outside
rip outside default version 1
rip inside default version 1
route outside 0.0.0.0 0.0.0.0 216.106.93.17 1
route inside 192.168.200.0 255.255.255.0 192.168.100.212 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http 192.168.100.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
Start Free Trial