Displaying 4 results from an estimated 4 matches for "dcf5c09b".
2018 Mar 13
2
Re: Specify DNS and gateway for dnsmasq
...orwarder than GW:
>
> <dns>
> <forwarder addr="8.8.8.8"/>
> </dns>
For NATed/routed networks, sure. However, I have an isolated network
like that (without the "forward" element):
<network>
<name>net1</name>
<uuid>dcf5c09b-dcb6-4fd3-86b8-6312a7b94bf6</uuid>
<bridge name='virbr1' stp='on' delay='0'/>
<mac address='52:54:00:97:1b:15'/>
<domain name='TEST'/>
<ip address='192.168.10.1' netmask='255.255.255.0'>
<dhcp&...
2018 Mar 13
0
Re: Specify DNS and gateway for dnsmasq
...ld do your own network setup on the host outside of
libvirt. A libvirt virtual network is really just the combination of a
bridge device, a dnsmasq instance + config, some iptables rules, and
optionally some routes.
>
> <network>
> <name>net1</name>
> <uuid>dcf5c09b-dcb6-4fd3-86b8-6312a7b94bf6</uuid>
> <bridge name='virbr1' stp='on' delay='0'/>
> <mac address='52:54:00:97:1b:15'/>
> <domain name='TEST'/>
> <ip address='192.168.10.1' netmask='255.255.255.0'>...
2018 Mar 12
2
Specify DNS and gateway for dnsmasq
Hi all,
how I can set dhcp options as DNS, gateway, etc in libvirt's network
definitions?
From what I read here[1], I can use the <option> tag. However, I can
not find nothing on libvirt official documentation.
I am missing something?
Thanks.
[1] https://www.redhat.com/archives/libvir-list/2013-March/msg00166.html
--
Danti Gionatan
Supporto Tecnico
Assyoma S.r.l. - www.assyoma.it
2018 Mar 14
2
Re: Specify DNS and gateway for dnsmasq
...host outside of
> libvirt. A libvirt virtual network is really just the combination of a
> bridge device, a dnsmasq instance + config, some iptables rules, and
> optionally some routes.
>
>>
>> <network>
>> <name>net1</name>
>> <uuid>dcf5c09b-dcb6-4fd3-86b8-6312a7b94bf6</uuid>
>> <bridge name='virbr1' stp='on' delay='0'/>
>> <mac address='52:54:00:97:1b:15'/>
>> <domain name='TEST'/>
>> <ip address='192.168.10.1' netmask='255.2...