search for: 6312a7b94bf6

Displaying 4 results from an estimated 4 matches for "6312a7b94bf6".

2018 Mar 13
2
Re: Specify DNS and gateway for dnsmasq
...> <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> <range start=&...
2018 Mar 13
0
Re: Specify DNS and gateway for dnsmasq
...etup 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'> >     <dhcp> >...
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
...virt. 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'> >>  ...