Add network interface

morfair

Member
Feb 20, 2013
48
1
8
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
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!