Utilizing A Secondary IP On A NIC In A Windows Cluster Announcing the arrival of Valued...
What is the meaning of the simile “quick as silk”?
また usage in a dictionary
Is CEO the profession with the most psychopaths?
How to convince students of the implication truth values?
How does the math work when buying airline miles?
Compare a given version number in the form major.minor.build.patch and see if one is less than the other
Around usage results
Why do we bend a book to keep it straight?
How to answer "Have you ever been terminated?"
Why wasn't DOSKEY integrated with COMMAND.COM?
Is it common practice to audition new musicians one-on-one before rehearsing with the entire band?
How could we fake a moon landing now?
How do I make this wiring inside cabinet safer? (Pic)
Fantasy story; one type of magic grows in power with use, but the more powerful they are, they more they are drawn to travel to their source
First console to have temporary backward compatibility
How come Sam didn't become Lord of Horn Hill?
What are the out-of-universe reasons for the references to Toby Maguire-era Spider-Man in ITSV
Is this homebrew Lady of Pain warlock patron balanced?
What's the meaning of "fortified infraction restraint"?
Crossing US/Canada Border for less than 24 hours
How to find all the available tools in mac terminal?
What is the meaning of the new sigil in Game of Thrones Season 8 intro?
What font is "z" in "z-score"?
Dating a Former Employee
Utilizing A Secondary IP On A NIC In A Windows Cluster
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Can I use a subnet mask to limit the number of users on a router?Consequences of a subnet mask?Unreachable Hosts in Windows NLB on VirtualBoxCentos multiple NICs routing issueSQL Server 2012 Cluster BSODMSTDC in SQL Server 2012 - Windows Server 2012 R2 with high availabilityConfig OpenVPN on Window Server 2008 R2 for client can connect server's Lan networkUn-cluster storage added to Windows Failover Cluster Managerwindows 2016 high availability cluster - file share not reachable from other hostsAZURE adding node to cluster in another subnet
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
RELEVANT INFORMATION
I have a windows cluster with 3 nodes in it...
- Node1
- Node2
- Node3
I have 4 NICs on each node...
- NIC1_Host
- NIC2_Virtuals
- NIC3_Cluster_HB
- NIC4_Live_Migration
This is the config for Node2's NICs...
- NIC1_Host
- IP: 10.71.1.21 - Subnet Mask: 255.255.255.128 - Gateway: 10.71.1.1
- IP: 10.71.1.213 - Subnet Mask: 255.255.255.240 - Gateway: N/A
- NIC2_Virtuals
- N/A
- NIC3_Cluster_HB
- IP: 10.71.1.130 - Subnet Mask: 255.255.255.248 - Gateway: N/A
- NIC4_Live_Migration
- IP: 10.71.1.138 - Subnet Mask: 255.255.255.248 - Gateway: N/A
So at this point in my Windows cluster I can see three networks...
- ClusterHB (10.71.1.130) [Network: 10.71.1.128/29]
- LAN (10.71.1.21, 10.71.1.213) [Network: 10.71.1.0/25]
- LiveMigration (10.71.1.138) [Network: 10.71.1.136/29]
Now that all of that is configured I move into my clustered app service that I created called "MyAppService". Under the general tab I have the list of IP addresses. There are a few things to note here...
- I can only have one IP address added to this list.
- When I edit or add an IP I can only choose the network 10.71.1.0/25 which is good and bad.
THE QUESTION
So my question is, how can I incorporate my new network in the mix? From what I understand these cluster networks are auto added. But for some reason it's only adding 1 cluster network per network card and in my case I need it to add 2 for the NIC1_Host NIC. Why is windows clustering not adding a network for the 10.71.1.208/28 network? In the end I expect the following to be shown under the "Networks" section of the cluster...
- ClusterHB (10.71.1.130) [Network: 10.71.1.128/29]
- LAN (10.71.1.21) [Network: 10.71.1.0/25]
- iSCSI (10.71.1.213) [Network: 10.71.1.208/28]
- LiveMigration (10.71.1.138) [Network: 10.71.1.136/29]
networking ip cluster subnet windows-cluster
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
RELEVANT INFORMATION
I have a windows cluster with 3 nodes in it...
- Node1
- Node2
- Node3
I have 4 NICs on each node...
- NIC1_Host
- NIC2_Virtuals
- NIC3_Cluster_HB
- NIC4_Live_Migration
This is the config for Node2's NICs...
- NIC1_Host
- IP: 10.71.1.21 - Subnet Mask: 255.255.255.128 - Gateway: 10.71.1.1
- IP: 10.71.1.213 - Subnet Mask: 255.255.255.240 - Gateway: N/A
- NIC2_Virtuals
- N/A
- NIC3_Cluster_HB
- IP: 10.71.1.130 - Subnet Mask: 255.255.255.248 - Gateway: N/A
- NIC4_Live_Migration
- IP: 10.71.1.138 - Subnet Mask: 255.255.255.248 - Gateway: N/A
So at this point in my Windows cluster I can see three networks...
- ClusterHB (10.71.1.130) [Network: 10.71.1.128/29]
- LAN (10.71.1.21, 10.71.1.213) [Network: 10.71.1.0/25]
- LiveMigration (10.71.1.138) [Network: 10.71.1.136/29]
Now that all of that is configured I move into my clustered app service that I created called "MyAppService". Under the general tab I have the list of IP addresses. There are a few things to note here...
- I can only have one IP address added to this list.
- When I edit or add an IP I can only choose the network 10.71.1.0/25 which is good and bad.
THE QUESTION
So my question is, how can I incorporate my new network in the mix? From what I understand these cluster networks are auto added. But for some reason it's only adding 1 cluster network per network card and in my case I need it to add 2 for the NIC1_Host NIC. Why is windows clustering not adding a network for the 10.71.1.208/28 network? In the end I expect the following to be shown under the "Networks" section of the cluster...
- ClusterHB (10.71.1.130) [Network: 10.71.1.128/29]
- LAN (10.71.1.21) [Network: 10.71.1.0/25]
- iSCSI (10.71.1.213) [Network: 10.71.1.208/28]
- LiveMigration (10.71.1.138) [Network: 10.71.1.136/29]
networking ip cluster subnet windows-cluster
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Whilst I've been unable to find any evidence of it (and I don't have a cluster available that I can test on currently), I suspect that you can only use the primary address of the NIC in a cluster - I believe any secondary addresses will be ignored. Like I say, I've been unable to find any evidence of this, but equally, I haven't been able to find any scenario where two IP addresses are present on one NIC in a cluster. Is there anyway that you could instead set up another VIP on the 10.71.1.0/25 network and then route traffic to it from the 10.71.1.208/28 network?
– ChadH360
Apr 24 '15 at 22:36
I was looking into trying to add a virtual nic to my cluster nodes but I ran into some issues on 2008 r2. I was going to add a new legacy device via hardware manager (network adaptor) then use Microsoft->Loopback as the adaptor. That gives me a new network card to use but how can I get it to piggyback off the NIC1_Host adaptor? Currently I guess it's just a NIC connected to... itself?... Any ideas?
– Arvo Bowen
Apr 26 '15 at 3:25
add a comment |
RELEVANT INFORMATION
I have a windows cluster with 3 nodes in it...
- Node1
- Node2
- Node3
I have 4 NICs on each node...
- NIC1_Host
- NIC2_Virtuals
- NIC3_Cluster_HB
- NIC4_Live_Migration
This is the config for Node2's NICs...
- NIC1_Host
- IP: 10.71.1.21 - Subnet Mask: 255.255.255.128 - Gateway: 10.71.1.1
- IP: 10.71.1.213 - Subnet Mask: 255.255.255.240 - Gateway: N/A
- NIC2_Virtuals
- N/A
- NIC3_Cluster_HB
- IP: 10.71.1.130 - Subnet Mask: 255.255.255.248 - Gateway: N/A
- NIC4_Live_Migration
- IP: 10.71.1.138 - Subnet Mask: 255.255.255.248 - Gateway: N/A
So at this point in my Windows cluster I can see three networks...
- ClusterHB (10.71.1.130) [Network: 10.71.1.128/29]
- LAN (10.71.1.21, 10.71.1.213) [Network: 10.71.1.0/25]
- LiveMigration (10.71.1.138) [Network: 10.71.1.136/29]
Now that all of that is configured I move into my clustered app service that I created called "MyAppService". Under the general tab I have the list of IP addresses. There are a few things to note here...
- I can only have one IP address added to this list.
- When I edit or add an IP I can only choose the network 10.71.1.0/25 which is good and bad.
THE QUESTION
So my question is, how can I incorporate my new network in the mix? From what I understand these cluster networks are auto added. But for some reason it's only adding 1 cluster network per network card and in my case I need it to add 2 for the NIC1_Host NIC. Why is windows clustering not adding a network for the 10.71.1.208/28 network? In the end I expect the following to be shown under the "Networks" section of the cluster...
- ClusterHB (10.71.1.130) [Network: 10.71.1.128/29]
- LAN (10.71.1.21) [Network: 10.71.1.0/25]
- iSCSI (10.71.1.213) [Network: 10.71.1.208/28]
- LiveMigration (10.71.1.138) [Network: 10.71.1.136/29]
networking ip cluster subnet windows-cluster
RELEVANT INFORMATION
I have a windows cluster with 3 nodes in it...
- Node1
- Node2
- Node3
I have 4 NICs on each node...
- NIC1_Host
- NIC2_Virtuals
- NIC3_Cluster_HB
- NIC4_Live_Migration
This is the config for Node2's NICs...
- NIC1_Host
- IP: 10.71.1.21 - Subnet Mask: 255.255.255.128 - Gateway: 10.71.1.1
- IP: 10.71.1.213 - Subnet Mask: 255.255.255.240 - Gateway: N/A
- NIC2_Virtuals
- N/A
- NIC3_Cluster_HB
- IP: 10.71.1.130 - Subnet Mask: 255.255.255.248 - Gateway: N/A
- NIC4_Live_Migration
- IP: 10.71.1.138 - Subnet Mask: 255.255.255.248 - Gateway: N/A
So at this point in my Windows cluster I can see three networks...
- ClusterHB (10.71.1.130) [Network: 10.71.1.128/29]
- LAN (10.71.1.21, 10.71.1.213) [Network: 10.71.1.0/25]
- LiveMigration (10.71.1.138) [Network: 10.71.1.136/29]
Now that all of that is configured I move into my clustered app service that I created called "MyAppService". Under the general tab I have the list of IP addresses. There are a few things to note here...
- I can only have one IP address added to this list.
- When I edit or add an IP I can only choose the network 10.71.1.0/25 which is good and bad.
THE QUESTION
So my question is, how can I incorporate my new network in the mix? From what I understand these cluster networks are auto added. But for some reason it's only adding 1 cluster network per network card and in my case I need it to add 2 for the NIC1_Host NIC. Why is windows clustering not adding a network for the 10.71.1.208/28 network? In the end I expect the following to be shown under the "Networks" section of the cluster...
- ClusterHB (10.71.1.130) [Network: 10.71.1.128/29]
- LAN (10.71.1.21) [Network: 10.71.1.0/25]
- iSCSI (10.71.1.213) [Network: 10.71.1.208/28]
- LiveMigration (10.71.1.138) [Network: 10.71.1.136/29]
networking ip cluster subnet windows-cluster
networking ip cluster subnet windows-cluster
asked Apr 24 '15 at 20:40
Arvo BowenArvo Bowen
41741225
41741225
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 10 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Whilst I've been unable to find any evidence of it (and I don't have a cluster available that I can test on currently), I suspect that you can only use the primary address of the NIC in a cluster - I believe any secondary addresses will be ignored. Like I say, I've been unable to find any evidence of this, but equally, I haven't been able to find any scenario where two IP addresses are present on one NIC in a cluster. Is there anyway that you could instead set up another VIP on the 10.71.1.0/25 network and then route traffic to it from the 10.71.1.208/28 network?
– ChadH360
Apr 24 '15 at 22:36
I was looking into trying to add a virtual nic to my cluster nodes but I ran into some issues on 2008 r2. I was going to add a new legacy device via hardware manager (network adaptor) then use Microsoft->Loopback as the adaptor. That gives me a new network card to use but how can I get it to piggyback off the NIC1_Host adaptor? Currently I guess it's just a NIC connected to... itself?... Any ideas?
– Arvo Bowen
Apr 26 '15 at 3:25
add a comment |
Whilst I've been unable to find any evidence of it (and I don't have a cluster available that I can test on currently), I suspect that you can only use the primary address of the NIC in a cluster - I believe any secondary addresses will be ignored. Like I say, I've been unable to find any evidence of this, but equally, I haven't been able to find any scenario where two IP addresses are present on one NIC in a cluster. Is there anyway that you could instead set up another VIP on the 10.71.1.0/25 network and then route traffic to it from the 10.71.1.208/28 network?
– ChadH360
Apr 24 '15 at 22:36
I was looking into trying to add a virtual nic to my cluster nodes but I ran into some issues on 2008 r2. I was going to add a new legacy device via hardware manager (network adaptor) then use Microsoft->Loopback as the adaptor. That gives me a new network card to use but how can I get it to piggyback off the NIC1_Host adaptor? Currently I guess it's just a NIC connected to... itself?... Any ideas?
– Arvo Bowen
Apr 26 '15 at 3:25
Whilst I've been unable to find any evidence of it (and I don't have a cluster available that I can test on currently), I suspect that you can only use the primary address of the NIC in a cluster - I believe any secondary addresses will be ignored. Like I say, I've been unable to find any evidence of this, but equally, I haven't been able to find any scenario where two IP addresses are present on one NIC in a cluster. Is there anyway that you could instead set up another VIP on the 10.71.1.0/25 network and then route traffic to it from the 10.71.1.208/28 network?
– ChadH360
Apr 24 '15 at 22:36
Whilst I've been unable to find any evidence of it (and I don't have a cluster available that I can test on currently), I suspect that you can only use the primary address of the NIC in a cluster - I believe any secondary addresses will be ignored. Like I say, I've been unable to find any evidence of this, but equally, I haven't been able to find any scenario where two IP addresses are present on one NIC in a cluster. Is there anyway that you could instead set up another VIP on the 10.71.1.0/25 network and then route traffic to it from the 10.71.1.208/28 network?
– ChadH360
Apr 24 '15 at 22:36
I was looking into trying to add a virtual nic to my cluster nodes but I ran into some issues on 2008 r2. I was going to add a new legacy device via hardware manager (network adaptor) then use Microsoft->Loopback as the adaptor. That gives me a new network card to use but how can I get it to piggyback off the NIC1_Host adaptor? Currently I guess it's just a NIC connected to... itself?... Any ideas?
– Arvo Bowen
Apr 26 '15 at 3:25
I was looking into trying to add a virtual nic to my cluster nodes but I ran into some issues on 2008 r2. I was going to add a new legacy device via hardware manager (network adaptor) then use Microsoft->Loopback as the adaptor. That gives me a new network card to use but how can I get it to piggyback off the NIC1_Host adaptor? Currently I guess it's just a NIC connected to... itself?... Any ideas?
– Arvo Bowen
Apr 26 '15 at 3:25
add a comment |
2 Answers
2
active
oldest
votes
The use of multiple ips on a single network card can usually only work when they are a clustered resource with the failover cluster manager. In each nic you add a single network ip address with or without a gateway in the operating system. You can add a cluster resource of type ip address to setup a access point for the resource. I use this for things like a sql server instance has an ip address in addition to the client access point so it can be backed up as a virtual point on a network for backup when the resource moves between the cluster hosts. When you go to the create an ip address screen you will only see the logical networks from the network cards as a subnet possible to use.
The Failover Clustering network driver detects networks on the system by their logical subnet. It is not recommended to assign more than one network adapter per subnet, including IPV6 Link local, as only one card would be used by Cluster and the other ignored.
Reference:
Windows Clustering Configuration
I don't mean to be stupid ... or rude but I can't seems to follow what you are saying here. I have a NIC called "NIC1_Host" (as stated above) with two IPs. This is the part that trips me up when reading your answer "You can add a cluster resource of type ip address to setup a access point for the resource.". Could you elaborate on that part by chance? - Thanks!
– Arvo Bowen
Apr 26 '15 at 3:28
add a comment |
I have the same issue. The best way I have found is to add an IP address from a different subnet is via the command line. For example, create a new cluster resource of type IP Address (assume the resource default name is "New IP Address"). Then, to assign it IP address 10.71.1.213, run the following:
C:> Cluster.exe res "New IP Address" /priv address=10.71.1.213
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f685446%2futilizing-a-secondary-ip-on-a-nic-in-a-windows-cluster%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The use of multiple ips on a single network card can usually only work when they are a clustered resource with the failover cluster manager. In each nic you add a single network ip address with or without a gateway in the operating system. You can add a cluster resource of type ip address to setup a access point for the resource. I use this for things like a sql server instance has an ip address in addition to the client access point so it can be backed up as a virtual point on a network for backup when the resource moves between the cluster hosts. When you go to the create an ip address screen you will only see the logical networks from the network cards as a subnet possible to use.
The Failover Clustering network driver detects networks on the system by their logical subnet. It is not recommended to assign more than one network adapter per subnet, including IPV6 Link local, as only one card would be used by Cluster and the other ignored.
Reference:
Windows Clustering Configuration
I don't mean to be stupid ... or rude but I can't seems to follow what you are saying here. I have a NIC called "NIC1_Host" (as stated above) with two IPs. This is the part that trips me up when reading your answer "You can add a cluster resource of type ip address to setup a access point for the resource.". Could you elaborate on that part by chance? - Thanks!
– Arvo Bowen
Apr 26 '15 at 3:28
add a comment |
The use of multiple ips on a single network card can usually only work when they are a clustered resource with the failover cluster manager. In each nic you add a single network ip address with or without a gateway in the operating system. You can add a cluster resource of type ip address to setup a access point for the resource. I use this for things like a sql server instance has an ip address in addition to the client access point so it can be backed up as a virtual point on a network for backup when the resource moves between the cluster hosts. When you go to the create an ip address screen you will only see the logical networks from the network cards as a subnet possible to use.
The Failover Clustering network driver detects networks on the system by their logical subnet. It is not recommended to assign more than one network adapter per subnet, including IPV6 Link local, as only one card would be used by Cluster and the other ignored.
Reference:
Windows Clustering Configuration
I don't mean to be stupid ... or rude but I can't seems to follow what you are saying here. I have a NIC called "NIC1_Host" (as stated above) with two IPs. This is the part that trips me up when reading your answer "You can add a cluster resource of type ip address to setup a access point for the resource.". Could you elaborate on that part by chance? - Thanks!
– Arvo Bowen
Apr 26 '15 at 3:28
add a comment |
The use of multiple ips on a single network card can usually only work when they are a clustered resource with the failover cluster manager. In each nic you add a single network ip address with or without a gateway in the operating system. You can add a cluster resource of type ip address to setup a access point for the resource. I use this for things like a sql server instance has an ip address in addition to the client access point so it can be backed up as a virtual point on a network for backup when the resource moves between the cluster hosts. When you go to the create an ip address screen you will only see the logical networks from the network cards as a subnet possible to use.
The Failover Clustering network driver detects networks on the system by their logical subnet. It is not recommended to assign more than one network adapter per subnet, including IPV6 Link local, as only one card would be used by Cluster and the other ignored.
Reference:
Windows Clustering Configuration
The use of multiple ips on a single network card can usually only work when they are a clustered resource with the failover cluster manager. In each nic you add a single network ip address with or without a gateway in the operating system. You can add a cluster resource of type ip address to setup a access point for the resource. I use this for things like a sql server instance has an ip address in addition to the client access point so it can be backed up as a virtual point on a network for backup when the resource moves between the cluster hosts. When you go to the create an ip address screen you will only see the logical networks from the network cards as a subnet possible to use.
The Failover Clustering network driver detects networks on the system by their logical subnet. It is not recommended to assign more than one network adapter per subnet, including IPV6 Link local, as only one card would be used by Cluster and the other ignored.
Reference:
Windows Clustering Configuration
edited Apr 25 '15 at 0:33
answered Apr 25 '15 at 0:23
Joel TJoel T
3926
3926
I don't mean to be stupid ... or rude but I can't seems to follow what you are saying here. I have a NIC called "NIC1_Host" (as stated above) with two IPs. This is the part that trips me up when reading your answer "You can add a cluster resource of type ip address to setup a access point for the resource.". Could you elaborate on that part by chance? - Thanks!
– Arvo Bowen
Apr 26 '15 at 3:28
add a comment |
I don't mean to be stupid ... or rude but I can't seems to follow what you are saying here. I have a NIC called "NIC1_Host" (as stated above) with two IPs. This is the part that trips me up when reading your answer "You can add a cluster resource of type ip address to setup a access point for the resource.". Could you elaborate on that part by chance? - Thanks!
– Arvo Bowen
Apr 26 '15 at 3:28
I don't mean to be stupid ... or rude but I can't seems to follow what you are saying here. I have a NIC called "NIC1_Host" (as stated above) with two IPs. This is the part that trips me up when reading your answer "You can add a cluster resource of type ip address to setup a access point for the resource.". Could you elaborate on that part by chance? - Thanks!
– Arvo Bowen
Apr 26 '15 at 3:28
I don't mean to be stupid ... or rude but I can't seems to follow what you are saying here. I have a NIC called "NIC1_Host" (as stated above) with two IPs. This is the part that trips me up when reading your answer "You can add a cluster resource of type ip address to setup a access point for the resource.". Could you elaborate on that part by chance? - Thanks!
– Arvo Bowen
Apr 26 '15 at 3:28
add a comment |
I have the same issue. The best way I have found is to add an IP address from a different subnet is via the command line. For example, create a new cluster resource of type IP Address (assume the resource default name is "New IP Address"). Then, to assign it IP address 10.71.1.213, run the following:
C:> Cluster.exe res "New IP Address" /priv address=10.71.1.213
add a comment |
I have the same issue. The best way I have found is to add an IP address from a different subnet is via the command line. For example, create a new cluster resource of type IP Address (assume the resource default name is "New IP Address"). Then, to assign it IP address 10.71.1.213, run the following:
C:> Cluster.exe res "New IP Address" /priv address=10.71.1.213
add a comment |
I have the same issue. The best way I have found is to add an IP address from a different subnet is via the command line. For example, create a new cluster resource of type IP Address (assume the resource default name is "New IP Address"). Then, to assign it IP address 10.71.1.213, run the following:
C:> Cluster.exe res "New IP Address" /priv address=10.71.1.213
I have the same issue. The best way I have found is to add an IP address from a different subnet is via the command line. For example, create a new cluster resource of type IP Address (assume the resource default name is "New IP Address"). Then, to assign it IP address 10.71.1.213, run the following:
C:> Cluster.exe res "New IP Address" /priv address=10.71.1.213
answered Jan 5 '16 at 19:09
Brain2000Brain2000
2481310
2481310
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f685446%2futilizing-a-secondary-ip-on-a-nic-in-a-windows-cluster%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Whilst I've been unable to find any evidence of it (and I don't have a cluster available that I can test on currently), I suspect that you can only use the primary address of the NIC in a cluster - I believe any secondary addresses will be ignored. Like I say, I've been unable to find any evidence of this, but equally, I haven't been able to find any scenario where two IP addresses are present on one NIC in a cluster. Is there anyway that you could instead set up another VIP on the 10.71.1.0/25 network and then route traffic to it from the 10.71.1.208/28 network?
– ChadH360
Apr 24 '15 at 22:36
I was looking into trying to add a virtual nic to my cluster nodes but I ran into some issues on 2008 r2. I was going to add a new legacy device via hardware manager (network adaptor) then use Microsoft->Loopback as the adaptor. That gives me a new network card to use but how can I get it to piggyback off the NIC1_Host adaptor? Currently I guess it's just a NIC connected to... itself?... Any ideas?
– Arvo Bowen
Apr 26 '15 at 3:25