hi,

i need two bridges, but i don't understand, how to configure it
in /etc/conf.d/net:

#############################
#
# Bridge
#
##############################

## Internal Bridged Network.

bridge="xenintbr"
config_xeninetbr=( "10.0.10.3/24" )
brctl_xeninetbr=( "setfd 0" "sethello 0" "stp off" )

## Internal Bridged Network for Internet

bridge="xeninetbr"
config_xenintbr=( "10.0.5.1/24" )
brctl_xenintbr=( "setfd 0" "sethello 0" "stp off" )

#depend_br0() {
#       need net.eth0 net.eth1
#}

Links:

lrwxrwxrwx  1 root root    18 Oct 17 12:56 /etc/init.d/net.xeninetbr
-> /etc/init.d/net.lo
lrwxrwxrwx  1 root root    18 Oct 17 12:56 /etc/init.d/net.xenintbr
-> /etc/init.d/net.lo

Starting:

rohan init.d # /etc/init.d/net.xenintbr start
 * Starting xenintbr
 *   Bringing up xenintbr
 *     10.0.5.1/24
 *     xenintbr does not
exist                                                                           
                              

[ !! ]
rohan init.d # nano /etc/conf.d/net
rohan init.d # /etc/init.d/net.xeninetbr start
 * Starting xeninetbr
 *   Bringing up xeninetbr
 *     10.0.10.3/24
 *     xeninetbr does not exist 


What is wrong?

cu denny

-- 
Sicherheit verständlich http://www.sides.de
GnuPG Key http://pgp.upb.de:11371/pks/lookup?op=get&search=0xAB7D3FE0

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to