WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Using of bonded interfaces for xen dom0 (debian)

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Using of bonded interfaces for xen dom0 (debian)
From: Mark Schneider <ms@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 26 Aug 2011 09:20:20 +0200
Delivery-date: Fri, 26 Aug 2011 00:23:16 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110307 Icedove/3.0.11
Hello,

Where can I find a link (or docs) to *working* network config for xen 4.1.2?

My tests (s. below) were not successful.

Thank you in advance for any hints.

Regards, Mark

# ---
root@xen411dom0:~# cat /etc/network/interfaces
# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.

auto lo
iface lo inet loopback

auto bond0
iface bond0 inet static
    ##bridge_ports eth0
    address 192.168.1.150
    netmask 255.255.255.0
    network 192.168.1.0
    broadcast 192.168.1.255
    gateway 192.168.1.1
    slaves eth0 eth2
    bond-mode active-backup
    #bond-mode 802.3ad
    bond-miimon 100
    bond-downdelay 200
    bond-updelay 200

#auto xenbr0
#iface xenbr0 inet static
#    bridge_ports bond0
#    #bridge_ports eth0 eth2
#    address 192.168.1.150
#    broadcast 192.168.1.255
#    netmask 255.255.255.0
#    gateway 192.168.1.1

auto bond1
iface bond1 inet static
    ##bridge_ports eth0
    address 10.0.1.150
    netmask 255.255.255.0
    network 10.0.1.0
    broadcast 10.0.1.255
    gateway 10.0.1.1
    slaves eth1 eth3
    bond-mode active-backup
    #bond-mode 802.3ad
    bond-miimon 100
    bond-downdelay 200
    bond-updelay 200


#auto xenbr0
#iface xenbr0 inet static
#    bridge_ports eth0 eth2
#    address 192.168.1.150
#    broadcast 192.168.1.255
#    netmask 255.255.255.0
#    gateway 192.168.1.1

#auto xenbr1
#iface xenbr1 inet static
#    bridge_ports eth1
#    address 192.168.1.151
#    broadcast 192.168.1.255
#    netmask 255.255.255.0
#    gateway 192.168.1.1
#
#auto xenbr2
#iface xenbr2 inet static
#    bridge_ports eth2
#    address 10.0.1.152
#    broadcast 10.0.1.255
#    netmask 255.255.255.0
#    gateway 10.0.1.1
#
#auto xenbr3
#iface xenbr3 inet static
#    bridge_ports eth3
#    address 10.0.1.153
#    broadcast 10.0.1.255
#    netmask 255.255.255.0
#    gateway 10.0.1.1

# -----------------------------------------------------------------------------
root@xen411dom0:/etc/xen# grep -v "^ *#[^#]" xend-config.sxp

(xend-http-server yes)
(xend-unix-server yes)

(xend-port            8000)

### (network-script network-bridge)
### (network-script 'network-bridge netdev=bond0 antispoof=yes')

(vif-script vif-bridge)

## Use the following if network traffic is routed, as an alternative to the

## Use the following if network traffic is routed with NAT, as an alternative

(dom0-min-mem 0)
(dom0-cpus 0)

(vnc-listen '0.0.0.0')
(vncpasswd '')

--
ms@xxxxxxxxxxxxxxxxxxxxxx


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Using of bonded interfaces for xen dom0 (debian), Mark Schneider <=