Skip to content

Commit e2dcc28

Browse files
committed
missed a bit of the commands
1 parent 603d313 commit e2dcc28

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
@@ -64,10 +64,10 @@ netsh interface ipv4 set interface “interfacename” weakhostreceive=enabled
6464
For each loopback interface you added, repeat the commands below.
6565

6666
```console
67-
netsh interface add addr interfacename floatingip floatingipnetmask
68-
netsh interface ipv4 set interface interfacename weakhostreceive=enabled weakhostsend=enabled
67+
netsh interface ipv4 add addr "loopbackinterface" floatingip floatingipnetmask
68+
netsh interface ipv4 set interface "loopbackinterface" weakhostreceive=enabled weakhostsend=enabled
6969
```
70-
(replace **interfacename** with the name of this loopback interface and **floatingip** and **floatingipnetmask** with the appropriate values, e.g. that correspond to the load balancer frontend IP)
70+
(replace **loopbackinterface** with the name of this loopback interface and **floatingip** and **floatingipnetmask** with the appropriate values, e.g. that correspond to the load balancer frontend IP)
7171

7272
Finally, if firewall is being used on the guest host, ensure a rule set up so the traffic can reach the VM on the appropriate ports.
7373

0 commit comments

Comments
 (0)