|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [INFO] Setting up bridges in Debian /etc/network/interfaces
OK, after a bit of playing around, I managed to figure out how to set
up /etc/network/interfaces without the network-bridge script. Below
is an example system that has 2 nics, one with a dynamic IP address
and one with a static IP, and two bridges, one for each nic.
Hopefully it will be of help to those affected by the xencommons /
xend config change. :-)
-George
----
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
auto lo xenbr0 xenbr1
iface lo inet loopback
allow-hotplug eth0
allow-hotplug eth1
iface eth0 inet manual
iface eth1 inet manual
iface xenbr0 inet dhcp
bridge_ports eth0
iface xenbr1 inet static
address 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
bridge_ports eth1
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [INFO] Setting up bridges in Debian /etc/network/interfaces,
George Dunlap <=
|
|
|
|
|