On 1/18/22 04:10, Petr Menšík wrote:
dhcp server of libvirt is dnsmasq. It would provide hostnames when it
has matching dhcp-record with IP and name (and hwaddr). With libvirt,
that would be set by <ip><dhcp><host name='whatever'> in network
configuration xml. I think it should use also /etc/hosts of the host.
But dnsmasq can assign lease just by name if hwaddr is not present in
static leases. But that requires static hostname on Fedora side to be
sent to the server.

How does virsh net-dumpxml <network> look like?


In this case, I am connecting via bridged network, so the VM is not getting its name from dnsmasq but from the dhcpd on a RHEL 8 server.

[root@case ~]# virsh net-dumpxml default
<network>
  <name>default</name>
  <uuid>0082d9c5-2879-47e6-9c1b-cdf6ff060630</uuid>
  <forward mode='nat'>
    <nat>
      <port start='1024' end='65535'/>
    </nat>
  </forward>
  <bridge name='virbr0' stp='on' delay='0'/>
  <mac address='52:54:00:b6:9b:91'/>
  <ip address='192.168.122.1' netmask='255.255.255.0'>
    <dhcp>
      <range start='192.168.122.2' end='192.168.122.254'/>
    </dhcp>
  </ip>
</network>

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to