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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.