meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
vm:proxmox:sdn [2024/04/23 18:11] – created niziakvm:proxmox:sdn [2024/12/20 20:55] (current) niziak
Line 8: Line 8:
     * zones are containers of ''VNets''     * zones are containers of ''VNets''
     * zone types:     * zone types:
-      * **Simple** a simple bridge on single Proxmox node - no communication across the cluster+      * **Simple** a simple bridge on single Proxmox node - no communication across the cluster
 +        * usage: user friendly zone names instead of ''vmbrX'' interfaces. But still needs to specify VLAN tag for VLANs. 
 +        * DHCP server and IPAM possible for zone 
 +        * Outbound NAT to internet provided locally by each node
       * **VLAN**        * **VLAN** 
-      * **QinQ** +        * like above but with VLAN tag assigned 
-      * **VXLAN** +      * **QinQ** - 802.1Q tunnelling / stacked VLANs / 802.1ad 
-      * **EVPN**+        * first VLAN tag in L2 frame is a provider / service vlan  
 +        * 2nd VLAN tag in L2 frame is customer tag 
 +      * **VxLAN** RFC 7348 (tech preview)  
 +        * encapsulate L2 frames in L3 UDP packets. 
 +        * L3 networks solves lots of forwarding/routing problems of L2 networks. No STP nor VLANs needed. 
 +        * well known protocols like OSPF, EIGRP can be used for L3. 
 +        * VNI tag is 24 bit (16 777 215 VxLANs) 
 +        * one VxLAN is a group of Virtual Tunnels. VTEPs (Virtual Tunnel Endpoint) acts like switch 
 +      * **EVPN** (tech preview)
   * **VNets** - lower    * **VNets** - lower 
 +
 +[[https://pve.proxmox.com/wiki/Software-Defined_Network]]
 +
 +[[https://pve.proxmox.com/wiki/Setup_Simple_Zone_With_SNAT_and_DHCP]]
 +