Hi,
I'm having issue with network on an host based on ProxMox VE version 6.4-13.
Very often one of the VM (is a qemu virtual machine) seems to be offline; in reality the traffic is not forwarded to the VM but is routed to the host machine.
My situation:
- The datacenter where the machine is hosted assigned 7 ip addresses where only four can be used (others are for gateway, ILO port, ...); these addresses are:
- A linux bridge
- the issue is the virtual machine #102 where
When vm#102 appears offline:
This issue appeared after I converted the vm#102 from an lxc to a qemu VM; (it was not a real conversion: I simply created a new qemu VM and assigned to the indicated IP address deleting the old lxc)
Any clue to diagnose the issue is appreciated.
I'm having issue with network on an host based on ProxMox VE version 6.4-13.
Very often one of the VM (is a qemu virtual machine) seems to be offline; in reality the traffic is not forwarded to the VM but is routed to the host machine.
My situation:
- The datacenter where the machine is hosted assigned 7 ip addresses where only four can be used (others are for gateway, ILO port, ...); these addresses are:
82.195.231.243, 82.195.231.244, 82.195.231.245, 82.195.231.246
; the network is attached to eno1
port of the host; there is no redundancy so the second eth port is not connected; 82.195.231.243
is assigned to the proxmox web interface (basically the host machine); the remaining are mapped to different VMs;- A linux bridge
vmbr0
has been created and dispatch all the traffic from the WAN; all VMs that are exposed to WAN has one eth port attached to vmbr0
;- the issue is the virtual machine #102 where
net0
eth port is connected to vmbr0
and it's IP is 82.195.231.245
; this vm run debian 11.When vm#102 appears offline:
- no traffic arrive on that machine;
- running an
nmap
on the IP address assigned to VM#102 (82.195.231.245) the open ports shown are the ones open on the host machine! (double checked connecting via ssh and the host machine answered); so basically the traffic are not routed to the VM but is catch by the host machine; - on the VM#102 console running a
ping 1.1.1.1
, the first five / six packets are lost then replies are received; after that the VM are back online and answer on it's IP; VM then goes offline again in a variable time (ranging from few minutes to several hours); - running a
brctl showstp vmbr0
all ports are in forwarding state; - no strange / indicative messages appears on
dmesg
.
This issue appeared after I converted the vm#102 from an lxc to a qemu VM; (it was not a real conversion: I simply created a new qemu VM and assigned to the indicated IP address deleting the old lxc)
Any clue to diagnose the issue is appreciated.