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!