9front - general discussion about 9front
 help / color / mirror / Atom feed
From: hiro <23hiro@gmail.com>
To: 9front@9front.org
Subject: Re: [9front] rpi4 wifi USB dongle
Date: Thu, 4 Mar 2021 12:04:36 +0100	[thread overview]
Message-ID: <CAFSF3XNbRpDS8Pr8TZwX9OTPcHm86BwfN=wAErKqWUhXkWO6jw@mail.gmail.com> (raw)
In-Reply-To: <8F461D18-758E-4E6D-B5E4-9188C9B2DD61@me.com>

yeah you got it right.

it's hard to find good terminology that still makes sense in all this.

on ethernet all nodes are the same, addressed by MAC addresses. on
wifi a station can only use one mac address, so bridges never work on
wifi stations but only on ap side, of which there can only be one.

On 3/4/21, Daniel Morandini <danielmorandini@me.com> wrote:
>> An ethernet client is a computer with a mac address.
>>
>> Given you have a group of M clients and another group of N clients and
>> you want to connect them, plug the M clients into a switch with M+1
>> ports on one side and the N clients into a switch with N+1 ports on
>> the other side, then use the remaining port and a long cable to
>> connect them together.
>>
>> Imagine now the M-AP is a wifi router, and you want to connect it to
> the N (not AP) over wifi.
>>
>> but here when wifi comes into play not every client is the same. you
>> have many wifi stations and just one wifi *ap*, if we make M-AP the
>> wifi AP, you can bridge all the M clients just fine. that works on AP
>> side.
> You mean “that works on M side" right?
>
>> But if you want to bridge a wifi *station* on the other side, you can
>> not. a station can only bridge N=1 mac addresses into a wifi.
> I’m getting there: practically I would have to make N-AP connect as a
> client to M-AP to keep the only one ap limitation, but at that point
> the new link would not be able to mux more than one ethernet client
> becoming useless for my usecase, did I get it right?
>
>> We have some code in 9front called mat damon, which is like NAT, but
>> for MAC addresses instead of IP addresses. This way one mac address
>> can hide all the N other mac addresses and translate between them. But
>> that's obviously a layer violation, a stupid hack that only exists due
>> to the limitation of wifi.
> :D
>
> dan

  reply	other threads:[~2021-03-04 11:31 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-03 11:10 Daniel Morandini
2021-03-03 11:42 ` kemal
2021-03-03 12:17   ` hiro
2021-03-03 14:07     ` Daniel Morandini
2021-03-03 14:43       ` Stanley Lieber
2021-03-03 14:55         ` hiro
2021-03-03 16:56       ` Julien Blanchard
2021-03-03 17:19         ` hiro
2021-03-04  8:57           ` Daniel Morandini
2021-03-04 10:09             ` hiro
2021-03-04 10:14               ` hiro
2021-03-04 10:40               ` Daniel Morandini
2021-03-04 11:04                 ` hiro [this message]
2021-03-04 11:21                   ` Daniel Morandini
2021-04-23  6:38                     ` unobe
2021-04-23  8:26                       ` hiro
2021-04-23 16:50                         ` unobe
2021-03-04 12:22           ` Noam Preil
2021-03-04 13:18             ` hiro
2021-03-04 13:43               ` Noam Preil
2021-03-03 17:21       ` Kurt H Maier
2021-03-05 18:25       ` tony
2021-03-03 16:05 ` fulton

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='CAFSF3XNbRpDS8Pr8TZwX9OTPcHm86BwfN=wAErKqWUhXkWO6jw@mail.gmail.com' \
    --to=23hiro@gmail.com \
    --cc=9front@9front.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).