November 2017
Intermediate to advanced
494 pages
14h 29m
English
Perform the following steps to create a virtual bridge in Proxmox through the CLI:
auto <bridge_name>
iface <bridge_name> inet static
address 192.168.10.1
netmask 255.255.255.0
bridge_ports ens21
bridge_stp off
bridge_fd 0
# ifup <bridge_name>
The new virtual bridge should now be activated and running. If virtual machines are to be migrated to other nodes, then the configuration must be duplicated in all the nodes. ...