Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@pve-01:~/bin# cat /etc/pve/sdn/controllers.cfg
- evpn: ctrlev1
- asn 4000000002
- peers 192.168.203.142 192.168.203.143 192.168.203.144 192.168.203.145
- root@pve-01:~/bin# cat /etc/pve/sdn/zones.cfg
- vlan: SDCVB
- bridge vmbr1
- ipam pve
- vxlan: SDCVXL01
- peers 192.168.203.142 192.168.203.143 192.168.203.144 192.168.203.145
- ipam pve
- mtu 1500
- evpn: SDCVPN01
- controller ctrlev1
- vrf-vxlan 4000002
- advertise-subnets 1
- exitnodes pve-01,pve-04,pve-02,pve-03
- ipam pve
- mac BC:24:11:A9:F9:46
- mtu 1500
- evpn: L01VPN01
- controller ctrlev1
- vrf-vxlan 4000003
- advertise-subnets 1
- exitnodes pve-02,pve-04,pve-03,pve-01
- exitnodes-primary pve-01
- ipam pve
- mac BC:24:11:E6:34:58
- mtu 1500
- vxlan: L01VXL01
- peers 192.168.203.142 192.168.203.143 192.168.203.144 192.168.203.145
- ipam pve
- mtu 1500
- root@pve-01:~/bin# cat /etc/pve/sdn/vnets.cfg
- vnet: Internet
- zone SDCVB
- tag 4093
- vnet: FWCLU
- zone SDCVXL01
- alias Opnsense Cluster sync
- tag 10001
- vnet: ol107001
- zone SDCVPN01
- alias SDC Remote Access
- tag 107001
- vnet: ol107002
- zone SDCVPN01
- alias SDC Authentication
- tag 107002
- vnet: ol107003
- zone SDCVPN01
- alias SDC Infrastructure
- tag 107003
- vnet: ol110001
- zone L01VPN01
- alias test
- tag 110001
- vnet: ol111001
- zone L01VPN01
- alias Testing
- tag 111001
- root@pve-01:~/bin# cat /etc/pve/sdn/subnets.cfg
- subnet: SDCVPN01-192.168.107.0-27
- vnet ol107001
- gateway 192.168.107.1
- subnet: SDCVPN01-192.168.107.32-27
- vnet ol107002
- gateway 192.168.107.33
- subnet: SDCVPN01-192.168.107.64-26
- vnet ol107003
- gateway 192.168.107.65
- subnet: L01VPN01-192.168.110.0-24
- vnet ol110001
- gateway 192.168.110.1
- subnet: L01VPN01-192.168.111.0-25
- vnet ol111001
- gateway 192.168.111.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement