<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 08/27/2015 02:48 PM, Spanky Horawitz
      wrote:<br>
    </div>
    <blockquote cite="mid:1440701313.10707.13.camel@psdchristensen"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <meta name="GENERATOR" content="GtkHTML/4.6.6">
      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 cite="mid:1440701313.10707.13.camel@psdchristensen"
      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).<br>
  </body>
</html>