Create bridge on Proxmox | ||||||||
---|---|---|---|---|---|---|---|---|
vmnet0: wan1 for mgmt-Broanband ( default ) vmnet2: wan2 for MPLS vmnet3: future use vmnet4: lan1 in DC1-subnet1 10.1.4.0/24 ( 10.dc_number.4.0/24) vmnet5: lan2 in DC1-subnet2 10.1.5.0/24 ( 10.dc_number.5.0/24) vmnet11: lan1 branch1-subnet1 10.11.11.0/24 ( 10.1branch_number.11.0/24) vmnet12: lan2 branch1-subnet2 10.11.12.0/24 ( 10.1branch_number.12.0/24) | ||||||||
troubleshoot second interface down vi /etc/network/interfaces and add the new vmbr2 and vmbr3
| ||||||||
bring the bridge up | brctl show >>> after creation the bridge are down ( look screenshot above ) ifup vmbr4 ifup vmbr5 ifup vmbr11 ifup vmbr12
| |||||||
Create Conductor VM | ||||||||
KVM Proxmox | enable NUMA >>> may be not require!!!! numa: 1 ( 0 disable ) Info / explain Link doc: Link | |||||||
Create Router VMs | ||||||||
DC | Interface naming convention ( E1000 driver ) nmcli | |||||||
nmcli nmcli connection
| ||||||||
Install 128t | ||||||||
t128 / 128tRoutes sudo ip link set dev eth0 up sudo dhclient ip addr | ||||||||
systemctl start 128T >> ISSUE | ||||||||
https://192.168.0.212/quick-start | ||||||||
Onboard Router | ||||||||
on conductor | Create a Router: 1- new Router ( GPS coordinates + conductor IP@ + Inter-node Security Policy= "internal" ) 2- New node: node1 or node2 ( Combo + No need for "Associated Asset ID", will be done automatically with quick-start file ) 3- Device interface ( with PCI address or VMbus on Azure ) 4- Network interface ( IP@ or DHCP, Security Policy: "Internal" + Neighborhoods= "wan1" + Hub ( DC ) or Spoke ( branch) ) 5- Validate and Commit 6- Under Operation get the quick-start file and password | |||||||
On the router | 7-drag the quick-file file and copy the password in the router: https://x.x.x.x/quick-start |
...