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] Multiple Bridges and Multiple physical nic's

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Multiple Bridges and Multiple physical nic's
From: "xen rkar" <xen.rkar@xxxxxxxxx>
Date: Mon, 17 Nov 2008 10:09:13 +0530
Delivery-date: Sun, 16 Nov 2008 20:39:58 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=rUsHifQFbVY2BxibMPhgVQCK37PcGNjtIreNwi//aUE=; b=gIQrcudquHD5/q/YSBDWNK/WcnTSYgfZ1jVi8hnZ/1oGbljEgpAiva7ZupKEQjgkNz bYlWaBb4qNE87oVgk6pGBkpOohBZ66OuKMyvY4ztd6fnCcX5TdInhrKUsSddJkMgW1zT +b5QsidvVlL3MOvVwg39MWt9Qp/3Kc5Rd5Q3I=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=lqirDIE5lDhdDyRDyW0vY6cH8eBE3sxiSMwGRs3N5VeElRdOvedikZUEy4/LmzgMQ/ 3UphkmGTyUM33Rj4HR4y/FyUz8/C+7mzxn1hjrIRUkKCgq2rp1AjiY5hz+4xg+JLr2Sk eeQz568yKzDErU95btJEwYOQUtOb5+NMA68vY=
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

I was following the steps on creating a new bridge and attaching a
physical nic to it.

******Steps mentioned in
http://wiki.xensource.com/xenwiki/XenNetworking#head-d5446face7e308f577e5aee1c72cf9d156903722
*****************

if you want to use multiple bridges, you must create them yourself,
either manually, or via your own startup script, or via a custom
script to replace network-bridge. For example:

$ cd /etc/xen/scripts
$ cp network-bridge network-custom
$ cp vif-bridge vif-custom
$ vi /etc/xen/xend-config.sxp
        (network-script network-custom)
        (vif-script vif-custom)
$ vi network-custom
        # whatever you want

******************End of suggested steps***********

However I get the following error when trying to reset the mac. Is it
ok to continue to the next step? and what was the intent of this
particular step.

# ip link set eth1 mac fe:ff:ff:ff:ff:ff arp off
#Error: either "dev" is duplicate, or "mac" is a garbage.


Thanks,

Regards,
Karthik

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

<Prev in Thread] Current Thread [Next in Thread>