Strange behavior at bridge creation

bemar

Member
Nov 16, 2011
69
0
6
Switzerland
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.

screenshot_proxmox.png

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
 

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!