|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Can't ping gateway (SOLVED !!!!)
HI again,
This is the solution to my problem, hope it helps someone in the future.
First of all, thanks to Ramachandran Radhakrishnan for helping me with this.
The problem was my NIC: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
What happens, is that the NIC's driver sets the HWADRRESS = FE:FF:FF:FF:FF:FF, and that's the same address used in xenbr0
What you need to do, is set the address manually. in Centos you can do this by setting /etc/sysconfig/network-scripts/ifcfg-eth0
you need to set MACADDR=00:00:de:50:f1:45 (just an example)
be sure you set MACADDR and not HWADDR
and that's it !!!! thanks, to everyone... now i can continue my virtualization process...
>Hi, I'm trying to install xen with this configuration: > > dom0 -> Centos 5.3 > dom1 -> Fedora 10 > dom2 -> Fedora 10 > > Centos kernel = (2.6.18-128.1.10.el5.centos.plusxen) > XEN Version = 3.0.3 > > > 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. > > - I'm using the default xen configuration, with only 1 NIC. I haven't modified any script. > > - I have these interfaces: eth0, lo, peth0, vif0.0, virbr0, xenbr0 > >- My Eth0: (I set this manually with 'setup' command) > > Address - 192.168.2.8 > Mask - 255.255.255.0 > Gateway - 192.168.2.1 (I canīt ping here) > >- Also, I'm getting this message > > "vif0.0: received packet with own address as source address" > >- route -n > > Destination Gateway Genmask Flags Metric Ref Use Iface > 192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 > 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0 > 169.254.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 > 0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 eth0 > > > i've been troubleshooting this for several days, but i'm about to give up... > > i will appreciate any help...
Discover the new Windows Vista Learn more!
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] Can't ping gateway (SOLVED !!!!),
Jk . <=
|
|
|
|
|