Displaying 2 results from an estimated 2 matches for "hosts_whatev".
Did you mean:
hosts_whatever
2014 Apr 06
3
Changing dnsmasq DNS settings for virtual machines
...lt;dhcp> <range
> start="192.168.122.100" end="192.168.122.254" /> <host
> mac="00:16:3e:e2:ed" name="foo.example.com" ip="192.168.122.10" />
> </dhcp> </ip>
One possible workaround:
My system-dnsmasq reads /etc/hosts_whatever, and apparently the
libvirtd-dnsmasq reads var/lib/libvirt/dnsmasq/NETWORK_NAME.addnhosts.
I could copy my hosts_whatever in that place, but I had to configure
the libvirtd-dnsmasq what my local domains are.
Which brings me to the next question:
How to set the addn-hosts= for the libvirtd-dnsmas...
2014 Apr 10
0
Re: Changing dnsmasq DNS settings for virtual machines
...>> start="192.168.122.100" end="192.168.122.254" /> <host
>> mac="00:16:3e:e2:ed" name="foo.example.com" ip="192.168.122.10" />
>> </dhcp> </ip>
> One possible workaround:
> My system-dnsmasq reads /etc/hosts_whatever, and apparently the
> libvirtd-dnsmasq reads var/lib/libvirt/dnsmasq/NETWORK_NAME.addnhosts.
> I could copy my hosts_whatever in that place, but I had to configure
> the libvirtd-dnsmasq what my local domains are.
>
> Which brings me to the next question:
> How to set the addn-h...