]> git.proxmox.com Git - pve-docs.git/commitdiff
sdn: add rp_filter sysctl tuning when mulitple evpn nodes are used
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 21 Mar 2023 06:53:07 +0000 (07:53 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Mar 2023 08:00:49 +0000 (09:00 +0100)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
pvesdn.adoc

index be627692d15abb0527fb907e58aeab86a6bb4053..d1ff03686f196eeea76f4a47066b5989a065d756 100644 (file)
@@ -928,6 +928,19 @@ and 10.0.2.0/24 in this example), will be announced dynamically.
 Notes
 -----
 
+Multiple EVPN Exit Nodes
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you have multiple gateway nodes, disable rp_filter as packet could incoming in a 1 node, and outgoing
+to another node.
+
+
+sysctl.conf
+-----
+net.ipv4.conf.default.rp_filter=0
+net.ipv4.conf.all.rp_filter=0
+-----
+
 VXLAN IPSEC Encryption
 ~~~~~~~~~~~~~~~~~~~~~~