bridge only works with Windows

Fredware

Member
Jun 7, 2019
10
0
6
54
Hi,

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:
Hi,
what does the configuration of on of your VMs look like (qm config [VMID]). What does the config within the container look like?
 
Windows VM:

Bash:
root@servapp:/home/debian# /usr/sbin/qm config 100
bios: ovmf
boot: order=virtio0;net0;ide0
cores: 8
cpu: host
efidisk0: local:100/vm-100-disk-0.qcow2,efitype=4m,pre-enrolled-keys=1,size=528K
machine: pc-q35-6.2
memory: 30720
meta: creation-qemu=6.2.0,ctime=1657691007
name: suiviprod
net0: e1000=4A:AD:43:58:0A:B3,bridge=vmbr0,firewall=1
numa: 0
ostype: win11
scsihw: virtio-scsi-pci
smbios1: uuid=c292591c-6577-419c-bd8d-ba7ee60a9e05
sockets: 1
tpmstate0: local:100/vm-100-disk-1.raw,size=4M,version=v2.0
virtio0: local:100/vm-100-disk-2.raw,size=100G
vmgenid: 8b67fc37-fb66-4d66-8d31-2ae18d5675bc

Linux Freepbx VM:
Bash:
boot: order=sata0;ide2;net0;ide0
cores: 1
ide0: local:iso/virtio-win-0.1.217.iso,media=cdrom,size=519172K
ide2: none,media=cdrom
memory: 2048
meta: creation-qemu=6.2.0,ctime=1658223784
name: freepbx
net0: virtio=82:7C:14:26:90:34,bridge=vmbr0
numa: 0
ostype: l26
sata0: local:101/vm-101-disk-0.qcow2,backup=0,size=8G
smbios1: uuid=1ab46def-5d61-45ef-aab8-0adaeaddb558
sockets: 1
vmgenid: 0dd1b26c-56c9-45d0-82d7-17b40f8b1c13

I tried with network card E1000 or RTL8139, same issue.
Thanks
 
Last edited:
Oh!
I thanks it was DHCP, but, when I set an IP choose from my lan range, it works!
How is it possible to not have DHCP working?
Thanks
 
Could different things, you could try to monitor network traffic if you see a dhcp request. You could also try if this happens for a basic debian install.
 
Strange thing, no dhcp request, on VM or on host.
Yes maybe install form debian basic is the problem, but I can't reinstall.
Thanks for your help and sorry for not solve issue.
 

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!