|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Network problem
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
|
|
|
|
|