• Re: More on the search for the mafic spell

    From Michael Schwingen@3:633/10 to All on Sunday, January 18, 2026 11:02:53
    On 2026-01-14, c186282 <c186282@nnada.net> wrote:
    I've set up Pi2s3s4s as 'servers' before, it was
    never THIS complex however. A PI is just a very
    small Linux box. Alas if you need multiple net
    ports you may need to think of USB dongles.

    What he describes is the normal way to set up bridging between multiple
    network devices (in this case ethernet and wifi) under Linux. A WIFI access point usually works as a bridge, so this *is* required.

    Net/USB/WiFi speed ratings for PIs are almost always
    "best case" ... actually they're kinda LIES. The P4
    was much better, P5s even better, but it's not gonna
    be like a PCI card plugged into your Big Box.

    Also, there is a difference between "client" WIFI chips and "accespoint"
    wifi chips, regarding features and performance. Most client cards nowadays
    have some kind of limited access point mode, but is limited compared to a
    real access point (number of streams, number of simultaneous client and
    other WIFI features).

    I believe the raspberry pi wifi devices are more in the "client" category.

    However, while the observed performance may be due to hardware limits, I
    would expect better stability with only one client attached.

    cu
    Michael
    --
    Some people have no respect of age unless it is bottled.

    --- PyGate Linux v1.5.2
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From The Natural Philosopher@3:633/10 to All on Sunday, January 18, 2026 17:51:12
    On 18/01/2026 11:06, Michael Schwingen wrote:
    On 2026-01-16, The Natural Philosopher <tnp@invalid.invalid> wrote:

    What is happening is that the bridge seems perfectly stable from
    Ethernet to the bridge host machine, but is very variable on the Wi-Fi
    interface, and that gets worse if
    - the incoming packet is via the inbound router from the internet...
    - inbound traffic to the host is heavy.

    I get between 48% and 988% packet loss to external machines on the
    Internet. Mostly OK access to the rest of the LAN using the Wi-Fi interface.

    Could this be caused by WIFI power management? You might try disabling that.

    iw wlan0 set power_save off

    already done.


    --
    ?But what a weak barrier is truth when it stands in the way of an
    hypothesis!?

    Mary Wollstonecraft


    --- PyGate Linux v1.5.2
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Michael Schwingen@3:633/10 to All on Sunday, January 18, 2026 11:06:15
    On 2026-01-16, The Natural Philosopher <tnp@invalid.invalid> wrote:

    What is happening is that the bridge seems perfectly stable from
    Ethernet to the bridge host machine, but is very variable on the Wi-Fi interface, and that gets worse if
    - the incoming packet is via the inbound router from the internet...
    - inbound traffic to the host is heavy.

    I get between 48% and 988% packet loss to external machines on the
    Internet. Mostly OK access to the rest of the LAN using the Wi-Fi interface.

    Could this be caused by WIFI power management? You might try disabling that.

    iw wlan0 set power_save off

    or

    https://gist.github.com/jcberthon/ea8cfe278998968ba7c5a95344bc8b55

    cu
    Michael
    --
    Some people have no respect of age unless it is bottled.

    --- PyGate Linux v1.5.2
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)