Problem is, it interferes with the NLB Administrator which apparently picks
random ports for connections (in addition to 135 RPC). Someone else mentioned
it might block the heartbeat, although I don't know if that's a valid concern.
Is there a tip to overcome the Windows Firewall dilemma, or is it just not
compatible in NLB/cluster services?
"JayDubb" <j...@dubb.nowhere.org> wrote in message
news:4482394D...@dubb.nowhere.org...
Cheers,
Rodney R. Fournier
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering Website
http://www.msmvps.com/clustering - Blog
http://www.clusterhelp.com - Cluster Training
ClusterHelp.com is a Microsoft Certified Gold Partner
"JayDubb" <j...@dubb.nowhere.org> wrote in message
news:4482EF35...@dubb.nowhere.org...
I dropped the firewall and watched what connections were made to the target
machine, and in this case the port was opened by svchost.exe. The Windows
firewall does not permit exceptions to be made for that executable.
Basically what appears to happen is, an RPC connection is made which (I'm
guessing) spawns an instance of svchost.exe which then listens on the next
available port above 1024. Since there is no way to predict what that port
will be, the only options so far seem to be create an exception, one by one,
for every port above 1024 (which is obviously a totally ridiculous notion) or
to drop the firewall (which is undesirable).
Anyone else run into this? I can't be the only one.
Cheers,
Rodney R. Fournier
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering Website
http://www.msmvps.com/clustering - Blog
http://www.clusterhelp.com - Cluster Training
ClusterHelp.com is a Microsoft Certified Gold Partner
"JayDubb" <j...@dubb.nowhere.org> wrote in message
news:4484DBD5...@dubb.nowhere.org...
You can use port rules in NLB to limit traffic.
--
Russ Kaufmann
MVP - Windows Server - Clustering
ClusterHelp.com, a Microsoft Certified Gold Partner
Web http://www.clusterhelp.com
Blog http://msmvps.com/clusterhelp
But that does not police traffic to the non-cluster addresses on the host.
IP filtering works there.
We are running a 2 node Windows 2003 NLB cluster with the windows firewall
turned on. We have 2 nics on each node and are running the cluster in IGMP
Multicast mode. We have port rules for tcp 80 and 443 with multiple host
single afinity.
Port exceptions:
File and Printer Sharing to the LAN
Service exception:
HTTP and HTTPS
NLB Manager works fine. In Unicast mode we used a hosts file to force NLB
Manager to use the internal nic for cluster communication. In multicast
mode it is not needed.
Hope it helps,
Brian