Re: [libvirt-users] How to disable dnsmasq from starting automatically with libvirtd

2012-09-13 Thread Laine Stump
On 09/13/2012 04:14 AM, Osier Yang wrote: > > If you want to use the default NAT network, but to use your own > DHCP server instead of dnsmasq, patches/RFC/ideas are welcomed > (libvir-l...@redhat.com). > If you want to use network in mode other than NAT. You won't have > to suffer from the dnsmasq

Re: [libvirt-users] How to disable dnsmasq from starting automatically with libvirtd

2012-09-13 Thread Marwan Tanager
On Thu, Sep 13, 2012 at 04:14:30PM +0800, Osier Yang wrote: > > Okay, finally I understood, that's because the default network use > "nat" forward mode, and dnsmasq is the only one supported DHCP > server libvirt supports for DHCPv4. > > If you want to use the default NAT network, but to use your

Re: [libvirt-users] How to disable dnsmasq from starting automatically with libvirtd

2012-09-13 Thread Osier Yang
On 2012年09月13日 16:04, Marwan Tanager wrote: On Thu, Sep 13, 2012 at 03:54:30PM +0800, Osier Yang wrote: On 2012年09月13日 15:50, Marwan Tanager wrote: On Thu, Sep 13, 2012 at 03:17:14PM +0800, Osier Yang wrote: On 2012年09月13日 14:55, Marwan Tanager wrote: On Thu, Sep 13, 2012 at 01:04:58PM +0800,

Re: [libvirt-users] How to disable dnsmasq from starting automatically with libvirtd

2012-09-13 Thread Marwan Tanager
On Thu, Sep 13, 2012 at 03:54:30PM +0800, Osier Yang wrote: > On 2012年09月13日 15:50, Marwan Tanager wrote: > >On Thu, Sep 13, 2012 at 03:17:14PM +0800, Osier Yang wrote: > >>On 2012年09月13日 14:55, Marwan Tanager wrote: > >>>On Thu, Sep 13, 2012 at 01:04:58PM +0800, Osier Yang wrote: > On 2012年09月

Re: [libvirt-users] How to disable dnsmasq from starting automatically with libvirtd

2012-09-13 Thread Osier Yang
On 2012年09月13日 15:50, Marwan Tanager wrote: On Thu, Sep 13, 2012 at 03:17:14PM +0800, Osier Yang wrote: On 2012年09月13日 14:55, Marwan Tanager wrote: On Thu, Sep 13, 2012 at 01:04:58PM +0800, Osier Yang wrote: On 2012年09月13日 11:23, Marwan Tanager wrote: No, to disable the autostarting of dnsmas

Re: [libvirt-users] How to disable dnsmasq from starting automatically with libvirtd

2012-09-13 Thread Marwan Tanager
On Thu, Sep 13, 2012 at 03:17:14PM +0800, Osier Yang wrote: > On 2012年09月13日 14:55, Marwan Tanager wrote: > >On Thu, Sep 13, 2012 at 01:04:58PM +0800, Osier Yang wrote: > >>On 2012年09月13日 11:23, Marwan Tanager wrote: > >> > >>No, to disable the autostarting of dnsmasq, you need to disable the > >>a

Re: [libvirt-users] How to disable dnsmasq from starting automatically with libvirtd

2012-09-13 Thread Osier Yang
On 2012年09月13日 14:55, Marwan Tanager wrote: On Thu, Sep 13, 2012 at 01:04:58PM +0800, Osier Yang wrote: On 2012年09月13日 11:23, Marwan Tanager wrote: No, to disable the autostarting of dnsmasq, you need to disable the autostart of network which drives dnsmasq (named 'default' by default). % virs

Re: [libvirt-users] How to disable dnsmasq from starting automatically with libvirtd

2012-09-13 Thread Marwan Tanager
On Thu, Sep 13, 2012 at 01:04:58PM +0800, Osier Yang wrote: > On 2012年09月13日 11:23, Marwan Tanager wrote: > > No, to disable the autostarting of dnsmasq, you need to disable the > autostart of network which drives dnsmasq (named 'default' by default). > > % virsh net-autostart --disable default >

Re: [libvirt-users] How to disable dnsmasq from starting automatically with libvirtd

2012-09-12 Thread Osier Yang
On 2012年09月13日 11:23, Marwan Tanager wrote: Hi. I have a machine with a local DHCP server and a couple of virtual networks and I've configured the server for each virtual interface, so that I would be able to install VMs on the corresponding subnets using PXE. The problem is that the two DHCP s

[libvirt-users] How to disable dnsmasq from starting automatically with libvirtd

2012-09-12 Thread Marwan Tanager
Hi. I have a machine with a local DHCP server and a couple of virtual networks and I've configured the server for each virtual interface, so that I would be able to install VMs on the corresponding subnets using PXE. The problem is that the two DHCP servers (my local server and dnsmasq) are co