I have a Xen-enabled host and Libvirtd running on a machine. The LAN (on eth0) is 192.168.1.0/24
, and the host has 192.168.1.174
as its main IP address.
Now what I want to do is to create a domU instance (using virt-install
) and have it on that physical network, giving an IP address like 192.168.1.200
.
I have no bridges except one NAT bridge I was able to set up with libvirt:
root@host:~/xen# brctl show
bridge name bridge id STP enabled interfaces
nat 8000.feffffffffff yes vif13.0
The nat
network works perfectly. Is there a way to create a bridged network using libvirt alone? Can someone please provide me the XML for it?