Dedicate a network interface for client access in windows failover cluster manager

Priya 211 Reputation points
2021-07-19T12:00:25.66+00:00

Hello All,

In a windows 2019 Cluster with 2 nodes, each node having 2 network interfaces, to dedicate a network interface for smb/nfs traffic alsone, i understand that we need to set the cluster role or cluster+client role or none to an interface.
115934-image.png

With multiple interfaces configured with same subnet, then say network1 is configured with cluster and network2 with cluster+client, as part of fileserver role creation
Add-ClusterFileServerRole is not assigning the static ip to the network2.

Wondering is there a way i can configure the client network for the interfaces coming from same subnet. In this example, whichever interface is configured for cluster+client, it should assign the IP of the fileserver role,

Thanks in advance for your time!

Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
997 questions
0 comments No comments
{count} votes

Accepted answer
  1. Eleven Yu (Shanghai Wicresoft Co,.Ltd.) 10,756 Reputation points Microsoft Vendor
    2021-07-20T05:23:05.457+00:00

    Hi,

    Thank you for posting the question to Q&A forum.

    Please kindly check below comments on your question.

    1. From network side, if you have two interfaces configured with same subnet on any node, only one adapter may communicate on the network at a time in the Ethernet network topology. Therefore, both adapters cannot be transmitting at the same time and must wait if another device on the network is transmitting.
      For your reference:
      How multiple adapters on the same network are expected to behave
    2. From cluster side, since there is only one adapter working on the network at a time, there will be only one cluster network displayed. Also, above article mentioned "Windows Server Failover Clustering does not use additional adapters on the same network and relies on existing features of the TCP/IP protocol."

    In Summary, it seems not possible to configure different network types for each interface coming from the same subnet. So, we suggest that you should configure the network adapters to be on different logical subnets.

    Thanks,


    If the Answer is helpful, please click "Accept Answer" and upvote it. Thanks.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Priya 211 Reputation points
    2021-07-20T18:33:15.597+00:00

    Thank you so much for the quick response. It really helped.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.