I am attempting to setup a Front-end Exchange server in our DMZ per Microsoft recommendations. Our internal network is 192.168.1.0/24 and our DMZ network is 192.168.2.0/24. I have been trying to follow the MS Technet article on the subject, but I have apparently missed something. This is what I’ve done so far. I created a member server on our internal LAN. I then moved it to our DMZ and gave it a new static IP to correspond with the DMZ network (192.168.2.6). Following the Technet article & MS KB article 224196 (configuring RPC to use a single alt. port), I configured our intranet firewall as follows. I also added a static route to point back to our internal network on our front-end server. So, the default route goes to the internet firewall unless the ip address is 192.168.1.0. If it is in the 192.168.1.0 range, traffic should route to the intranet firewall.
Port Source IP Destination IP Protocol
---- ----------- --------------- --------
80 192.168.2.6 192.168.1.7 TCP
25 192.168.2.6 192.168.1.7 TCP
443 192.168.2.6 192.168.1.7 TCP
691 192.168.2.6 192.168.1.7 TCP
389 192.168.2.6 192.168.1.15 TCP
389 192.168.2.6 192.168.1.15 UDP
3268 192.168.2.6 192.168.1.15 TCP
88 192.168.2.6 192.168.1.15 TCP
88 192.168.2.6 192.168.1.15 UDP
53 192.168.2.6 192.168.1.15 TCP
53 192.168.2.6 192.168.1.15 UDP
135 192.168.2.6 192.168.1.15 TCP
7778* 192.168.2.6 192.168.1.15 TCP
* = Alt. Port for AD replication
192.168.2.6 = Front-end Exchange server
192.168.1.7 = Back-end Exchange server
192.168.1.15 = A DC / DNS server on the internal network
Most things seem to work correctly, in that I’m not seeing much in the way of errors in the event log. I am having the following three issues. I’m not sure if they are related.
#1
In the event log, I see the following error:
Event ID: 1054
Source: Userenv
Description: Windows cannot obtain the domain controller name for your computer network. (an unexplained network error occurred) Group Policy Processing Aborted.
#2
When I try to login remotely using Terminal Services, I get the following error message.
The system cannot log you on due to the following error:
The RPC server is unavailable.
#3
Netdiag fails the following tests
Redir and Browser test . . . . . . : Failed
List of NetBt transports currently bound to the Redir
NetBT_Tcpip_{72E6D2B3-9EF9-4401-A0D4-B5B330A90FA5}
The redir is bound to 1 NetBt transport.
List of NetBt transports currently bound to the browser
NetBT_Tcpip_{72E6D2B3-9EF9-4401-A0D4-B5B330A90FA5}
The browser is bound to 1 NetBt transport.
[FATAL] Cannot send mailslot message to '\\VICTORY*\MAILSLOT\NET\NETLOGON' v
ia redir. [ERROR_BAD_NETPATH]
DC list test . . . . . . . . . . . : Failed
'VICTORY': No DCs are up.
Trust relationship test. . . . . . : Failed
'VICTORY': No DCs are up (Cannot run test).
Secure channel for domain 'VICTORY' is to '\\svrdc2.Victory'.
* note Victory. is our internal domain name (yes, it's a single level domain, but it is a Windows 2003 R2 domain)
* svrdc2 is the same server referenced as 192.168.1.15
I have not attempted to install Exchange 2003 yet, because I’m afraid the results of the netdiag test indicate a problem. Any ideas or solutions that anyone has on these issues would be much appreciated. Thanks!
Port Source IP Destination IP Protocol
---- ----------- --------------- --------
80 192.168.2.6 192.168.1.7 TCP
25 192.168.2.6 192.168.1.7 TCP
443 192.168.2.6 192.168.1.7 TCP
691 192.168.2.6 192.168.1.7 TCP
389 192.168.2.6 192.168.1.15 TCP
389 192.168.2.6 192.168.1.15 UDP
3268 192.168.2.6 192.168.1.15 TCP
88 192.168.2.6 192.168.1.15 TCP
88 192.168.2.6 192.168.1.15 UDP
53 192.168.2.6 192.168.1.15 TCP
53 192.168.2.6 192.168.1.15 UDP
135 192.168.2.6 192.168.1.15 TCP
7778* 192.168.2.6 192.168.1.15 TCP
* = Alt. Port for AD replication
192.168.2.6 = Front-end Exchange server
192.168.1.7 = Back-end Exchange server
192.168.1.15 = A DC / DNS server on the internal network
Most things seem to work correctly, in that I’m not seeing much in the way of errors in the event log. I am having the following three issues. I’m not sure if they are related.
#1
In the event log, I see the following error:
Event ID: 1054
Source: Userenv
Description: Windows cannot obtain the domain controller name for your computer network. (an unexplained network error occurred) Group Policy Processing Aborted.
#2
When I try to login remotely using Terminal Services, I get the following error message.
The system cannot log you on due to the following error:
The RPC server is unavailable.
#3
Netdiag fails the following tests
Redir and Browser test . . . . . . : Failed
List of NetBt transports currently bound to the Redir
NetBT_Tcpip_{72E6D2B3-9EF9-4401-A0D4-B5B330A90FA5}
The redir is bound to 1 NetBt transport.
List of NetBt transports currently bound to the browser
NetBT_Tcpip_{72E6D2B3-9EF9-4401-A0D4-B5B330A90FA5}
The browser is bound to 1 NetBt transport.
[FATAL] Cannot send mailslot message to '\\VICTORY*\MAILSLOT\NET\NETLOGON' v
ia redir. [ERROR_BAD_NETPATH]
DC list test . . . . . . . . . . . : Failed
'VICTORY': No DCs are up.
Trust relationship test. . . . . . : Failed
'VICTORY': No DCs are up (Cannot run test).
Secure channel for domain 'VICTORY' is to '\\svrdc2.Victory'.
* note Victory. is our internal domain name (yes, it's a single level domain, but it is a Windows 2003 R2 domain)
* svrdc2 is the same server referenced as 192.168.1.15
I have not attempted to install Exchange 2003 yet, because I’m afraid the results of the netdiag test indicate a problem. Any ideas or solutions that anyone has on these issues would be much appreciated. Thanks!