From 4eb242707cc86f9bc90b50fba6c604581cea3e0e Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Mon, 6 Sep 2021 05:57:19 +0200 Subject: [PATCH] pvesdn: add evpn Advertise Subnets && Exit Nodes Local routing options Signed-off-by: Alexandre Derumier --- pvesdn.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pvesdn.adoc b/pvesdn.adoc index 3b3fd8f..d26c6b9 100644 --- a/pvesdn.adoc +++ b/pvesdn.adoc @@ -233,6 +233,15 @@ Exit Nodes:: This is used if you want to define some proxmox nodes, as exit gateway from evpn network through real network. The configured nodes will announce a default route in the EVPN network. +Advertise Subnets:: Optional. If you have silent vms/CT (for example, multiples + ips by interfaces, and the anycast gateway don't see traffic from theses ips, + the ips addresses won't be able to be reach inside the evpn network). This + option will announce the full subnet in the evpn network in this case. + +Exit Nodes local routing:: Optional. This is a special option if you need to + reach a vm/ct service from an exit node. (By default, the exit nodes only + allow forwarding traffic between real network and evpn network). + MTU:: because VXLAN encapsulation use 50 bytes, the MTU needs to be 50 bytes lower than the maximal MTU of the outgoing physical interface. -- 2.39.2