Gentoo Archives: gentoo-user

From: Jonathan Wright <mail@×××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Configure two bridges in /etc/conf.d/net
Date: Mon, 17 Oct 2005 11:26:53
Message-Id: 43538948.1000809@djnauk.co.uk
In Reply to: [gentoo-user] Configure two bridges in /etc/conf.d/net by Denny Schierz
1 Denny Schierz wrote:
2 > bridge="xenintbr"
3 > config_xeninetbr=( "10.0.10.3/24" )
4 > brctl_xeninetbr=( "setfd 0" "sethello 0" "stp off" )
5 >
6 > What is wrong?
7
8 I've not setup a bridge before, but according the example in
9 /etc/conf.d/net.example;
10
11 # To add ports to bridge br0
12 #bridge_br0="eth0 eth1"
13
14 #config_br0=( "dhcp" )
15 (and so on...)
16
17
18 >From the looks of it, you haven't told the system which two network
19 ports need to be bridged together. Also, do you have
20 net-misc/bridge-utils installed?
21
22 --
23 Jonathan Wright ~ mail at djnauk.co.uk
24 ~ www.djnauk.co.uk
25 --
26 2.6.13-gentoo-r3-djnauk-b1 Intel(R) Pentium(R) 4 Mobile CPU 1.80GHz
27 up 1 day, 10:34, 2 users, load average: 0.31, 0.15, 0.05
28 --
29 "The next time someone asks you, 'Hey, howdja get to be a
30 homosexual anyway?' tell them, 'Homosexuals are chosen first on
31 talent, then interview... then the swimsuit and evening gown
32 competition pretty much gets rid of the rest of them.'"
33
34 ~ Karen Williams
35 --
36 gentoo-user@g.o mailing list

Replies

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