Hi,
I am going to make WMI connection to a remote computer. here, i want to know which ports should be opened in windows firewall (Windows server 2008) to do that.
I tested with two machines by opening two ports (rather than creating rules). For a successful WMI connection, I had to open following ports.
First machine: TCP 135, TCP 49154
Second machine: TCP 135, TCP 1027
1. That means for incoming WMI connections, Does it use 135 and randomly allocated another one port?
2. If yes, is there any algorithm to find that random port ?
If anyone has some idea, pls reply..
Thanks
Buddhika Priyadarshana
I am going to make WMI connection to a remote computer. here, i want to know which ports should be opened in windows firewall (Windows server 2008) to do that.
I tested with two machines by opening two ports (rather than creating rules). For a successful WMI connection, I had to open following ports.
First machine: TCP 135, TCP 49154
Second machine: TCP 135, TCP 1027
1. That means for incoming WMI connections, Does it use 135 and randomly allocated another one port?
2. If yes, is there any algorithm to find that random port ?
If anyone has some idea, pls reply..
Thanks
Buddhika Priyadarshana
Comment