linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Holger Schurig <holgerschurig@gmail.com>
To: Jochen Friedrich <jochen@scram.de>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [Patch] iw: Implement set 4addr.
Date: Mon, 4 Oct 2010 15:02:14 +0200	[thread overview]
Message-ID: <201010041502.14459.holgerschurig@gmail.com> (raw)
In-Reply-To: <4CA997A3.7080409@scram.de>

> Yes, that's the idea behind this. I'm using an OpenWRT based WLAN router 
> and a Debian client with the configuration below.

Oh, I don't have much success so far.

My setup is like this:

   Linux 2.6.35.4
   compat-wireless-2010-10-02, using
      ath5k from this
   iw from git with your patch

------------------------------------------
auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet manual
        pre-up iw wlan0 set 4addr on

auto eth0
iface eth0 inet manual

iface br0 inet static
        address 192.168.233.197
        netmask 255.255.255.0
        bridge_ports eth0 wlan0
        bridge_wait 0
        bridge_fd 0
        bridge_stp off
        post-up iw wlan0 connect TEST key 0:99999

I also tried it with wpa_supplicant, again from git. The last part of the 
/etc/network/interface file looked then like this:

        wpa_iface wlan0
        wpa_bridge br0
        wpa-conf /etc/wpa_supplicant.conf
        wpa-driver nl80211

... but in both cases, I didn't have much of success. I tried "tcpdump -i 
wlan0 -p" (-p prevents promiscuous mode) and only saw ARP, but never an ARP 
response.

I'll investigate further :-)

-- 
Homepage: http://www.holgerschurig.de

  reply	other threads:[~2010-10-04 12:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-02 17:40 [Patch] iw: Implement set 4addr Jochen Friedrich
2010-10-04  7:15 ` Holger Schurig
2010-10-04  9:00   ` Jochen Friedrich
2010-10-04 13:02     ` Holger Schurig [this message]
2010-10-04 13:28       ` Johannes Berg

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=201010041502.14459.holgerschurig@gmail.com \
    --to=holgerschurig@gmail.com \
    --cc=jochen@scram.de \
    --cc=linux-wireless@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).