On May 2, 2009, at 10:20 PM, morganr wrote:
> Here’s what I discovered after running wmic -U  domain/ 
> administrator //10.0.0.15 "select * from Win32_ComputerSystem" from  
> my zenoss box.
>
> After checking my windows firewall log I notice my zenoss server is  
> being dropped. So I turn off the windows fire wall and try the above  
> script, it works! Ok, I’ll just get the destination port and allow  
> it in my firewall settings. I discover that it seems to be tcp/4846  
> and again run the above command, it works. I set up two domain  
> controllers with the same port, they work. I set up an exchange  
> server on the same network, it fails. I check the firewall logs and  
> looks like the the destination port is different.
> So my question is, how should I set up my windows firewall to allow  
> incoming traffic from zenoss?

This is standard DCOM/RPC stuff. So you have to open the following  
from the Zenoss server to the Windows servers.

135/tcp
445/tcp
 >1023/tcp (yes, anything above port 1023 could be used)
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to