[SOLVED] Error on interface reload via the UI

TodorPetkov

Active Member
Mar 21, 2020
59
9
28
Hello,

PVE 7.0-11 community version. I created network interface configuration manually, and when I am trying to set comment to an interface via the web interface, I got this error
OVS bond 'bond0' - wrong interface type on slave 'enp2np1' ('' != 'eth') (500)

Do I need to switch to old interface names (ethX)? Thanks in advance.

Here is my config:

Code:
auto lo
iface lo inet loopback

auto eno1np0
iface eno1np0 inet manual
#10GBASE-T card

auto eno3
iface eno3 inet manual
#1000BASE-T

auto eno4
iface eno4 inet manual
#1000BASE-T

auto eno2np1
iface eno2np1 inet manual
#10GBASE-T card

auto bond0
iface bond0 inet manual
        ovs_bonds eno1np0 enp2np1
        ovs_type OVSBond
        ovs_bridge vmbr0
        ovs_options other_config:bond_updelay=1000 bond_mode=active-backup

auto vmbr0
iface vmbr0 inet manual
        ovs_type OVSBridge
        ovs_ports bond0

allow-vmbr0 vlan891
auto vlan891
iface vlan891 inet static
  ovs_type OVSIntPort
  ovs_bridge vmbr0
  ovs_options tag=891
  address 10.83.61.101/24
  netmask 255.255.255.0
  gateway 10.83.61.1
 

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!