Skip to content

Commit 616f943

Browse files
authored
Merge pull request #48092 from kquinn1204/BZ-2109453
BZ-2109453 adding note on client and subnet
2 parents 9fc40e7 + 4f56bd3 commit 616f943

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/nw-metallb-layer2.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@
77
[id="nw-metallb-layer2_{context}"]
88
= MetalLB concepts for layer 2 mode
99

10-
In layer 2 mode, the `speaker` pod on one node announces the external IP address for a service to the host network.
11-
From a network perspective, the node appears to have multiple IP addresses assigned to a network interface.
10+
In layer 2 mode, the `speaker` pod on one node announces the external IP address for a service to the host network.
11+
From a network perspective, the node appears to have multiple IP addresses assigned to a network interface.
12+
[NOTE]
13+
====
14+
Since layer 2 mode relies on ARP and NDP, the client must be on the same subnet of the nodes announcing the service in order for MetalLB to work. Additionally, the IP address assigned to the service must be on the same subnet of the network used by the client to reach the service.
15+
====
1216

1317
The `speaker` pod responds to ARP requests for IPv4 services and NDP requests for IPv6.
1418

0 commit comments

Comments
 (0)