Thomas Lamprecht
c7941ea5a0
fix some typo/casing
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-04-30 09:44:13 +02:00
Alexandre Derumier
e13ba2ce9b
vxlan: remove "no bgp default ipv6-unicast"
...
This syntax don't exist
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-09-09 18:03:27 +02:00
Alexandre Derumier
c21bc66fbc
vxlan: add rp_filter sysctl for multiple gateway nodes
...
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-09-09 16:34:45 +02:00
Alexandre Derumier
3e25ae6172
vxlan: add external bgp router documentation
...
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-09-09 16:34:45 +02:00
Alexandre Derumier
2b7934c19a
vxlan: add ipv6 missing config
...
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-09-09 16:34:45 +02:00
Alexandre Derumier
c141a89797
vxlan-evpn: remove prefix-route deny
...
no bgp default ipv4-unicast
no bgp default ipv6-unicast
already deny by restribution of default vrf routes
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-09-09 16:34:45 +02:00
Alexandre Derumier
ae2687d36d
vxlan: allowed routing to local vm on gateway nodes
...
We need to redistributed connected network to be able
to join a vm running on a gateway nodes.
also add a prefix-list in default vrf, to not propagate
theses connected routes. (avoid loop)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-09-06 10:58:43 +02:00
Alexandre Derumier
fc8f7b5379
bgp-evpn : use ip-forward options on vnet interfaces
...
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-09-05 10:56:02 +02:00
Thomas Lamprecht
8adeb0eb17
vxlan: reword and add a bit
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-09-04 17:00:10 +02:00
Thomas Lamprecht
4d3f6a2ed9
vxlan: trailing whitespace cleanups
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-09-04 16:59:45 +02:00
Alexandre Derumier
846e9430dd
bgp-evpn : add route reflectors documentation
...
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-09-04 16:43:55 +02:00
Alexandre Derumier
250e8aa648
update vxlan-evpn doc
...
Now that vrf leaking is supported with default vrf,
setup is more simple for exit node. (not need extra interface)
Also cleanup symmetric config
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2019-09-02 13:42:00 +02:00
Alexandre Derumier
9f400be21b
vxlan evpn : remove rp_filter=0 for symetric model
...
This seem be to fixed in frr 6.0.
(it was packetloss with vm migration, race condition when refreshing routing table)
2019-01-03 11:55:08 +01:00
Alexandre Derumier
edcf211810
vxlan : add missing vxlan-id
2018-12-11 10:17:59 +01:00
Alexandre Derumier
47cf2d10c2
vxlan: increase mtu to 1550
...
vxlan encapsulation have 50 bytes overhead,so we need to increase
mtu on physical interfaces to avoid fragmentation.
2018-08-28 13:11:34 +02:00
Alexandre Derumier
83c80b5d9a
vrf : remove net.ipv4.tcp_l3mdev_accept=1 sysctl tuning
...
kernel has been patched
https://git.proxmox.com/?p=pve-kernel.git;a=commit;h=49b6d16422120bf40204c40729c17a72e177e690
2018-08-28 13:11:34 +02:00
Alexandre Derumier
76b6e85702
vxlan-evpn : add documentation to external routing
...
without bgp between proxmox and external router
2018-08-14 12:27:30 +02:00
Alexandre Derumier
ccecb4f94c
split sysctl.conf to symmetric and asymmetric setup
2018-08-14 12:27:09 +02:00
Alexandre Derumier
5dde3d6458
vxlan : remove vlanaware bridge documentation
2018-08-14 12:26:56 +02:00
Alexandre Derumier
1821b137ad
add vxlan l3 routing
...
This add documentation for inter vxlan routing, with frr and anycast gateway.
2018-08-11 11:18:09 +02:00
Dietmar Maurer
445822a946
add documentation for vxlan layer 2 network
...
Thank to Alexandre Derumier <aderumier@odiso.com> for providing these docs.
2018-08-09 08:03:44 +02:00