meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vm:proxmox:sdn [2024/04/23 19:53] niziakvm:proxmox:sdn [2024/12/20 20:55] (current) niziak
Line 10: Line 10:
       * **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.         * 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** 
         * like above but with VLAN tag assigned         * like above but with VLAN tag assigned
Line 15: Line 17:
         * first VLAN tag in L2 frame is a provider / service vlan          * first VLAN tag in L2 frame is a provider / service vlan 
         * 2nd VLAN tag in L2 frame is customer tag         * 2nd VLAN tag in L2 frame is customer tag
-      * **VXLAN** (tech preview)  +      * **VxLAN** RFC 7348 (tech preview)  
-        * encapsulate L2 frames in L3 UDP packets. To prevent broadcasts it is using BGP to exchange L2 mac addresses.+        * encapsulate L2 frames in L3 UDP packets. 
 +        * L3 networks solves lots of forwarding/routing problems of L2 networksNo 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)       * **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]]
 +