Hi,
Proxmox 7.2.7 installed on debian 11
Network conf on host:
My Windows Server 2022 VM, works fine with Virtio network drivers on bond0
But when I tried to create CT or VM linux, not network connection.
CT with Ubuntu 22.04 cloud images
VM Freepbx not connected on install wizard.
Do I need install something else to get network on bridge bond0?
VirtIO driver isn't built-in kernel?
Thanks
Proxmox 7.2.7 installed on debian 11
Network conf on host:
Code:
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
auto enp5s0
#iface enp5s0 inet dhcp
iface enp5s0 inet manual
iface eno1 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp5s0 eno1
bond-miimon 100
bond-mode balance-rr
auto vmbr0
iface vmbr0 inet dhcp
bridge-ports bond0
bridge-stp off
bridge-fd 0
My Windows Server 2022 VM, works fine with Virtio network drivers on bond0
But when I tried to create CT or VM linux, not network connection.
CT with Ubuntu 22.04 cloud images
VM Freepbx not connected on install wizard.
Do I need install something else to get network on bridge bond0?
VirtIO driver isn't built-in kernel?
Thanks
Last edited: