<div dir="ltr">Hello!<div><br></div><div>Thanks for your answer.</div><div><br></div><div>Well, I think it has to ask for an IP as I have the same configuration in a different machine (with the same OS) and it works, there I see the DHCP packets and so on, but not here. And yeah, that pepito.conf file exists, this is its content:</div><div>##WARNING:  THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE<br>##OVERWRITTEN AND LOST.  Changes to this configuration should be made using:<br>##    virsh net-edit pepito<br>## or other application using the libvirt API.<br>##<br>## dnsmasq conf file created by libvirt<br>strict-order<br>user=libvirt-dnsmasq<br>pid-file=/var/run/libvirt/network/pepito.pid<br>except-interface=lo<br>bind-dynamic<br>interface=virbr2<br>dhcp-range=192.168.150.2,192.168.150.254<br>dhcp-no-override<br>dhcp-authoritative<br>dhcp-lease-max=253<br>dhcp-hostsfile=/var/lib/libvirt/dnsmasq/pepito.hostsfile<br>addn-hosts=/var/lib/libvirt/dnsmasq/pepito.addnhosts<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El vie., 17 abr. 2020 a las 12:33, Michal Privoznik (<<a href="mailto:mprivozn@redhat.com">mprivozn@redhat.com</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 4/17/20 1:31 AM, Computers Issues wrote:<br>
> Hello there,<br>
> <br>
<br>
There is nothing obviously wrong with XMLs. Couple of things to try:<br>
<br>
1) are you sure that the guest actually ask for an IP address? What <br>
happens when you 'dhclient eth0' from inside the guest (or whatever the <br>
equivalent is)?<br>
<br>
2) is dnsmasq running on the host? If so, there should be <br>
/var/lib/libvirt/dnsmasq/pepito.conf file, can you share its content?<br>
<br>
3) Firewall. A lot of times when something network related doesn't work <br>
I shut the firewall down and retry. It helps me rule one possible source <br>
out.<br>
<br>
<br>
Michal<br>
<br>
</blockquote></div>