* [gentoo-dev] OpenRC + Bridge + Tap not working as expected?
@ 2009-02-19 19:20 Ed W
2009-02-19 20:16 ` Josh Saddler
0 siblings, 1 reply; 2+ messages in thread
From: Ed W @ 2009-02-19 19:20 UTC (permalink / raw
To: gentoo-dev
Hi, I am using openrc 0.4.2 and trying to setup a bridge for use with
openvpn. Starting the bridge (/etc/init.d/br0 start) doesn't seem to be
correctly bringing up the dependent interfaces (should it?)
When I try and bring up my bridge I get only this:
# /etc/init.d/br0 start
* Bringing up interface br0
* Destroying bridge br0...
* Removing port eth0... [ ok ]
[ ok ]
* Creating bridge br0...
* Adding ports to br0
* eth0... [ ok ]
* tap0...SIOCGIFFLAGS: No such device
SIOCGIFFLAGS: No such device
interface tap0 does not exist!
SIOCGIFFLAGS: No such device
[ !! ]
* ERROR: net.br0 failed to start
then I check:
#ifconfig
eth0 Link encap:Ethernet HWaddr 00:1b:21:19:09:8d
inet6 addr: fe80::21b:21ff:fe19:98d/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:9717 errors:4 dropped:0 overruns:0 frame:2
TX packets:5923 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1326386 (1.2 MiB) TX bytes:1079556 (1.0 MiB)
Base address:0xa000 Memory:e9020000-e9040000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:4243 errors:0 dropped:0 overruns:0 frame:0
TX packets:4243 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:570436 (557.0 KiB) TX bytes:570436 (557.0 KiB)
(Curious eth0 is up... Lets try and stop it)
#/etc/init.d/net.eth0 stop
* WARNING: net.eth0 is already stopped
If I simply start the tap0 and eth0 interfaces deliberately first then
everything runs fine. My understanding though is that the bridge should
bring up dependent interfaces?
Config in /etc/conf.d/net
config_eth0=( "null" )
tuntap_tap0="tap"
config_tap0=( "0.0.0.0 promisc" )
bridge_br0="eth0 tap0"
config_br0=( "192.168.105.4/24" )
routes_br0=( "default via 192.168.105.254" )
# Make the bridge depend on tap0 / eth0
RC_NEED_br0="net.eth0 net.tap0"
Any suggestions on how to fix?
Thanks
Ed W
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-dev] OpenRC + Bridge + Tap not working as expected?
2009-02-19 19:20 [gentoo-dev] OpenRC + Bridge + Tap not working as expected? Ed W
@ 2009-02-19 20:16 ` Josh Saddler
0 siblings, 0 replies; 2+ messages in thread
From: Josh Saddler @ 2009-02-19 20:16 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 167 bytes --]
This list is not a user support list. Please see the gentoo-user ML. You
may also want to check http://forums.gentoo.org to see if anyone else
has had the issue.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-19 20:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-19 19:20 [gentoo-dev] OpenRC + Bridge + Tap not working as expected? Ed W
2009-02-19 20:16 ` Josh Saddler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox