Gentoo Archives: gentoo-user

From: Denny Schierz <cuall@×××.de>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] Configure two bridges in /etc/conf.d/net
Date: Mon, 17 Oct 2005 11:05:50
Message-Id: 1129546810.8824.24.camel@dennywin2k
1 hi,
2
3 i need two bridges, but i don't understand, how to configure it
4 in /etc/conf.d/net:
5
6 #############################
7 #
8 # Bridge
9 #
10 ##############################
11
12 ## Internal Bridged Network.
13
14 bridge="xenintbr"
15 config_xeninetbr=( "10.0.10.3/24" )
16 brctl_xeninetbr=( "setfd 0" "sethello 0" "stp off" )
17
18 ## Internal Bridged Network for Internet
19
20 bridge="xeninetbr"
21 config_xenintbr=( "10.0.5.1/24" )
22 brctl_xenintbr=( "setfd 0" "sethello 0" "stp off" )
23
24 #depend_br0() {
25 # need net.eth0 net.eth1
26 #}
27
28 Links:
29
30 lrwxrwxrwx 1 root root 18 Oct 17 12:56 /etc/init.d/net.xeninetbr
31 -> /etc/init.d/net.lo
32 lrwxrwxrwx 1 root root 18 Oct 17 12:56 /etc/init.d/net.xenintbr
33 -> /etc/init.d/net.lo
34
35 Starting:
36
37 rohan init.d # /etc/init.d/net.xenintbr start
38 * Starting xenintbr
39 * Bringing up xenintbr
40 * 10.0.5.1/24
41 * xenintbr does not
42 exist
43
44 [ !! ]
45 rohan init.d # nano /etc/conf.d/net
46 rohan init.d # /etc/init.d/net.xeninetbr start
47 * Starting xeninetbr
48 * Bringing up xeninetbr
49 * 10.0.10.3/24
50 * xeninetbr does not exist
51
52
53 What is wrong?
54
55 cu denny
56
57 --
58 Sicherheit verständlich http://www.sides.de
59 GnuPG Key http://pgp.upb.de:11371/pks/lookup?op=get&search=0xAB7D3FE0

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Configure two bridges in /etc/conf.d/net Denny Schierz <cuall@×××.de>
Re: [gentoo-user] Configure two bridges in /etc/conf.d/net Jonathan Wright <mail@×××××××××.uk>