 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] (no subject)
 I have my Debian Dom0 setup in a similar fashion with multiple working HVM's, your configuration is missing or has an invalid bridge. If you haven't already, install bridge-utils and modify your interfaces file to this: auto lo xenbr0 iface lo inet loopback iface eth0 inet manual iface xenbr0 inet static 	bridge_ports eth0 	address 222.28.246.107 	netmask 255.255.255.248 	gateway 222.28.246.105 	bridge_hello 2 	bridge_maxage 12 	bridge_fd 0 	bridge_stp off To add this network bridge to your HVM's the "vif" would be: 
vif=['bridge=xenbr0,model=e1000'] The bridge "static" IP will apply to your Dom0 instead of the Eth0 static IP.  The bridge will connect both HVM's to the same network as your Dom0. On Wed, Apr 11, 2012 at 5:16 AM, Ian Campbell <Ian.Campbell@xxxxxxxxxx> wrote: 
 _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |