Re: Transmettre le nDNS aux VMs libvirt
Le 05/02/2025 à 16:09, Erwan David a écrit :
Bon ça ne marche pas. Mais je ne suis pas en macvtap (qui met la VM
directement sur le réseau externe, mais en réseau virtuel, comme
recommandé par libvirt
Je suis une quiche en réseaux (vu que j'en ai marre d'être une truffe)
donc je ne suis pas sûr à 100% que ça s'applique à ton cas (récupération
dans l'invité du trafic mDNS de l'hôte) vu que ça a l'air plutôt de
concerner ici le souhait de l'envoi MDNS depuis l'invité vers l'hôte,
mais, je cite une réponse d'un membre de l'équipe QEMU (pas Libvirt) au
gars qui a soumis le problème:
"[...] user-mode networking is limited in the type of packets it can
send to the HW (which is why we can't send ICMP ping packets). If you
want the guest to be able to send all the packets it could usually send
you want to use a bridge/tap approach."
la page complète ici:
https://gitlab.com/qemu-project/qemu/-/issues/812
user-mode networking is limited in the type of packets it can send to
the HW (which is why we can't send ICMP ping packets). If you want the
guest to be able to send all the packets it could usually send you want
to use a bridge/tap approach.
Donc ça pourrait (quiche inside, je ne suis pas catégorique) signifier
qu'il faut passer par TAP pour ce que tu veux faire, dans un contexte
Libvirt/Qemu (si ton contexte est bien Libvirt/Qemu, pas Libvirt/autre)?
Bon courage, moi pas savoir :-)
Reply to: