<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#ffffff">
Thank you!  I am still playing with KVM, and will more than likely setup my lab as you suggest in order to isolate the guests from the host.  Not sure if I can create an isolated network from VM Manager.<BR>
<BR>
-----Original Message-----<BR>
<B>From</B>: Laine Stump <<A HREF="mailto:Laine%20Stump%20%3claine@laine.org%3e">laine@laine.org</A>><BR>
<B>To</B>: <A HREF="mailto:libvirt-users@redhat.com">libvirt-users@redhat.com</A><BR>
<B>Cc</B>: <A HREF="mailto:shorawitz@gmail.com">shorawitz@gmail.com</A><BR>
<B>Subject</B>: Re: [libvirt-users] Isolated networks && test lab<BR>
<B>Date</B>: Thu, 27 Aug 2015 18:43:04 -0400<BR>
<BR>
On 08/27/2015 02:48 PM, Spanky Horawitz wrote:<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
    Lesson learned.  I think I had the same IP address assigned to my VM router as I did the Host.<BR>
</BLOCKQUOTE>
<BR>
Ah, I should have read this response first, but I assumed it was just a duplicate message without looking at the content (happens a lot when someone sends mail to both libvirt-users and libvir-list, so I kind of expect it).<BR>
<BR>
As long as you don't care that the guests can reach the host if they really want to, and you have the guest IP configuration done manually, this won't be a problem. If you're really pedantic about isolating the guests from the host and/or need them to get their IP address from DHCP, then you'll need to do what I described in the other message.<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    Side question: where are the virtual networks stored when you create them w/VM Manager?<BR>
</BLOCKQUOTE>
<BR>
They are stored in /etc/libvirt/qemu/networks, but you should never access/modify those files directly. Instead, use "virsh net-dumpxml $netname" to look at the config of a network, and "virsh net-edit $netname" to modify it (or variations of "virsh net-update $netname..." to make some changes that can be done without shutting down/restarting the network).
</BODY>
</HTML>