Advertisement
Guest User

/etc/pve/sdn

a guest
Mar 10th, 2025
127
0
85 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.12 KB | None | 0 0
  1. root@pve-01:~/bin# cat /etc/pve/sdn/controllers.cfg
  2. evpn: ctrlev1
  3.         asn 4000000002
  4.         peers 192.168.203.142 192.168.203.143 192.168.203.144 192.168.203.145
  5.  
  6. root@pve-01:~/bin# cat /etc/pve/sdn/zones.cfg
  7. vlan: SDCVB
  8.         bridge vmbr1
  9.         ipam pve
  10.  
  11. vxlan: SDCVXL01
  12.         peers 192.168.203.142 192.168.203.143 192.168.203.144 192.168.203.145
  13.         ipam pve
  14.         mtu 1500
  15.  
  16. evpn: SDCVPN01
  17.         controller ctrlev1
  18.         vrf-vxlan 4000002
  19.         advertise-subnets 1
  20.         exitnodes pve-01,pve-04,pve-02,pve-03
  21.         ipam pve
  22.         mac BC:24:11:A9:F9:46
  23.         mtu 1500
  24.  
  25. evpn: L01VPN01
  26.         controller ctrlev1
  27.         vrf-vxlan 4000003
  28.         advertise-subnets 1
  29.         exitnodes pve-02,pve-04,pve-03,pve-01
  30.         exitnodes-primary pve-01
  31.         ipam pve
  32.         mac BC:24:11:E6:34:58
  33.         mtu 1500
  34.  
  35. vxlan: L01VXL01
  36.         peers 192.168.203.142 192.168.203.143 192.168.203.144 192.168.203.145
  37.         ipam pve
  38.         mtu 1500
  39.  
  40. root@pve-01:~/bin# cat /etc/pve/sdn/vnets.cfg
  41. vnet: Internet
  42.         zone SDCVB
  43.         tag 4093
  44.  
  45. vnet: FWCLU
  46.         zone SDCVXL01
  47.         alias Opnsense Cluster sync
  48.         tag 10001
  49.  
  50. vnet: ol107001
  51.         zone SDCVPN01
  52.         alias SDC Remote Access
  53.         tag 107001
  54.  
  55. vnet: ol107002
  56.         zone SDCVPN01
  57.         alias SDC Authentication
  58.         tag 107002
  59.  
  60. vnet: ol107003
  61.         zone SDCVPN01
  62.         alias SDC Infrastructure
  63.         tag 107003
  64.  
  65. vnet: ol110001
  66.         zone L01VPN01
  67.         alias test
  68.         tag 110001
  69.  
  70. vnet: ol111001
  71.         zone L01VPN01
  72.         alias Testing
  73.         tag 111001
  74.  
  75. root@pve-01:~/bin# cat /etc/pve/sdn/subnets.cfg
  76. subnet: SDCVPN01-192.168.107.0-27
  77.         vnet ol107001
  78.         gateway 192.168.107.1
  79.  
  80. subnet: SDCVPN01-192.168.107.32-27
  81.         vnet ol107002
  82.         gateway 192.168.107.33
  83.  
  84. subnet: SDCVPN01-192.168.107.64-26
  85.         vnet ol107003
  86.         gateway 192.168.107.65
  87.  
  88. subnet: L01VPN01-192.168.110.0-24
  89.         vnet ol110001
  90.         gateway 192.168.110.1
  91.  
  92. subnet: L01VPN01-192.168.111.0-25
  93.         vnet ol111001
  94.         gateway 192.168.111.1
  95.  
  96.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement