As i read in the Patchnotes for QEMU 8.0, the Problem should be fixed in a further release.
https://wiki.qemu.org/ChangeLog/8.0#Guest_agent
https://gitlab.com/qemu-project/qemu/-/commit/7dfce9bd0fb226debf03a9bc73eaa0b85e836bab
Weoll i've found the fault.
using network instead pointopoint to 10.10.10.0
and set broadcast. let gateway away. now works perfect for me
auto ens19
iface ens19 inet static
address 10.10.10.13
netmask 255.255.255.0
network 10.10.10.0
broadcast 10.10.10.255
Good evening,
i've created an internal Network on host, and give each VM an additional internal IP.
The Setup is like follow:
node1 (enp0s31f6 + vmbr0 + vmbr1[internal])
|+ vms1 (vmbr0 + vmbr1)
|+ vms2 (vmbr0 + vmbr1)
|+ vms3 (vmbr0 + vmbr1)
I have on vms1 an active LDAP Server. On vms3 i have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.