Hi,
I have a dual PIX 525 firewall set up with "outside", "dmz1", and "inside" interfaces. I'm trying to install a MS Exchange server in the dmz for webmail but I'm having problems getting the webmail server to connect to the exchange cluster on the inside.
I have the following in the acl applied to the "dmz1" interface:
access-list 102 permit tcp host Webmail-Server1 any eq netbios-ssn
access-list 102 permit tcp host Webmail-Server1 any eq 137
access-list 102 permit udp host Webmail-Server1 any eq netbios-ns
access-list 102 permit udp host Webmail-Server1 any eq netbios-dgm
access-list 102 permit tcp host Webmail-Server1 any eq 135
access-list 102 permit udp host Webmail-Server1 any eq 135
access-list 102 permit tcp host Webmail-Server1 any gt 1023
access-list 102 permit tcp host Webmail-Server1 any eq 691
access-list 102 permit tcp host Webmail-Server1 any eq ldap
access-list 102 permit udp host Webmail-Server1 any eq 389
access-list 102 permit tcp host Webmail-Server1 any eq 3268
access-list 102 permit tcp host Webmail-Server1 any eq 88
access-list 102 permit udp host Webmail-Server1 any eq 88
access-list 102 permit tcp host Webmail-Server1 any eq domain
access-list 102 permit udp host Webmail-Server1 any eq domain
I have the following in the acl applied to the "inside" interface:
access-list 104 permit tcp host Exchange-Server any eq netbios-ssn
access-list 104 permit tcp host Exchange-Server any eq 137
access-list 104 permit udp host Exchange-Server any eq netbios-ns
access-list 104 permit udp host Exchange-Server any eq netbios-dgm
access-list 104 permit tcp host Exchange-Server any eq 135
access-list 104 permit udp host Exchange-Server any eq 135
The following command is also in the config:
established tcp 135 0 permitto tcp 1024-65535 permitfrom tcp 0
I have the "any" right now while I'm trying to get it working and will then lock it down.
Any help from someone doing this would be appreciated.
Thanks... HGPilot
I have a dual PIX 525 firewall set up with "outside", "dmz1", and "inside" interfaces. I'm trying to install a MS Exchange server in the dmz for webmail but I'm having problems getting the webmail server to connect to the exchange cluster on the inside.
I have the following in the acl applied to the "dmz1" interface:
access-list 102 permit tcp host Webmail-Server1 any eq netbios-ssn
access-list 102 permit tcp host Webmail-Server1 any eq 137
access-list 102 permit udp host Webmail-Server1 any eq netbios-ns
access-list 102 permit udp host Webmail-Server1 any eq netbios-dgm
access-list 102 permit tcp host Webmail-Server1 any eq 135
access-list 102 permit udp host Webmail-Server1 any eq 135
access-list 102 permit tcp host Webmail-Server1 any gt 1023
access-list 102 permit tcp host Webmail-Server1 any eq 691
access-list 102 permit tcp host Webmail-Server1 any eq ldap
access-list 102 permit udp host Webmail-Server1 any eq 389
access-list 102 permit tcp host Webmail-Server1 any eq 3268
access-list 102 permit tcp host Webmail-Server1 any eq 88
access-list 102 permit udp host Webmail-Server1 any eq 88
access-list 102 permit tcp host Webmail-Server1 any eq domain
access-list 102 permit udp host Webmail-Server1 any eq domain
I have the following in the acl applied to the "inside" interface:
access-list 104 permit tcp host Exchange-Server any eq netbios-ssn
access-list 104 permit tcp host Exchange-Server any eq 137
access-list 104 permit udp host Exchange-Server any eq netbios-ns
access-list 104 permit udp host Exchange-Server any eq netbios-dgm
access-list 104 permit tcp host Exchange-Server any eq 135
access-list 104 permit udp host Exchange-Server any eq 135
The following command is also in the config:
established tcp 135 0 permitto tcp 1024-65535 permitfrom tcp 0
I have the "any" right now while I'm trying to get it working and will then lock it down.
Any help from someone doing this would be appreciated.
Thanks... HGPilot