[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] "received packet with own address as source address"
Hello Tiago, one more brazilian guy around here ;) I'm just having a quick look on the list messages, since today I'm a bit out of time, just maybe this helps you .. I got that message when my xenbr0/peth0 (yes, the real eth0, renamed by xend scripts) interfaces (or whatever bridge name you are using) have a MAC address configured in it. I don't know rh-style configs, but on command line : ip link set xenbr0 down ip link set xenbr0 addr fe:ff:ff:ff:ff:ff ip link set xenbr0 up same with peth0 ip link set peth0 down ip link set peth0 addr fe:ff:ff:ff:ff:ff ip link set peth0 up just don't forget to write down the mac address of your peth0 (ip link show peth0) before setting it to the broadcast one and put it in your dom0 eth0 (ip link set eth0 down; ip link set eth0 addr <your_mac_addr>; ip link peth0 up). If it works, as homework you look how to do this in the normal network boot scripts ;) Ate mais ;) []'s should solve the problem On Fri, 2006-10-27 at 18:47 -0300, Tiago Cruz wrote: > Hello again, folks! > > I'm getting one strange problem with FC5 running on XEN 3.0.3 x64... > > The MRTG point to my machine with XEN running one absurd volume of > output data sent (normal is around 6 MB/s) and when XEN is working we > get 80 MB/s until my DRAC is alive... after this, the machine crash, > DRAC stop do reply, swith stop do work together... > > Anyone knows whats happening now? ;) > > Thanks again! > > > _______________________________________________ > 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |