Displaying 2 results from an estimated 2 matches for "26_dhcp".
2014 Apr 06
3
Changing dnsmasq DNS settings for virtual machines
...has dhcp enabled.
Now, how can I tell the libvirtd-dnsmasq, to use the system-dnsmasq as
first nameserver?
I found lots of pages when searching for "libvirt dns", but all of
them only show the dhcp-part of the network's xml file:
http://wiki.libvirt.org/page/VirtualNetworking#DNS_.26_DHCP
> <ip address="192.168.122.1" netmask="255.255.255.0"> <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" />...
2014 Apr 10
0
Re: Changing dnsmasq DNS settings for virtual machines
...nt to be dropped rather than
forwarded. Is that possibly the cause of your problems?
>
> I found lots of pages when searching for "libvirt dns", but all of
> them only show the dhcp-part of the network's xml file:
>
> http://wiki.libvirt.org/page/VirtualNetworking#DNS_.26_DHCP
>> <ip address="192.168.122.1" netmask="255.255.255.0"> <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&q...