Skip to content

Commit 0d35a3d

Browse files
Merge pull request #293714 from mbender-ms/patch-389594
load balancer | UUF | Update load-balancer-floating-ip.md
2 parents c275670 + 6b26304 commit 0d35a3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/load-balancer/load-balancer-floating-ip.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ netsh interface ipv4 set interface "interfacename" weakhostreceive=enabled
9999
For each loopback interface you added, repeat these commands:
100100

101101
```console
102-
netsh interface ipv4 add addr floatingipaddress floatingip floatingipnetmask
103-
netsh interface ipv4 set interface floatingipaddress weakhostreceive=enabled weakhostsend=enabled
102+
netsh interface ipv4 add addr "loopbackinterfacename" floatingip floatingipnetmask
103+
netsh interface ipv4 set interface "loopbackinterfacename" weakhostreceive=enabled weakhostsend=enabled
104104
```
105-
(replace **loopbackinterface** with the name of this loopback interface and **floatingip** and **floatingipnetmask** with the appropriate values that correspond to the load balancer frontend IP)
105+
(replace **loopbackinterfacename** with the name of this loopback interface and **floatingip** and **floatingipnetmask** with the appropriate values that correspond to the load balancer frontend IP)
106106

107107
Finally, if the guest host uses a firewall, ensure a rule set up so the traffic can reach the VM on the appropriate ports.
108108

0 commit comments

Comments
 (0)