Create new bridge vmbr1 - Write error

nick

Renowned Member
Mar 28, 2007
364
1
83
Hi all,

I try to add on eth1 a new bridge (vmbr1) but when I click SAVE I receive this error:

Error: You do not have write access.

What I can do to create this bridge without other impact to VM
 
Just edit /etc/network/interfaces manually, add:

Code:
auto vmbr1
iface vmbr1 inet manual
        bridge_ports eth1
        bridge_stp off
        bridge_fd 0

Then start it with 'ifup vmbr1'

- Dietmar
 
Sorry for may late reply! It's OK now! I add manually the interface in config file and work normal!

Thank you!
 

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!