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

[Xen-devel] Trivial fix for vif-bridge

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Trivial fix for vif-bridge
From: Grahame Bowland <grahame@xxxxxxxxxxxxxx>
Date: Thu, 17 Feb 2005 18:26:57 +0800
Delivery-date: Thu, 17 Feb 2005 10:27:41 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Hi guys

I have no idea if this was the right solution to the problem, but I've got a Debian/testing (latest packages) machine that I just ugpraded to Xen 2.0.4 from Xen 2.0.1.

I had the problem that the vif interfaces weren't up, so nothing was happening on the network. I've modified vif-bridge to contain the following line at the end:
ifconfig "$vif" up

The change fixed things, so I was just wondering if perhaps some change in bridge-tools means this is necessary. Anyone else having this problem?

A sample domain config affected is:
kernel = "/boot/vmlinuz-2.6.9-xenU"
memory = 256
name = "billy"

nics = 1
ip = "130.95.3.69"
netmask = "255.255.255.224"
gateway = "130.95.3.65"
hostname = "billy.angrygoats.net"

disk = ['file:/servers/a/billy/rootfs,sda1,w', 'file:/servers/a/billy/swapfs,sda
2,w' ]
root = "/dev/sda1 ro"

--
Grahame Bowland                       Email: grahame.bowland@xxxxxxxxxx
University Communications Services    Phone: +61 8 6488 1175
The University of Western Australia     Fax: +61 8 6488 1109
                                     CRICOS: 00126G



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

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