So, what can I do to resolve the DCOM 10009 errors on the SBS2008 machine?
· Make sure to allow remote management exception. Depending on your
firewall solution this might be implemented or might require opening
several ports. Unfortunately, this means opening common ports like
TCP/135, TCP/139 but also a range of dynamic ports that cannot easily be
defined and start at 1025, check with your firewall manufacturer for
proper ways of allowing dynamic RPC traffic.
· If using OneCare on the SBS client machines, make sure you are using
the Small Business version of Windows Live OneCare. The Small Business
version has a default set of firewall port exceptions as required by SBS
to monitor the client workstations.
· If the workstation is on a different subnet than the SBS server and it
is running Windows XP SP2 or higher, the firewall exceptions provided by
the SBS group policies will not properly allow the required
connectivity. You should edit the Client XP GPO and change the scope of
the rules to allow subnet + the internal IP of the server. Follow the
extra steps below to properly monitor XP SP2 (or higher) machines
running in the SBS domain on different subnets than the SBS server, and
prevent the DCOM 10009 errors if that is the case.
1. Open GPMC.MSC from Start-Run
2. Accept the UAC prompt
3. Expand Forest: Domain.local, Domains, Domain.local and select Group
Policy Objects. (Replace Domain.local with your domain)
4. Select the Windows SBS Client – Windows XP Policy and then use right
click on your mouse and select edit
5. Expand Computer Configuration, Policies, Administrative Templates,
Network, Network Connections, Windows Firewall, Domain Profile
6. Find the IP Address of the server: Open a command prompt window
(cmd.exe) from the Start menu. In the command prompt window type
IPConfig and press return. Make note of the IPv4 address listed.
7. Double click on: Windows Firewall: “Allow inbound file and printer
sharing exception”
a. in the text box labeled “Allow unsolicited incoming messages from
these IP addresses”, add the IP (IPv4) of the server, so if the IP of
the server is 192.168.1.2, it would end up reading: localsubnet,192.168.1.2
b. Click Ok
8. Repeat Steps 6.a and 6.b for the following rules:
Windows Firewall: Allow inbound remote administration exception
Windows Firewall: Allow inbound remote desktop exceptions
It's the same issue per my read.
SAMBA is still file and printer sharing.
What difference will this make?
1. fire up a sniffer and see exactly what traffic is going between the
NAS and the server.
2. Build a firewall rule to match the traffic that is going between the
two.
The fix seems to be marking the computer account for the NAS as an NT4
computer. I have deleted the NAS computer acount from the AD. Recreated the
computer account but this time, marking the computer as Pre-Windows 2000
computer. Seems that the DS207+ still operates fine with AD logons and no
more DCOM 10009 errors since the change in the event log of the SBS2008
machine.