Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 14
Next »
Create bridge on Proxmox |
|
|
---|
|
| vmnet0: mgt ( default ) vmnet2: MPLS vmnet3: Broadband vmnet4: DC-subnet1 10.1.4.0/24 ( 10.dc_number.4.0/24) vmnet5: DC-subnet2 10.1.5.0/24 ( 10.dc_number.5.0/24) vmnet10: branch-subnet1 10.11.1.0/24 ( 10.1branch_number.1.0/24)
|
|
| troubleshoot second interface down vi /etc/network/interfaces and add the new vmbr2 and vmbr3 brctl show
root@hp8300:~# more /etc/network/interfaces
. . .
auto lo
iface lo inet loopback
iface eno1 inet manual
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.9/24
gateway 192.168.0.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet dhcp
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
#to SRX320
auto vmbr2
iface vmbr2 inet static
address 192.168.92.1/24
bridge-ports none
bridge-stp off
bridge-fd 0
#mpls wan for 128T
auto vmbr3
iface vmbr3 inet static
address 192.168.93.1/24
bridge-ports none
bridge-stp off
bridge-fd 0
#broadband wan for 128T
root@hp8300:~#
root@hp8300:~# brctl show
bridge name bridge id STP enabled interfaces
fwbr104i0 8000.aee1b2b65f0c no fwln104i0
tap104i0
fwbr104i1 8000.8e4895a4e437 no fwln104i1
tap104i1
fwbr105i0 8000.feb11d5e0da4 no fwln105i0
tap105i0
fwbr105i1 8000.be354291a932 no fwln105i1
tap105i1
vmbr0 8000.6c3be5389335 no eno1
vmbr1 8000.6805ca16086f no enp2s0
vmbr2 8000.000000000000 no
vmbr3 8000.000000000000 no
|
|
| |
|
| |
Create Conductor VM |
|
|
---|
KVM Proxmox |
| enable NUMA >>> may be not require!!!! numa: 1 ( 0 disable ) Info / explain Link doc: Link |
Create Router VMs |
|
|
---|
|
|
|
|
|
|
Install 128t |
|
|
---|
|
| t128 / 128tRoutes sudo ip link set dev eth0 up sudo dhclient ip addr |
|
| systemctl start 128T >> ISSUE |
|
| https://192.168.0.212 https://192.168.0.212/quick-start |
|
|
|
|
|
|
|
|
|