|
|
|
|
|
|
|
|
|
|
xen-users
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
|
|
|
|
|