Hello all,

Firstly, thanks for all the reccomendations for finding good, 
cheap hardware! I ended up purchasing a Dell PowerEdge 1950.

Secondly, I have Xen installed on a Debian Squeeze server and a 
VM set up and configured, and everything is looking good. The 
one last thing I wish to do is set up multiple bridges.

I have one private interface on eth0 on Dom0 and one public on 
eth1. I have changed the line '(network-script network-bridge)' 
to '(network-script network-bridge-custom)' in my xend-
config.sxp.

The file /etc/xen/scripts/network-bridge-custom is as follows:

#!/bin/sh 
dir=$(dirname "$0") 
"$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=eth0 
"$dir/network-bridge" "$@" vifnum=1 netdev=eth1 bridge=eth1

brctl show lists the following:

bridge name     bridge id               STP enabled     interfaces
eth0            8000.0019b9efaf65       no              peth0
                                                                                
            tap1.0
                                                                                
            vif1.0
                                                                                
            vif2.0
eth1            8000.0019b9efaf67       no              peth1
                                                                                
            tap1.1
                                                                                
            vif1.1
                                                                                
            vif2.1

The vif portion of my VM configuration file is as follows:

vif         = [
        'ip=192.168.1.8,mac=00:16:3E:6D:FE:14,bridge=eth0',
        'mac=00:16:3E:6E:FA:15,bridge=eth1',
]


The problem I am having is that eth1 on DomU won't get an IP via 
DHCP and when I set the ip manually it still refuses to work.

What did I do wrong?

-- 
Jessie Adan Morris
Mobile: (801) 380-6820
Email: jes...@confettiantiques.com

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to