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-ia64-devel

[Xen-ia64-devel] [Knowhow] Enable network of VTi domian(FYI)

To: <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-ia64-devel] [Knowhow] Enable network of VTi domian(FYI)
From: "Zhang, Xiantao" <xiantao.zhang@xxxxxxxxx>
Date: Fri, 13 Jan 2006 11:43:53 +0800
Delivery-date: Fri, 13 Jan 2006 03:50:25 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcYX85KCLg6TpFJKRsuD9eoJxxBsuA==
Thread-topic: [Knowhow] Enable network of VTi domian(FYI)
Hi all,
Currently, due to no implementation for VNIF driver in Xen0, So the
network of VTi domain can't work with the latest configuration. This is
a knowhow for enabling it with a legacy mode which directly connects
bridge rather than through vnif.

1. copy network-bridge(attachment)  /etc/xen/scripts/network-bridge
-->>overwrite the old one.

2. Enbale the NIC option in VTi's configuration file.
>>>>>>>>>>>>>>>>>>>>----------------<<<<<<<<<<<<<<<<<<<<<<<<<
# Optionally define mac and/or bridge for the network interfaces.
# Random MACs are assigned if not given.
#vif = [ 'type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0' ]
# type=ioemu specify the NIC is an ioemu device not netfront
vif = [ 'type=ioemu, bridge=xenbr0' ]<<<<<<<<<<<<< Enable this line .
# for multiple NICs in device model, 3 in this example
#vif = [ 'type=ioemu, bridge=xenbr0', 'type=ioemu', 'type=ioemu']
>>>>>>>>>>>>>>>>>>------------------<<<<<<<<<<<<<<<<<<<<<<<<<
BTW, if you don't want to enable network of VTi domain, had better
disable this line in case that it may bring some side effect such as
wasting more time for probing network when starting VTi domain and so
on.

3. Xend start

4. Create VTi domain.
Thanks!
Zhang Xiantao
CSD-OTC PRC Virtualization 
Intel (China) Limited 

Attachment: network-bridge
Description: network-bridge

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-ia64-devel] [Knowhow] Enable network of VTi domian(FYI), Zhang, Xiantao <=