Gentoo Archives: gentoo-user

From: Patrick Marquetecken <patrick.marquetecken@×××××××.be>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Bridging problems with new baselayout
Date: Fri, 07 Oct 2005 10:25:53
Message-Id: 35582.212.190.229.68.1128680412.squirrel@rivendell.arda.org
1 Hi,
2
3 I'm having trouble to get bridging working with the new baselayout
4 I followed a example of gentoo-wiki
5
6 config_eth0=( "10.32.3.52/22" )
7 config_eth1=( "10.32.100/28" )
8 config_eth2=( "10.32.100.18/28" )
9 config_eth3=( "null" )
10 config_tap0=( "0.0.0.0 promisc" )
11 config_br0=( "10.32.100.99" )
12 bridge_br0="eth3 tap0"
13 depend_br0 () {
14 need net.tap0 net.eth3
15 }
16
17 when i bring up the net.br0 i get this error:
18
19 * Please make sure that /etc/conf.d/net has $ifconfig_eth3 set
20 * (or $iface_eth3 for old-style configuration)
21 * ERROR: Problem starting needed services.
22 * "net.br0" was not started.
23
24 If i run all the commands with ifconfig i get it working.
25
26 Whats wrong in my /etc/conf.d/net ?
27
28 TIA
29 Patrick
30
31 --
32
33
34 This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
35 --
36 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Bridging problems with new baselayout - SOLVED Patrick Marquetecken <patrick.marquetecken@×××××××.be>