List-id: Xen user discussion <xen-users.lists.xensource.com>
Ok, now i didnt get the error, and it is everything working but why i have to do this, and the xen-create-imagen said that i use the scritp unless my vm doesnt have network connectivity.
Just disable the network-bridge script in the xend-config file.
Regards
Le 28/11/2011 18:08, Fran RodrÃguez a ÃcritÂ:
Thank you Szalai and Olivier for the answers, i try
thats configurations but it doesnt work for me... Ive been using
xen system from repositories, my bonding.conf on /etc/modprobe.d/
is
alias bond0 bonding
options mode=1 ...
And my interface file is like you told me. Well, when i
restarted the machines, i got this for the screen :
"Cannot find device br0
/etc/xen/scripts/network-bridge line240 sigerr: command not
found"
The commando on that line is ip... ? and it exits. This is
the lines, it seems something is missing... Any idea?ÂÂÂ ÂÂ
ip link set ${netdev} name ${pdev}
ip link set ${tdev} name ${bridge}
Thank you guys
On Mon, Nov 28, 2011 at 4:48 PM, Szalai
BalÃzs <szalaib@xxxxxxxxxx>
wrote:
Hi!
This is a working configuration on Squeeze:
[/etc/network/interfaces]
auto eth1
iface eth1 inet manual
auto eth2
iface eth2 inet manual
auto bond0
iface bond0 inet manual
slaves
eth1 eth2
bond-mode
4
bond-miimon
100
bond-lacp_rate
1
bond-downdelay
200
bond-updelay
200
auto br0
iface br0 inet static
bridge_ports
bond0
address
172.16.1.140
netmask
255.255.255.0
gateway
172.16.1.52
bridge_stp
on
bridge_fd
0
[domU vif config]
vif     = [
'bridge=br0,ip=172.16.1.141,mac=00:16:3E:75:05:90' ]
I got a problem with this stuff for a long
time, and the problema come when we update our
servers to the version Squeeze, on Lenny it works
perfectly. On squeeze machines the bonding works
ok until i install the xen system. I saw many
tutorials on internet and i dont know what to do
more. Anyone could explain what its the normal
process to get work this feature? or tell me where
i can read something ? i am very frustrated.Â