[SOLVED] Can not start any VM - Interface activation failed

Feb 5, 2024
4
1
1
Starting a VM without a network device works, the problem is that as soon as I add one (doesn't matter what kind), the system throws following error:

interface activation failed
kvm: -netdev type=tap,id=net0,ifname=tap135i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown,vhost=on: network script /var/lib/qemu-server/pve-bridge failed with status 3328
start failed: QEMU exited with code 1


I made sure that the script is where the path points to but that's about everything I was able to come up with because I can't seem to find anything related to this matter.
I tried creating a new VM from scratch, problem still persists.
I tried the different device models that are available for selection (Virtio, Intel, Realtek), doesn't change anything.

2024-04-02 16_58_25-prox-01 - Proxmox Virtual Environment – Mozilla Firefox.png

I'm on PVE 8.1.4 and the same error exists on all three of my nodes.

Has someone stumbled upon this before?
Any help would be greatly appreciated. :)
 
I think if you provide the output of the following commands - it would help the community :
cat /etc/network/interfaces
ip a
qm config [vmid]
Can you start a VM without network device?
pveversion
Have you rebooted any of the servers and retried?
What type of NIC do you have?

Please use text and CODE tags


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
Output of "cat /etc/network/interfaces"

Code:
auto lo
iface lo inet loopback

iface enp129s0f0np0 inet manual

auto enp129s0f1np1
iface enp129s0f1np1 inet manual

iface eno1 inet manual

iface eno2 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.222.139/16
        gateway 192.168.0.1
        bridge-ports enp129s0f0np0
        bridge-stp off
        bridge-fd 0

auto vmbr1
iface vmbr1 inet static
        address 10.222.222.139/24
        bridge-ports enp129s0f1np1
        bridge-stp off
        bridge-fd 0


output of "ip a"
Code:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute
       valid_lft forever preferred_lft forever
2: enp129s0f0np0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
    link/ether 14:23:f2:98:12:10 brd ff:ff:ff:ff:ff:ff
3: eno1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 3c:ec:ef:97:02:ea brd ff:ff:ff:ff:ff:ff
    altname enp196s0
4: enp129s0f1np1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr1 state UP group default qlen 1000
    link/ether 14:23:f2:98:12:11 brd ff:ff:ff:ff:ff:ff
5: eno2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 3c:ec:ef:97:02:eb brd ff:ff:ff:ff:ff:ff
    altname enp197s0
6: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 14:23:f2:98:12:10 brd ff:ff:ff:ff:ff:ff
    inet 192.168.222.139/16 scope global vmbr0
       valid_lft forever preferred_lft forever
    inet6 fe80::1623:f2ff:fe98:1210/64 scope link
       valid_lft forever preferred_lft forever
7: vmbr1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 14:23:f2:98:12:11 brd ff:ff:ff:ff:ff:ff
    inet 10.222.222.139/24 scope global vmbr1
       valid_lft forever preferred_lft forever
    inet6 fe80::1623:f2ff:fe98:1211/64 scope link
       valid_lft forever preferred_lft forever
8: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr108i0 state UNKNOWN group default qlen 1000
    link/ether d6:ef:03:c0:20:11 brd ff:ff:ff:ff:ff:ff
9: fwbr108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether d2:49:0c:a9:3d:15 brd ff:ff:ff:ff:ff:ff
10: fwpr108p0@fwln108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
    link/ether ee:04:6a:64:97:46 brd ff:ff:ff:ff:ff:ff
11: fwln108i0@fwpr108p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr108i0 state UP group default qlen 1000
    link/ether d2:49:0c:a9:3d:15 brd ff:ff:ff:ff:ff:ff
12: tap110i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr110i0 state UNKNOWN group default qlen 1000
    link/ether 3a:5f:b7:46:ba:09 brd ff:ff:ff:ff:ff:ff
13: fwbr110i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 22:94:5b:aa:25:85 brd ff:ff:ff:ff:ff:ff
14: fwpr110p0@fwln110i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
    link/ether 92:70:13:fd:53:c7 brd ff:ff:ff:ff:ff:ff
15: fwln110i0@fwpr110p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr110i0 state UP group default qlen 1000
    link/ether 22:94:5b:aa:25:85 brd ff:ff:ff:ff:ff:ff
16: tap111i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr111i0 state UNKNOWN group default qlen 1000
    link/ether f2:f7:d0:4f:e1:75 brd ff:ff:ff:ff:ff:ff
17: fwbr111i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether de:77:80:60:42:02 brd ff:ff:ff:ff:ff:ff
18: fwpr111p0@fwln111i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
    link/ether c6:83:39:f9:44:ff brd ff:ff:ff:ff:ff:ff
19: fwln111i0@fwpr111p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr111i0 state UP group default qlen 1000
    link/ether de:77:80:60:42:02 brd ff:ff:ff:ff:ff:ff
20: tap111i1: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr111i1 state UNKNOWN group default qlen 1000
    link/ether 92:15:c1:fc:1d:62 brd ff:ff:ff:ff:ff:ff
21: fwbr111i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 9a:36:08:d5:a7:da brd ff:ff:ff:ff:ff:ff
22: fwpr111p1@fwln111i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
    link/ether 16:09:48:bc:e8:9b brd ff:ff:ff:ff:ff:ff
23: fwln111i1@fwpr111p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr111i1 state UP group default qlen 1000
    link/ether 9a:36:08:d5:a7:da brd ff:ff:ff:ff:ff:ff
24: tap130i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr130i0 state UNKNOWN group default qlen 1000
    link/ether 0a:18:0b:c9:ae:51 brd ff:ff:ff:ff:ff:ff
25: fwbr130i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 76:77:b8:97:19:8b brd ff:ff:ff:ff:ff:ff
26: fwpr130p0@fwln130i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
    link/ether 16:23:3f:10:85:a5 brd ff:ff:ff:ff:ff:ff
27: fwln130i0@fwpr130p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr130i0 state UP group default qlen 1000
    link/ether 76:77:b8:97:19:8b brd ff:ff:ff:ff:ff:ff
28: tap131i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr131i0 state UNKNOWN group default qlen 1000
    link/ether f2:3c:7e:86:4e:92 brd ff:ff:ff:ff:ff:ff
29: fwbr131i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 7e:5d:23:75:b7:b1 brd ff:ff:ff:ff:ff:ff
30: fwpr131p0@fwln131i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
    link/ether ae:c1:80:44:b7:8a brd ff:ff:ff:ff:ff:ff
31: fwln131i0@fwpr131p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr131i0 state UP group default qlen 1000
    link/ether 7e:5d:23:75:b7:b1 brd ff:ff:ff:ff:ff:ff
32: tap134i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr134i0 state UNKNOWN group default qlen 1000
    link/ether 3a:36:4d:10:48:1d brd ff:ff:ff:ff:ff:ff
33: fwbr134i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 42:98:71:a3:8e:c3 brd ff:ff:ff:ff:ff:ff
34: fwpr134p0@fwln134i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
    link/ether 9a:8a:14:b5:28:5f brd ff:ff:ff:ff:ff:ff
35: fwln134i0@fwpr134p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr134i0 state UP group default qlen 1000
    link/ether 42:98:71:a3:8e:c3 brd ff:ff:ff:ff:ff:ff
36: tap140i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr140i0 state UNKNOWN group default qlen 1000
    link/ether 92:e8:37:8d:27:be brd ff:ff:ff:ff:ff:ff
37: fwbr140i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 62:24:65:6e:bc:a6 brd ff:ff:ff:ff:ff:ff
38: fwpr140p0@fwln140i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
    link/ether da:06:83:ab:03:13 brd ff:ff:ff:ff:ff:ff
39: fwln140i0@fwpr140p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr140i0 state UP group default qlen 1000
    link/ether 62:24:65:6e:bc:a6 brd ff:ff:ff:ff:ff:ff
40: tap139i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr139i0 state UNKNOWN group default qlen 1000
    link/ether 8e:ea:1a:9f:a5:b4 brd ff:ff:ff:ff:ff:ff
41: fwbr139i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether c6:23:cc:6d:d1:ae brd ff:ff:ff:ff:ff:ff
42: fwpr139p0@fwln139i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
    link/ether 6a:76:59:51:6f:a1 brd ff:ff:ff:ff:ff:ff
43: fwln139i0@fwpr139p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr139i0 state UP group default qlen 1000
    link/ether c6:23:cc:6d:d1:ae brd ff:ff:ff:ff:ff:ff

output of "qm config":
Code:
qm config 135
boot: order=ide0
cores: 4
ide0: local-RAID6:135/vm-135-disk-0.qcow2,format=qcow2,size=80G
machine: pc-i440fx-7.2
memory: 8192
meta: creation-qemu=7.2.0,ctime=1698041709
name: vm-win-it
net0: virtio=22:D6:4B:62:2F:02,bridge=vmbr0,firewall=1
net1: virtio=DE:9D:42:03:82:3B,bridge=vmbr1,firewall=1
numa: 0
onboot: 1
ostype: win10
scsihw: virtio-scsi-single
smbios1: uuid=0f07319a-931b-411e-8784-fc9da00f936a
sockets: 1
vga: qxl
vmgenid: 084973be-3056-46c2-8309-d01fb2a93524

pve version: pve-manager/8.1.4/ec5affc9e41f1d79 (running kernel: 6.5.11-8-pve)

Rebooting is not possible atm
 
When I spam the start button, the machines will eventually start with a working network connection but 9 times out of 10 it will throw the error mentioned above. Strange.

Though it's kinda working now, I'd nevertheless like to get to the bottom of this, so I'll keep this post open.
 
After you try to start a VM and receive a failure, run "journalctl -n 500" and examine the log for anything out of the ordinary.

Good luck


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox

Found out that the culprit was actually the installed WatchGuard epdr software which blocked a script under /bin/, thanks for your help.
 
  • Like
Reactions: bbgeek17

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!