[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: Re; [Xen-users] Ethernet has Alzheimers
Ok, I've a sneaking suspicion after a couple of tests that this may be the cure. It needs to go into /etc/xen/scripts/xen-network-common.sh I notice over recent versions there have been a number of people commenting on what looks like the same problem, nobody seems to have a definitive fix. My other fix (to date) it to insert static ARP entries with; arp -s <address> <hwaddr> This also seems to be working ... Many thanks, Gareth. ----- Original Message ----- From: "James Harper" <james.harper@xxxxxxxxxxxxxxxx> To: "Gareth Bult" <gareth@xxxxxxxxxxxxx>, "Matthew Crocker" <mcrocker@xxxxxxxxxxx> Cc: xen-users@xxxxxxxxxxxxxxxxxxx Sent: Tuesday, January 8, 2008 12:48:02 AM (GMT) Europe/London Subject: RE: Re; [Xen-users] Ethernet has Alzheimers > xenbr0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > > xenbr1 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 Not sure if this is the problem, but I think you need to turn ARP off on your bridge interfaces. Something like: " ip link set xen-br0 arp off " or, if you prefer ifconfig: " ifconfig xen-br0 -arp " should do the trick. On my system, xen-br0 would sometimes respond to arp requests, even though it had no IP address of its own. James _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |