Hello,
I got the following error while creating a new bridge of a unused network interface.
The gateway which I wan't to insert isn't used anywhere.

Here is the interface file:
Best regards
Benjamin
I got the following error while creating a new bridge of a unused network interface.
The gateway which I wan't to insert isn't used anywhere.

Here is the interface file:
PHP:
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
bond-master bond0
iface eth2 inet manual
bond-master bond0
iface eth3 inet manual
auto bond0
iface bond0 inet manual
slaves eth1 eth2
bond_miimon 100
bond_mode balance-rr
auto vmbr0
iface vmbr0 inet static
address 192.168.61.8
netmask 255.255.255.0
gateway 192.168.61.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 172.60.23.4
netmask 255.255.255.240
bridge_ports bond0
bridge_stp off
bridge_fd 0
Best regards
Benjamin