Hi,
I plan to setup a blackberry enterprise server (BES), assuming that my exchange is in the INSIDE, based on the BES document, there are two options that i am considering.
Option 1-Place BES on INSIDE network
Create a hole from OUTSIDE to INSIDE
static (inside,outside) 209.99.2.x 172.16.1.x
access-list outside_acl permit tcp host any host 172.16.1.x eq 3101 (tcp 3101 required for inbound connection and 3DES encryption, BES will drop message that is not encrypted)
OPTION 2- Place BES on DMZ
Static (dmz,outside) 209.99.2.x 192.168.1.x
Access-list outside_acl permit tcp host any host 192.168.1.x eq 3101
Because the BES communicate w/ exchange by MAPI, additional port are needed ie...,135,137,138,139
Access-list inside_acl permit tcp host 192.168.1.x any eq 135
Access-list inside_acl permit udp host 192.168.1.x any range
137 139.
Your thought on this will be greatly appreciated.
Thanks for your time
K
I plan to setup a blackberry enterprise server (BES), assuming that my exchange is in the INSIDE, based on the BES document, there are two options that i am considering.
Option 1-Place BES on INSIDE network
Create a hole from OUTSIDE to INSIDE
static (inside,outside) 209.99.2.x 172.16.1.x
access-list outside_acl permit tcp host any host 172.16.1.x eq 3101 (tcp 3101 required for inbound connection and 3DES encryption, BES will drop message that is not encrypted)
OPTION 2- Place BES on DMZ
Static (dmz,outside) 209.99.2.x 192.168.1.x
Access-list outside_acl permit tcp host any host 192.168.1.x eq 3101
Because the BES communicate w/ exchange by MAPI, additional port are needed ie...,135,137,138,139
Access-list inside_acl permit tcp host 192.168.1.x any eq 135
Access-list inside_acl permit udp host 192.168.1.x any range
137 139.
Your thought on this will be greatly appreciated.
Thanks for your time
K