Re: [PVE-User] VxLAN and tagged frames

2020-01-24 Thread Daniel Berteaud
- Le 24 Jan 20, à 17:52, Daniel Berteaud dan...@firewall-services.com a écrit : > And vxlan interfaces aren't created. ifreload -a complains : > > error: /etc/network/interfaces: failed to render template (Undefined). > Continue > without template rendering ... > warning: /etc/network/inter

Re: [PVE-User] VxLAN and tagged frames

2020-01-24 Thread Daniel Berteaud
> - Le 24 Jan 20, à 11:06, Alexandre DERUMIER aderum...@odiso.com a écrit : >> >> This can be done easily with ifupdown2 like this: >> >> >> >> >> %for v in range(1010,1021): >> auto vxlan${v} >> iface vxlan${v} >>vxlan-id ${v} >>bridge-access ${v} >>vxlan_remoteip

Re: [PVE-User] VxLAN and tagged frames

2020-01-24 Thread Daniel Berteaud
- Le 24 Jan 20, à 11:06, Alexandre DERUMIER aderum...@odiso.com a écrit : >>Arf. ifupdown2 seems to be needed for vxlan interfaces to be setup. > yes, ifupdown2 is needed. > >>>But it somehow breaks my ARP proxy setup on the WAN interface. >>>Not sure why, everything seems to be correctly s

Re: [PVE-User] VxLAN and tagged frames

2020-01-24 Thread Alexandre DERUMIER
2-4094 This will map vlan1010-1020 to vxlan1010-1020. the vxlan interfaces are create with a template in a loop I have tested it, it's working fine. - Mail original - De: "Daniel Berteaud" À: "proxmoxve" Envoyé: Vendredi 24 Janvier 2020 10:15:34 Objet

Re: [PVE-User] VxLAN and tagged frames

2020-01-24 Thread Daniel Berteaud
- Le 24 Jan 20, à 8:20, Daniel Berteaud dan...@firewall-services.com a écrit : > - Le 23 Jan 20, à 20:53, Alexandre DERUMIER aderum...@odiso.com a écrit : >> >> I think if you want to do something like a simple vxlan tunnel, with multiple >> vlan, something like this should work (need t

Re: [PVE-User] VxLAN and tagged frames

2020-01-23 Thread Daniel Berteaud
- Le 23 Jan 20, à 20:53, Alexandre DERUMIER aderum...@odiso.com a écrit : > Hi, > >>>So, what's the recommended setup for this ? Create one (non vlan aware) >>>bridge >>>for each network zone, with 1 VxLAN tunnel per bridge between nodes ? > > yes, you need 1 non-vlan aware bridge + 1 vxl

Re: [PVE-User] VxLAN and tagged frames

2020-01-23 Thread Alexandre DERUMIER
gre tunnel with ifupdown2, I can send the config if you need it - Mail original - De: "Daniel Berteaud" À: "proxmoxve" Envoyé: Mercredi 22 Janvier 2020 08:33:33 Objet: [PVE-User] VxLAN and tagged frames Hi there At a french hoster (Online.net), we have a private n

[PVE-User] VxLAN and tagged frames

2020-01-21 Thread Daniel Berteaud
Hi there At a french hoster (Online.net), we have a private network available on dedicated server, but without QinQ support. So, we can't rely on native VLAN between nodes. Up to now, I created a single OVS bridge on every node, with GRE tunnels with each other. The GRE tunnel transport tagged