Add network interface

morfair

Renowned Member
Feb 20, 2013
48
1
73
How add vmnet bridge to network interface like 802.1q (eth0.123) via web-interface without reboot server?
 
Does it have to be via web-interface?
From console/ssh-session it is doable without reboot by adding something like this to /etc/network/interfaces and doing ifup on the new vmbr interface. After that you see the interface in the web-console and can bind vm's nics to it.

auto vmbr777
iface vmbr777 inet manual
bridge_ports eth0.777
bridge_stp off
bridge_fd 0