Re: [gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Jonathan Wright
Denny Schierz wrote: Rather than having 'need net.eth0 net.eth1', stick in the code/functions that create the interfaces. You can create the bridge then and it should work on reboot. It works, i made a simply script, that creates the devices, before "net" starts. :-) np. -- Jonathan Wright

Re: [gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Denny Schierz
hi, On Mo, 2005-10-17 at 13:19 +0100, Jonathan Wright wrote: > Rather than having 'need net.eth0 net.eth1', stick in the code/functions > that create the interfaces. You can create the bridge then and it should > work on reboot. It works, i made a simply script, that creates the devices, before

Re: [gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Jonathan Wright
Denny Schierz wrote: >>or are you trying to create the bridges aswell from scratch? > > jupp, creating from scratch. the bridges don't exist, at startup. >From the sounds of it, that's ur problem. The script doesn't know it needs to create the bridges and assumes they're there ready. As you have

Re: [gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Denny Schierz
hi, On Mo, 2005-10-17 at 13:00 +0100, Jonathan Wright wrote: > or are you trying to create the bridges aswell from scratch? jupp, creating from scratch. the bridges don't exist, at startup. -- Sicherheit verständlich http://www.sides.de GnuPG Key http://pgp.upb.de:11371/pks/lookup?op=get&sear

Re: [gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Jonathan Wright
Denny Schierz wrote: >>From the looks of it, you haven't told the system which two network >>ports need to be bridged together. Also, do you have >>net-misc/bridge-utils installed? > > no, i haven't cause these are only virtual devices for xen. They don't > have to do any with eth0/1. > > I can d

Re: [gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Denny Schierz
hi, On Mo, 2005-10-17 at 12:21 +0100, Jonathan Wright wrote: > From the looks of it, you haven't told the system which two network > ports need to be bridged together. Also, do you have > net-misc/bridge-utils installed? no, i haven't cause these are only virtual devices for xen. They don't have

Re: [gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Jonathan Wright
Denny Schierz wrote: > bridge="xenintbr" > config_xeninetbr=( "10.0.10.3/24" ) > brctl_xeninetbr=( "setfd 0" "sethello 0" "stp off" ) > > What is wrong? I've not setup a bridge before, but according the example in /etc/conf.d/net.example; # To add ports to bridge br0 #bridge_br0="eth0 eth1" #co

Re: [gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Denny Schierz
On Mo, 2005-10-17 at 13:00 +0200, Denny Schierz wrote: > i need two bridges, but i don't understand, how to configure it > in /etc/conf.d/net: [...] > What is wrong? saw a small typo in xenintetbr and xenintbr, but nothing changed. It does not work. -- Sicherheit verständlich http://www.sides

[gentoo-user] Configure two bridges in /etc/conf.d/net

2005-10-17 Thread Denny Schierz
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"