
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 01:20 PM
I need a brief decription of active-scanning communication between Server an client.
- LS Looks up AD-Entry
- LS resolves the host-IP-Adress using DNS.
- LS asks client by Port(s) xxxx using TCP? or UDP? to transmit WMI-DATA
- Client transmitts results on Port(s) xxxx using TCP? or UDP?
The knowledge of these ports AND protocols ist critical to enter our DMZs.
Can you advice?
Lars
- LS Looks up AD-Entry
- LS resolves the host-IP-Adress using DNS.
- LS asks client by Port(s) xxxx using TCP? or UDP? to transmit WMI-DATA
- Client transmitts results on Port(s) xxxx using TCP? or UDP?
The knowledge of these ports AND protocols ist critical to enter our DMZs.
Can you advice?
Lars
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 05:36 PM
1) access from the service to the DC on the LDAP port.
2) access from the service to the dns server.
3) and now the tricky part: WMI uses random ports
http://msdn.microsoft.com/en-us/library/aa389286%28VS.85%29.aspx
Setting up a fixed port for WMI
2) access from the service to the dns server.
3) and now the tricky part: WMI uses random ports
http://msdn.microsoft.com/en-us/library/aa389286%28VS.85%29.aspx
Setting up a fixed port for WMI
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 05:36 PM
1) access from the service to the DC on the LDAP port.
2) access from the service to the dns server.
3) and now the tricky part: WMI uses random ports
http://msdn.microsoft.com/en-us/library/aa389286%28VS.85%29.aspx
Setting up a fixed port for WMI
2) access from the service to the dns server.
3) and now the tricky part: WMI uses random ports
http://msdn.microsoft.com/en-us/library/aa389286%28VS.85%29.aspx
Setting up a fixed port for WMI

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 01:27 PM
