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] [Q] eth0 not up on dom0

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [Q] eth0 not up on dom0
From: Bharadwaj Yadavalli <bharadwaj.yadavalli@xxxxxx>
Date: Thu, 24 Mar 2005 16:31:22 -0500
Delivery-date: Thu, 24 Mar 2005 21:33:42 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Mail-followup-to: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Reply-to: Bharadwaj Yadavalli <bharadwaj.yadavalli@xxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.3.99i
Apologies if this is trivial and an FAQ. Google search
hasn't helped.

I have been unsuccessful in getting eth0 interface up in
dom0. My linux installation is FC3 and I get my address via
DHCP. I am running Linux 2.6.11-xen0. I see the following
steps recommended in the bridge-utils HOWTO page

1. Zero IP the interfaces. The bridge needs the network
   devices to be operational, but without TCP/IP running on
   them. 
      # ifconfig eth0 0.0.0.0

2. Create the bridge interface.
      # brctl addbr mybridge
3. Add interfaces to the bridge.
      # brctl addif mybridge eth0

[I believe steps 2 amd 3 will be done by executing 
 xend start. I verified this by running 'brctl show' 
 after I ran 'xend start']

4. Put up the bridge.
      # ifconfig xen-br0 up

Now that I have the bridge up, I tried running 

    ifup eth0

to get an IP address.

I get the following:

  "Determining IP information for eth0...PING
   <my.dhcp.server.address> from
   <what-I-think.is-the-IP.address.I-was-assigned>: eth0"

[usual ping statistics stuff]

failed.

I suspect I am close but not there. Can someone provide the
nudge please?

Thanks,

Bharadwaj



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