|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Re: bonding ethernet and xen 3.2.1 or later.
Massimiliano De Ruosi <max.deruosi@xxxxxxxx> writes:
> I'm not using vlans [...] I tried to simply cut off vlan interfaces
> in /etc/network/interfaces, substituting bond0 to vlanX in bridge
> definition, but it didn't work: dom0 could not ping the gateway. I
> suppose a route issue (any idea?).
You aren't supposed to directly use (like assign an IP address to)
interfaces which are bridge ports, like bond0 in your case. You have
to assign the address to the bridge interface, exactly as you did.
Notice that in my case bond0 was not a port of any bridge. The
"physical" bridge ports were the VLAN interfaces over bond0.
> This setup is still suboptimal for me: using bond_miimon is ok to
> detect a nic or a cable failure, but it cannot detect the fail of
> active path if the link doesn't go down. Using bond_arp_ip_target
> (and bond_arp_interval) should be the solution, but it doesn't work in
> this configuration. I Keep work on it.
I never did it myself, but it really should just work.
--
Cheers,
Feri.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|