Skip to content

Commit 9bdd5df

Browse files
authored
Merge pull request #204772 from brianlehr/newbranch
modify multivip page
2 parents 1a266a1 + 6d06927 commit 9bdd5df

File tree

1 file changed

+3
-34
lines changed

1 file changed

+3
-34
lines changed

articles/load-balancer/load-balancer-multivip-overview.md

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -92,40 +92,6 @@ For this scenario, every VM in the backend pool has three network interfaces:
9292
* Frontend 1: a loopback interface within guest OS that is configured with IP address of Frontend 1
9393
* Frontend 2: a loopback interface within guest OS that is configured with IP address of Frontend 2
9494

95-
For each VM in the backend pool, run the following commands at a Windows Command Prompt.
96-
97-
To get the list of interface names you have on your VM, type this command:
98-
99-
```console
100-
netsh interface show interface
101-
```
102-
103-
For the VM NIC (Azure managed), type this command:
104-
105-
```console
106-
netsh interface ipv4 set interface “interfacename” weakhostreceive=enabled
107-
```
108-
109-
(replace interfacename with the name of this interface)
110-
111-
For each loopback interface you added, repeat these commands:
112-
113-
```console
114-
netsh interface ipv4 set interface “interfacename” weakhostreceive=enabled
115-
```
116-
117-
(replace interfacename with the name of this loopback interface)
118-
119-
```console
120-
netsh interface ipv4 set interface “interfacename” weakhostsend=enabled
121-
```
122-
123-
(replace interfacename with the name of this loopback interface)
124-
125-
> [!IMPORTANT]
126-
> The configuration of the loopback interfaces is performed within the guest OS. This configuration is not performed or managed by Azure. Without this configuration, the rules will not function. Health probe definitions use the DIP of the VM rather than the loopback interface representing the DSR Frontend. Therefore, your service must provide probe responses on a DIP port that reflect the status of the service offered on the loopback interface representing the DSR Frontend.
127-
128-
12995
Let's assume the same frontend configuration as in the previous scenario:
13096

13197
| Frontend | IP address | protocol | port |
@@ -153,6 +119,9 @@ Notice that this example does not change the destination port. Even though this
153119

154120
The Floating IP rule type is the foundation of several load balancer configuration patterns. One example that is currently available is the [Configure one or more Always On availability group listeners](/azure/azure-sql/virtual-machines/windows/availability-group-listener-powershell-configure) configuration. Over time, we will document more of these scenarios.
155121

122+
> [!NOTE]
123+
> For more detailed information on the specific Guest OS configurations required to enable Floating IP, please refer to [Azure Load Balancer Floating IP configuration](load-balancer-floating-ip.md).
124+
156125
## Limitations
157126

158127
* Multiple frontend configurations are only supported with IaaS VMs and virtual machine scale sets.

0 commit comments

Comments
 (0)