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

Re: [Xen-users] Re: Guests stops at "Sending DHCP requests ..."

To: Flavio <fbcyborg@xxxxxxxxx>
Subject: Re: [Xen-users] Re: Guests stops at "Sending DHCP requests ..."
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Tue, 24 Nov 2009 06:33:57 -0800 (PST)
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 24 Nov 2009 06:34:46 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1259073237; bh=rbwkoNJAF2Usa1npL+YLS4+cFwJQ/wHP/hVO5B6+TW8=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=TTLNFYjIihJiqEXDrqDKcCgaOZ7QQQ0hS1kih0SUVQEs6GN24JFs7bbSJSNuQedYOcNResP6XShhwbG7VK2IXUgEwFzEMb2h3q3X7T7l9d+ajphPT9pTokYtyn5rZssBoA+cOox/LNAGCMVYFtMtbh67VZlu4TcRyDPfMSdl96U=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=DWATDUQcfuEjLvPvdCBys5g+NOQVj9C95KDVdijdvwjGR8mYBNOLGryBerJW2SLFYGfE9BWQpWbHWDdpXhmlNZ6A2B+akYn0AZ/N/hlY0GHF8N/OtYrXQOpx9Sh7qYwsrFiEvOabt9oMfduGnBfTWWnUJE+wEwWSirubImSwd60=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <d75259650911240525t6a7470b5tca60eea611575950@xxxxxxxxxxxxxx>
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
>> Comment out all xen-bridge declarations in /etc/xen/xend-config.sxp
>> and manually edit /etc/network/interfaces as follows

If this is done. It's network issue. Xen has nothing to do with DHCP bridge.

Boris.

--- On Tue, 11/24/09, Flavio <fbcyborg@xxxxxxxxx> wrote:

From: Flavio <fbcyborg@xxxxxxxxx>
Subject: Re: [Xen-users] Re: Guests stops at "Sending DHCP requests ..."
To: "Boris Derzhavets" <bderzhavets@xxxxxxxxx>
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Tuesday, November 24, 2009, 8:25 AM

No more ideas?

F.

2009/11/22 Flavio <fbcyborg@xxxxxxxxx>:
> Gentoo Linux network config file is a little bit different, but
> before to modify something there, I guess there's something
> other to check, since this network configuration has always worked
> for me.
>
> F.
>
> 2009/11/22 Boris Derzhavets <bderzhavets@xxxxxxxxx>
>>
>> I used to set up bridge manually on Ubuntu Servers ( > 8.10)
>>
>> Comment out all xen-bridge declarations in /etc/xen/xend-config.sxp
>> and manually edit /etc/network/interfaces as follows
>>
>> root@IntrepidSRV:~# cat /etc/network/interfaces
>> # This file describes the network interfaces available on your system
>> # and how to activate them. For more information, see interfaces(5).
>> # The loopback network interface
>> auto lo
>> iface lo inet loopback
>> # The primary network interface
>> auto eth1
>> iface eth1 inet dhcp
>> # Bridge definied
>> auto xenbr0
>> iface xenbr0 inet static
>> address 192.168.1.45
>> network 192.168.0.0
>> netmask 255.255.255.0
>> broadcast 192.168.1.255
>> gateway 192.168.1.1
>> bridge_ports eth1
>> bridge_fd 9
>> bridge_hello 2
>> bridge_maxage 12
>> bridge_stp off
>>
>> Boris
>>
>> --- On Sun, 11/22/09, Flavio <fbcyborg@xxxxxxxxx> wrote:
>>
>> From: Flavio <fbcyborg@xxxxxxxxx>
>> Subject: Re: [Xen-users] Re: Guests stops at "Sending DHCP requests ..."
>> To: "Boris Derzhavets" <bderzhavets@xxxxxxxxx>
>> Cc: xen-users@xxxxxxxxxxxxxxxxxxx
>> Date: Sunday, November 22, 2009, 4:15 PM
>>
>> 2009/11/22 Boris Derzhavets <bderzhavets@xxxxxxxxx>
>> >
>> > Looks like Xen 3.1 in Xen 3.2 and higher
>> >   eth0   ..............  peth0
>> > or manual bridge set up.
>> Yes, I set up a bridge manually.
>>
>> config_eth0=( "null" )
>>
>> bridge_xenbr0="eth0"
>>
>> brctl_xenbr0=(
>> "setfd 0"
>> "stp off"
>> )
>>
>> config_xenbr0=(
>>    "dhcp"
>> )
>>
>>
>> > Just very simple question.
>> > If you assign static IP to DomU ( from corresponding subnet) can you ping Dom0 ?
>> I can tell you something more: if I let the machine (for example
>> debian lenny) continue the
>> boot process after the "Senting DHCP request ...", after few minutes,
>> it goes ahead and
>> I get the login prompt. Futhermore, after the login i type:
>> dhclient eth0
>> and all perfectly works. eth0 gets an IP address and can ping the host
>> system as well.
>>
>> A strange fact happens: if I try to boot a gentoo domU, it never goes
>> ahead and the
>> login prompt never come, but let's solve the problem on debian lenny as domU.
>>
>> Thanks,
>>
>> F.
>>
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@xxxxxxxxxxxxxxxxxxx
>> http://lists.xensource.com/xen-users
>>
>

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

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>