mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-10-04 22:47:36 +00:00
vxlan: add rp_filter sysctl for multiple gateway nodes
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
3e25ae6172
commit
c21bc66fbc
@ -1505,6 +1505,16 @@ The external router have ecmp routes to all proxmox nodes.(balancing).
|
|||||||
If the router send the packet to a wrong node (vm is not on this node), this node will route through
|
If the router send the packet to a wrong node (vm is not on this node), this node will route through
|
||||||
vxlan the packet to final destination.
|
vxlan the packet to final destination.
|
||||||
|
|
||||||
|
If you have multiple gateway nodes, disable rp_filter as packet could incoming in a 1 node, and outgoing
|
||||||
|
to another node.
|
||||||
|
|
||||||
|
sysctl.conf tuning
|
||||||
|
-----
|
||||||
|
net.ipv4.conf.default.rp_filter=0
|
||||||
|
net.ipv4.conf.all.rp_filter=0
|
||||||
|
-----
|
||||||
|
|
||||||
|
|
||||||
*node1
|
*node1
|
||||||
|
|
||||||
----
|
----
|
||||||
|
Loading…
Reference in New Issue
Block a user