Displaying 1 result from an estimated 1 matches for "qemu_nic1".
Did you mean:
  qemu_nic2
  
2007 Apr 18
0
[Bridge] Virtual network and bridges
...rding mechanisms of the Linux 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 d...