Gentoo Archives: gentoo-user

From: Shaochun Wang <scwang@××××××.cn>
To: gentoo user <gentoo-user@l.g.o>
Subject: [gentoo-user] bridge configuration problem
Date: Fri, 08 Aug 2008 02:17:29
Message-Id: 20080808021720.GA11577@localhost
1 Hi All:
2
3 I configure my network bridge as following:
4
5 /etc/conf.d/net
6 # Using Network Bridge
7 bridge_br0="eth0"
8 config_eth0=( "null" )
9
10 # Finally give the bridge an address - dhcp or a static IP
11 config_br0=( "192.168.8.20 netmask 255.255.255.0 brd 192.168.8.255" )
12 routes_br0=( "default gw 192.168.8.1" )
13
14 I also have
15 $ ls -l /etc/init.d/net.*
16 lrwxrwxrwx 1 root root 6 Apr 24 13:22 /etc/init.d/net.br0 -> net.lo
17 -rwxr-xr-x 1 root root 30696 Apr 3 18:27 /etc/init.d/net.lo
18
19 Normally, the bridge works well. But everytime I execute
20 "/etc/init.d/net.br0 restart", the following error occurs:
21 * network interface br0 does not exist
22 * Please verify hardware or kernel module (driver) [ !! ]
23 Then I execute such command one more time, it works well.
24
25 Does anyone know what's wrong with it?
26
27 THX
28
29 --
30 Shaochun Wang <scwang@××××××.cn>
31
32 Jabber: fungusw@××××××.org

Replies

Subject Author
[gentoo-user] Re: bridge configuration problem "Sven Köhler" <skoehler@×××.de>
Re: [gentoo-user] bridge configuration problem Stroller <stroller@××××××××××××××××××.uk>