WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Networking with HVM-Guests

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Networking with HVM-Guests
From: Thomas Halinka <lists@xxxxxxxxx>
Date: Sun, 04 Jan 2009 23:18:03 +0100
Delivery-date: Sun, 04 Jan 2009 14:18:50 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Reply-to: lists@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

im running some modified networking-scripts which do routing and do an
internal bridge. So each VM has a public IP (routed) AND a IP from the
private LAN (bridged).

e.g.:

vif         = [ 'mac=00:16:ff:ff:11:DE, ip=88.198.87.27,
vifname=proxy-vif','mac=00:16:ff:ff:27:53, ip=192.168.132.27,
vifname=proxy-vif-br' ]

Explanation: vif with vif are routed and those with vif-br resist on the
internal bridge.

This works fine for PV-Guests, but how should it look for HVM?


I tried

vif=[ 'type=ioemu,bridge=xeninternbr0','ip=88.198.87.25,
vifname=resource02-vif' ]

vif=[ 'type=ioemu,vifname=resource02-vif-br','ip=88.198.87.25,
vifname=resource02-vif' ]
etc....

but none of them works.

So how can i attach a "bridged NIC" and a "routed NIC" to a hvm-guest?

Also i cant see any errors in Logs but guest doesn start?!

Many Thanx in Advance

Thomas


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Networking with HVM-Guests, Thomas Halinka <=