|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Using of bonded interfaces for xen dom0 (debian)
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 <=
|
|
|
|
|