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] Network problem

To: Xen User-List <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Network problem
From: "Fajar A. Nugraha" <fajar@xxxxxxxxx>
Date: Wed, 27 May 2009 10:10:04 +0700
Delivery-date: Tue, 26 May 2009 20:10:49 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <COL107-W56C3A58C9DC4CE4789CA34BF530@xxxxxxx>
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>
References: <COL107-W56C3A58C9DC4CE4789CA34BF530@xxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Wed, May 27, 2009 at 8:44 AM, Jk . <jankarlitos@xxxxxxxxxxx> wrote:
> Hi, I'm trying to install xen with this configuration:
>
>     dom0 -> Centos 5.3

>     Centos kernel = (2.6.18-128.1.10.el5.centos.plusxen)

>
> I'm having some problems trying to install xen on my mychine, but i've been
> able to solve all of them but one: i can't reach my gateway from dom0.
>
> With the normal kernel i CAN ping the gateway, but when i switch to
> kernel-xen i CAN'T.

>                 Address - 192.168.2.8
>                 Mask - 255.255.255.0
>                 Gateway - 192.168.2.1 (I can´t ping here)

Try this :
- make sure iptables is disabled, and check again
- ifconfig eth0 0.0.0.0 down
- ifconfig xenbr0 192.168.2.8/24 up

Try pinging the gateway. If it works, probably there's a bug in
netloop module. You can try earlier kernel version ( < 2.6.18-128 ),
and file a bug to Centos.

Another alternative is to setup bridging from the OS, not using Xen's
bridge script (which is what I have in my setup).

-- 
Fajar

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

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