Displaying 2 results from an estimated 2 matches for "qemu1".
Did you mean:
  qemu
  
2012 Jul 24
0
help about libvirt console
Hi list,
My xml is like below, it works well with "virsh console qemu1"
<domain type='kvm'>
  <name>qemu1</name>
  <memory>1024000</memory>
  <currentMemory>512000</currentMemory>
  <vcpu>1</vcpu>
  <os>
    <type arch='x86_64' machine='pc'>hvm</type>
    <boot de...
2007 Apr 18
0
[Bridge] Virtual network and bridges
...x kernel.
I'd like to simulate such a network:
        Internet        
          | 
   (eth0:@public address) 
         * host *
          |
         br0 (@192.168.0.254)
          |
    tap0      ...                  NETWORK 192.168.0.0/24
     |              
    qemu_nic1(@192.168.0.5)
  * QEMU1 *
    qemu_nic2@(192.168.1.254)
     |
    tap1
          |
         br1                      NETWORK 192.168.1.0/24
          |
    tap2    ....
     |
    qemu_nic3@(192.168.1.5)
   * QEMU 2*
	
(I hope this picture has been properly displayed on your mail clients...)
To do that I created the two...