From: "Nicolas de Pesloüan" <nicolas.2p.debian@free.fr>
To: Mauro Condarelli <mc5686@mclink.it>
Cc: bridge@lists.linux-foundation.org
Subject: Re: [Bridge] Transparent wired/wirless bridge: is it possible?
Date: Sun, 31 Oct 2010 00:16:32 +0200 [thread overview]
Message-ID: <4CCC9940.8000700@free.fr> (raw)
In-Reply-To: <4CCC45E9.7070801@mclink.it>
Le 30/10/2010 18:20, Mauro Condarelli a écrit :
>
> I tried something like:
> =====================
> auto lo
> iface lo inet loopback
>
> auto wlan2
> iface wlan2 inet manual
> up /usr/sbin/service hostapd start
> up /sbin/ifconfig wlan2 up
> down /sbin/ifconfig wlan2 down
> down /usr/sbin/service hostapd stop
>
> auto eth2
> iface eth2 inet manual
> up /sbin/ifconfig eth2 up
> down /sbin/ifconfig eth2 down
>
> auto br0
> iface br0 inet dhcp
> bridge_ports eth2 wlan2
> bridge_maxwait 0
> =====================
> ... but it does not seem to work as hoped.
Consider reading http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge, in
particular the following sections :
- 7.11 What can be bridged?
- 7.16 It doesn't work with my Wireless card!
- 7.17 I still don't understand!!
Nicolas.
next prev parent reply other threads:[~2010-10-30 22:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-26 9:24 [Bridge] Transparent wired/wirless bridge: is it possible? Mauro Condarelli
2010-10-26 12:36 ` Ryan Whelan
2010-10-30 16:20 ` Mauro Condarelli
2010-10-30 22:16 ` Nicolas de Pesloüan [this message]
2010-11-01 12:40 ` Mauro Condarelli
2010-11-01 12:49 ` Ryan Whelan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CCC9940.8000700@free.fr \
--to=nicolas.2p.debian@free.fr \
--cc=bridge@lists.linux-foundation.org \
--cc=mc5686@mclink.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.