[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-users] xen 4.3 - bridge with bonding under Debian Wheezy


  • To: <xen-users@xxxxxxxxxxxxx>
  • From: Walter Robert Ditzler <ditwal001@xxxxxxxxxxx>
  • Date: Wed, 14 Aug 2013 12:49:31 +0200
  • Delivery-date: Wed, 14 Aug 2013 10:50:41 +0000
  • List-id: Xen user discussion <xen-users.lists.xen.org>
  • Thread-index: Ac6Y24D0PfEBm1hEQ7+zqApq8pt5/Q==

Hi all,

i have a xen 4.3 installation and would like to have a bridge bond szenario:

***
eth0        eth1
    |              |
        bond0
             |
           br0
             |
vif             = [ 'bridge=br0,mac=xx:xx:xx:xx:xx:xx' ]
***

With the network script in debian wheezy

***
/etc/network/interfaces
auto bond0
iface bond0 inet manual
  slaves eth0 eth1
  bond-mode 0

auto br0
iface br0 inet static
  address 100.x.x.x
  netmask 255.255.255.0
  network 100.x.x.0
  broadcast 100.x.x.255
  gateway 100.x.x.19
  bridge_ports bond0
  bond-miimon        100
  bond-lacp_rate     1
  bond-downdelay     200
  bond-updelay       200
  address            0.0.0.0
  netmask            0.0.0.0
***

***
/etc/sysctl.conf

#kernel.printk = 3 4 1 3
#net.ipv4.conf.default.rp_filter=1
#net.ipv4.conf.all.rp_filter=1
#net.ipv4.tcp_syncookies=1
net.ipv4.ip_forward=1
#net.ipv4.conf.br0.proxy_arp=1
#net.ipv4.conf.eth0.proxy_arp=1
#net.ipv4.conf.eth1.proxy_arp=1
#net.ipv6.conf.all.forwarding=1
#net.ipv4.conf.all.accept_redirects = 0
#net.ipv6.conf.all.accept_redirects = 0
#net.ipv4.conf.all.send_redirects = 0
#net.ipv4.conf.all.accept_source_route = 0
#net.ipv6.conf.all.accept_source_route = 0
#net.ipv4.conf.all.log_martians = 1
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0
***

Any idea what I'm doing wrong here??????

Thanks a lot,

Walter

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.