It's Jamin...

All virtual machines and network interfaces were/are created via virt-
manager and libvirt.  The host system's network interface is managed by
Network Manager and is normally the wireless interface, though I do
recall testing  both wired and wireless for the host.

$ cat /etc/libvirt/qemu/networks/default.xml 
<network>
  <name>default</name>
  <uuid>5add1e4c-ef0c-4916-90ea-9e8a3e094a06</uuid>
  <bridge name="virbr%d" />
  <forward/>
  <ip address="192.168.122.1" netmask="255.255.255.0">
    <dhcp>
      <range start="192.168.122.2" end="192.168.122.254" />
    </dhcp>
  </ip>
</network>

$ cat /etc/libvirt/qemu/networks/public_1.xml 
<network>
  <name>public_1</name>
  <uuid>14447e17-0cad-e139-e9b5-4eb9315e99b0</uuid>
  <forward/>
  <bridge stp='on' forwardDelay='0' />
  <ip address='192.168.51.1' netmask='255.255.255.0'>
    <dhcp>
      <range start='192.168.51.128' end='192.168.51.254' />
    </dhcp>
  </ip>
</network>

$ cat /etc/libvirt/qemu/networks/private_1.xml 
<network>
  <name>private_1</name>
  <uuid>c7db1f0e-32fa-5aa6-7940-5007abd669e7</uuid>
  <bridge stp='on' forwardDelay='0' />
  <ip address='192.168.61.1' netmask='255.255.255.0'>
    <dhcp>
      <range start='192.168.61.128' end='192.168.61.254' />
    </dhcp>
  </ip>
</network>

$ cat /etc/libvirt/qemu/networks/private_2.xml 
<network>
  <name>private_2</name>
  <uuid>edbe0a6b-fe46-1f23-66fa-bacd2ff7e5e6</uuid>
  <bridge stp='on' forwardDelay='0' />
  <ip address='192.168.62.1' netmask='255.255.255.0'>
    <dhcp>
      <range start='192.168.62.128' end='192.168.62.254' />
    </dhcp>
  </ip>
</network>


$ cat /etc/network/interfaces 
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

-- 
4th network extremely slow/broken
https://bugs.launchpad.net/bugs/288379
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to