Skip to content

Commit e2c8bd1

Browse files
Fixed typo
1 parent a1edd7b commit e2c8bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The Floating IP rule type is the foundation of several load balancer configurati
7070
In order to function, you configure the Guest OS for the virtual machine to receive all traffic bound for the frontend IP and port of the load balancer. Configuring the VM requires:
7171
* adding a loopback network interface
7272
* configuring the loopback with the frontend IP address of the load balancer
73-
* ensuring the system can send/receive packets on interfaces that don't have the IP address assigned to that interface.Windows systems require setting interfaces to use the "weak host" model. For Linux systems, this model is normally used by default.
73+
* ensuring the system can send/receive packets on interfaces that don't have the IP address assigned to that interface. Windows systems require setting interfaces to use the "weak host" model. For Linux systems, this model is normally used by default.
7474
* configuring the host firewall to allow traffic on the frontend IP port.
7575

7676
> [!NOTE]

0 commit comments

Comments
 (0)