• Getting along without a keyboard

    From bp@bp@www.zefox.net to comp.sys.raspberry-pi on Saturday, September 14, 2024 01:07:03
    From Newsgroup: comp.sys.raspberry-pi

    I've recently set up an old Pi2 for use with a USB oscilloscope.
    The scope software is point and click for the most part. Is there
    some user interface trick to limp along using a mouse alone? Almost
    no keyboard input is required, so it needn't be fast or easy.

    An attempt to run raspi-config by copying the filename via the
    file manager and pasting it into the "run command" dialog failed,
    with neither error nor execution, though the "open" option did
    start an editor. That was a surprise.

    Thanks for reading and any suggestions.

    bob prohaska



    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From Chris Green@cl@isbd.net to comp.sys.raspberry-pi on Saturday, September 14, 2024 07:16:04
    From Newsgroup: comp.sys.raspberry-pi

    bp@www.zefox.net wrote:
    I've recently set up an old Pi2 for use with a USB oscilloscope.
    The scope software is point and click for the most part. Is there
    some user interface trick to limp along using a mouse alone? Almost
    no keyboard input is required, so it needn't be fast or easy.

    An attempt to run raspi-config by copying the filename via the
    file manager and pasting it into the "run command" dialog failed,
    with neither error nor execution, though the "open" option did
    start an editor. That was a surprise.

    Thanks for reading and any suggestions.

    You need a virtual keyboard, a web search for 'pi virtual keyboard'
    comes up with loads of hits.

    There are several in the standard Raspbian repositories:-

    apt search "on-screen keyboard"
    --
    Chris Green
    ·
    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From bp@bp@www.zefox.net to comp.sys.raspberry-pi on Saturday, September 14, 2024 19:44:03
    From Newsgroup: comp.sys.raspberry-pi

    Chris Green <cl@isbd.net> wrote:
    You need a virtual keyboard, a web search for 'pi virtual keyboard'
    comes up with loads of hits.

    There are several in the standard Raspbian repositories:-

    apt search "on-screen keyboard"

    Thank you, the choice of search terms makes a big difference!

    That has led to another puzzle: The Pi2 is on a wifi dongle that
    reports a connection using 192.168.1.10 and successfully downloads
    RasPiOS updates. However, turning on ssh using the Raspberry>
    Preferences> Raspberry Pi Configuration menu and rebooting doesn't
    allow ssh login. Indeed, my DHCP server doesn't seem to notice
    that the Pi2 is connected and ping from my Pi5 to the Pi2 reports
    "host is unreachable".

    It wouldn't be a huge mystery if the WiFi couldn't connect, but the
    combination of the Pi2 claiming 192.168.1.10 and yet not being
    visible strikes me as inexplicable unless the software updates are
    being downloaded vi some non-IP protocol, which seems implausible.

    The only clue so far is that traceroute 192.168.1.10 on the Pi5 reports: traceroute to 192.168.1.10 (192.168.1.10), 30 hops max, 60 byte packets
    1 192.168.1.11 (192.168.1.11) 3077.790 ms !H 3077.735 ms !H 3077.730 ms !H To clarify, the Pi5 is .11, the router is .254 and I don't know what the traceroute output means but it looks like a complaint about time.

    Am I doing something dumb?

    Thanks for reading!

    bob prohaska


    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From Chris Green@cl@isbd.net to comp.sys.raspberry-pi on Sunday, September 15, 2024 07:23:20
    From Newsgroup: comp.sys.raspberry-pi

    bp@www.zefox.net wrote:
    Chris Green <cl@isbd.net> wrote:
    You need a virtual keyboard, a web search for 'pi virtual keyboard'
    comes up with loads of hits.

    There are several in the standard Raspbian repositories:-

    apt search "on-screen keyboard"

    Thank you, the choice of search terms makes a big difference!

    That has led to another puzzle: The Pi2 is on a wifi dongle that
    reports a connection using 192.168.1.10 and successfully downloads
    RasPiOS updates. However, turning on ssh using the Raspberry>
    Preferences> Raspberry Pi Configuration menu and rebooting doesn't
    allow ssh login. Indeed, my DHCP server doesn't seem to notice
    that the Pi2 is connected and ping from my Pi5 to the Pi2 reports
    "host is unreachable".

    It wouldn't be a huge mystery if the WiFi couldn't connect, but the combination of the Pi2 claiming 192.168.1.10 and yet not being
    visible strikes me as inexplicable unless the software updates are
    being downloaded vi some non-IP protocol, which seems implausible.

    The only clue so far is that traceroute 192.168.1.10 on the Pi5 reports: traceroute to 192.168.1.10 (192.168.1.10), 30 hops max, 60 byte packets
    1 192.168.1.11 (192.168.1.11) 3077.790 ms !H 3077.735 ms !H 3077.730 ms !H
    To clarify, the Pi5 is .11, the router is .254 and I don't know what the traceroute output means but it looks like a complaint about time.

    Three possible things to check:-

    1 - Are the two Pis on the same subnet? I.e. while you have told us
    the whole address for the Pi2 (192.168.1.10) you have only given the
    last digit for the Pi5 and the router. What are the full IPV4
    addreses for the Pi5 and the router. Certainly some widely used
    routers default to 192.168.0.254 and I'm wondering if that is your
    problem. Maybe you even have *two* subnets on the router.

    2 - Are you using the 'guest' WiFi of the router, this may prevent
    connecting between different systems using the WiFi. This may even be
    possible to configure with non-guest networks. You'll have to look
    into the router configuration to check.

    3 - Is the Pi2 connected to the same network/router as the Pi5? Are
    you sure it's using DHCP to get its address? If so then you should be
    able to check on the router that it's connected to as it is the router
    that is handing out IP addresses (usually).


    The first thing I would be doing is to look at the routers's Web GUI
    to check what it thinks is going on and what is connected to where.
    --
    Chris Green
    ·
    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From bp@bp@www.zefox.net to comp.sys.raspberry-pi on Sunday, September 15, 2024 22:37:29
    From Newsgroup: comp.sys.raspberry-pi

    Chris Green <cl@isbd.net> wrote:

    Three possible things to check:-

    1 - Are the two Pis on the same subnet? I.e. while you have told us
    the whole address for the Pi2 (192.168.1.10) you have only given the
    last digit for the Pi5 and the router. What are the full IPV4
    addreses for the Pi5 and the router. Certainly some widely used
    routers default to 192.168.0.254 and I'm wondering if that is your
    problem. Maybe you even have *two* subnets on the router.

    The router (A DI-524) has only one subnet (192.168.1.nnn) for which it
    is the DHCP server. Both Pi5 and Pi4 use DHCP, with the DHCP range
    from 192.168.1.10 to 192.168.1.20 .


    2 - Are you using the 'guest' WiFi of the router, this may prevent
    connecting between different systems using the WiFi. This may even be possible to configure with non-guest networks. You'll have to look
    into the router configuration to check.

    There's nothing called guest mode in the config pages, but there are
    "filters", described as "allow or deny LAN users from accessing the
    Internet". Nothing is listed as enabled, so I don't think that's the
    problem.

    There are three firewall rules active, allow ping to WAN port, allow
    LAN to LAN for all protocols and deny WAN to LAN for all protocols.

    3 - Is the Pi2 connected to the same network/router as the Pi5? Are
    you sure it's using DHCP to get its address? If so then you should be
    able to check on the router that it's connected to as it is the router
    that is handing out IP addresses (usually).


    Yes, there is only one router/AP.

    The first thing I would be doing is to look at the routers's Web GUI
    to check what it thinks is going on and what is connected to where.


    The DHCP range is limited to 192.168.1.nnn, with no distinction between
    wired and wireless connections. There's clearly bridging from wirless to
    wired devices such as the printer, which works and can be pinged.

    Maybe there's a firewall between wireless clients. I've certainly not needed such connections much. I'll poke around on the Web to see if there are any references to Guest Mode online. The internal help pages are close to useless, and the configuration menus are worse.

    Thanks for writing, and your patient good counsel!

    bob prohaska
    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From Chris Green@cl@isbd.net to comp.sys.raspberry-pi on Monday, September 16, 2024 07:16:30
    From Newsgroup: comp.sys.raspberry-pi

    bp@www.zefox.net wrote:
    Chris Green <cl@isbd.net> wrote:

    [snip]

    The first thing I would be doing is to look at the routers's Web GUI
    to check what it thinks is going on and what is connected to where.


    The DHCP range is limited to 192.168.1.nnn, with no distinction between
    wired and wireless connections. There's clearly bridging from wirless to wired devices such as the printer, which works and can be pinged.

    Maybe there's a firewall between wireless clients. I've certainly not needed such connections much. I'll poke around on the Web to see if there are any references to Guest Mode online. The internal help pages are close to useless,
    and the configuration menus are worse.

    Router software does sometimes have bugs. I have a TP-link router
    that has a symptom a bit like yours, I can't remember the exact
    details (it's relegated to being an access point now) but I do
    remember that it was something about the firewall treating WiFi
    connections differently from wired ones.

    Can you temporarily connect the Pi2 using a wired connection and see
    if it then works as expected?
    --
    Chris Green
    ·
    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From bp@bp@www.zefox.net to comp.sys.raspberry-pi on Monday, September 16, 2024 18:39:23
    From Newsgroup: comp.sys.raspberry-pi

    Chris Green <cl@isbd.net> wrote:
    bp@www.zefox.net wrote:
    Chris Green <cl@isbd.net> wrote:

    [snip]

    Router software does sometimes have bugs. I have a TP-link router
    that has a symptom a bit like yours, I can't remember the exact
    details (it's relegated to being an access point now) but I do
    remember that it was something about the firewall treating WiFi
    connections differently from wired ones.

    That's much like what I'm seeing.

    Can you temporarily connect the Pi2 using a wired connection and see
    if it then works as expected?

    The Pi2 has been used on wired ethernet, but under
    FreeBSD rather than RasPiOS. The "no route to host" message rather
    suggests the issue resides somewhere in the network.

    The original trigger for this investigation was wanting to use ssh
    to avoid need for a keyboard on the Pi2. With your help I found an accessibility aid called "onboard", using a temporary keyboard.
    For immediate purposes, the problem is solved.

    Thanks very much for all your help!

    bob prohaska

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From mm0fmf@none@invalid.com to comp.sys.raspberry-pi on Monday, September 16, 2024 20:50:32
    From Newsgroup: comp.sys.raspberry-pi

    On 16/09/2024 19:39, bp@www.zefox.net wrote:
    Chris Green <cl@isbd.net> wrote:
    bp@www.zefox.net wrote:
    Chris Green <cl@isbd.net> wrote:

    [snip]

    Router software does sometimes have bugs. I have a TP-link router
    that has a symptom a bit like yours, I can't remember the exact
    details (it's relegated to being an access point now) but I do
    remember that it was something about the firewall treating WiFi
    connections differently from wired ones.

    That's much like what I'm seeing.


    Check if your wireless settings for the router have something called "AP Isolation" or very similar and if it is enabled. If it is enabled,
    devices connected by WiFi will not be able to access each other. Turn it
    off in this case.

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From druck@news@druck.org.uk to comp.sys.raspberry-pi on Monday, September 16, 2024 21:41:30
    From Newsgroup: comp.sys.raspberry-pi

    On 15/09/2024 23:37, bp@www.zefox.net wrote:
    Chris Green <cl@isbd.net> wrote:
    3 - Is the Pi2 connected to the same network/router as the Pi5?

    The DHCP range is limited to 192.168.1.nnn, with no distinction between
    wired and wireless connections. There's clearly bridging from wirless to wired devices such as the printer, which works and can be pinged.

    Unfortunately at one location I have to use an externally managed
    router/AP which bridges wireless and wired networks, but not between
    2.4GHz and 5GHz WiFi.

    I couldn't talk to a Pi Zero which only uses 2.4GHz from the laptop
    which had connected to 5GHz. I had to go via another Raspberry Pi which
    was connected by Ethernet and could see devices both WiFi frequencies.

    ---druck
    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From bp@bp@www.zefox.net to comp.sys.raspberry-pi on Monday, September 16, 2024 23:58:21
    From Newsgroup: comp.sys.raspberry-pi

    mm0fmf <none@invalid.com> wrote:

    Check if your wireless settings for the router have something called "AP Isolation" or very similar and if it is enabled. If it is enabled,
    devices connected by WiFi will not be able to access each other. Turn it
    off in this case.


    Hmm, nothing related that I have seen. The term "access point" doesn't
    appear in the manual or setup menus, nor "isolation" or anything close
    to it.

    It isn't clear that I've completely searched the Web interface setup
    options, however. And a few topics I don't recognize. One is "Virtual
    Server", described as:
    Virtual Server is used to allow Internet users access to LAN services
    At face value, that seems not to apply.

    Another is "Special Application", described as:
    Special Application is used to run applications that require multiple connections.
    But, the "special applications" list refers to games.

    The firewall rules dangled an option to allow LAN-to-LAN traffic,
    but when I tried to set a rule using the DHCP addresses a dialog
    box saying:
    Allow/Deny traffic from WAN to WAN or LAN to LAN does not support! (sic)

    There's no distinction between WiFi and wired LAN that I can find.

    Thanks for writing!

    bob prohaska

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From bp@bp@www.zefox.net to comp.sys.raspberry-pi on Tuesday, September 17, 2024 00:01:04
    From Newsgroup: comp.sys.raspberry-pi

    druck <news@druck.org.uk> wrote:
    On 15/09/2024 23:37, bp@www.zefox.net wrote:
    Chris Green <cl@isbd.net> wrote:
    3 - Is the Pi2 connected to the same network/router as the Pi5?

    The DHCP range is limited to 192.168.1.nnn, with no distinction between
    wired and wireless connections. There's clearly bridging from wirless to
    wired devices such as the printer, which works and can be pinged.

    Unfortunately at one location I have to use an externally managed
    router/AP which bridges wireless and wired networks, but not between
    2.4GHz and 5GHz WiFi.

    I couldn't talk to a Pi Zero which only uses 2.4GHz from the laptop
    which had connected to 5GHz. I had to go via another Raspberry Pi which
    was connected by Ethernet and could see devices both WiFi frequencies.

    Was there any mention of this fact in the router docs? Perhaps an explanation of why it's done? That would at least grant some mental peace....

    Thanks for writing,

    bob prohaska

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From mm0fmf@none@invalid.com to comp.sys.raspberry-pi on Tuesday, September 17, 2024 09:38:05
    From Newsgroup: comp.sys.raspberry-pi

    On 17/09/2024 00:58, bp@www.zefox.net wrote:
    mm0fmf <none@invalid.com> wrote:

    Check if your wireless settings for the router have something called "AP
    Isolation" or very similar and if it is enabled. If it is enabled,
    devices connected by WiFi will not be able to access each other. Turn it
    off in this case.


    Hmm, nothing related that I have seen. The term "access point" doesn't
    appear in the manual or setup menus, nor "isolation" or anything close
    to it.

    It isn't clear that I've completely searched the Web interface setup
    options, however. And a few topics I don't recognize. One is "Virtual Server", described as:
    Virtual Server is used to allow Internet users access to LAN services
    At face value, that seems not to apply.

    Another is "Special Application", described as:
    Special Application is used to run applications that require multiple connections.
    But, the "special applications" list refers to games.

    The firewall rules dangled an option to allow LAN-to-LAN traffic,
    but when I tried to set a rule using the DHCP addresses a dialog
    box saying:
    Allow/Deny traffic from WAN to WAN or LAN to LAN does not support! (sic)

    There's no distinction between WiFi and wired LAN that I can find.

    Thanks for writing!

    bob prohaska


    It's possible it is always enabled. The router has been obsolete for 14
    years, maybe time for a new one?

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From The Natural Philosopher@tnp@invalid.invalid to comp.sys.raspberry-pi on Tuesday, September 17, 2024 10:47:03
    From Newsgroup: comp.sys.raspberry-pi

    On 16/09/2024 19:39, bp@www.zefox.net wrote:
    Chris Green <cl@isbd.net> wrote:
    bp@www.zefox.net wrote:
    Chris Green <cl@isbd.net> wrote:

    [snip]

    Router software does sometimes have bugs. I have a TP-link router
    that has a symptom a bit like yours, I can't remember the exact
    details (it's relegated to being an access point now) but I do
    remember that it was something about the firewall treating WiFi
    connections differently from wired ones.

    That's much like what I'm seeing.

    Can you temporarily connect the Pi2 using a wired connection and see
    if it then works as expected?

    The Pi2 has been used on wired ethernet, but under
    FreeBSD rather than RasPiOS. The "no route to host" message rather
    suggests the issue resides somewhere in the network.

    No route to host is probably 'I did an ARP request, and nobody answered'


    The original trigger for this investigation was wanting to use ssh
    to avoid need for a keyboard on the Pi2. With your help I found an accessibility aid called "onboard", using a temporary keyboard.
    For immediate purposes, the problem is solved.

    Mmm. It would irk me not to have ssh though. Everything here is sshe'd together. Or NFS. Or webbed!

    Thanks very much for all your help!

    bob prohaska

    --
    "First, find out who are the people you can not criticise. They are your oppressors."
    - George Orwell

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From The Natural Philosopher@tnp@invalid.invalid to comp.sys.raspberry-pi on Tuesday, September 17, 2024 10:53:06
    From Newsgroup: comp.sys.raspberry-pi

    On 17/09/2024 09:38, mm0fmf wrote:
    On 17/09/2024 00:58, bp@www.zefox.net wrote:
    mm0fmf <none@invalid.com> wrote:

    Check if your wireless settings for the router have something called "AP >>> Isolation" or very similar and if it is enabled. If it is enabled,
    devices connected by WiFi will not be able to access each other. Turn it >>> off in this case.


    Hmm, nothing related that I have seen. The term "access point" doesn't
    appear in the manual or setup menus, nor "isolation" or anything close
    to it.

    It isn't clear that I've completely searched the Web interface setup
    options, however. And a few topics I don't recognize. One is "Virtual
    Server", described as:
    Virtual Server is used to allow Internet users access to LAN services
    At face value, that seems not to apply.

    Another is "Special Application", described as:
    Special Application is used to run applications that require multiple
    connections.
    But, the "special applications" list refers to games.

    The firewall rules dangled an option to allow LAN-to-LAN traffic,
    but when I tried to set a rule using the DHCP addresses a dialog
    box saying:
    Allow/Deny traffic from WAN to WAN or LAN to LAN does not support! (sic)

    There's no distinction between WiFi and wired LAN that I can find.

    Thanks for writing!

    bob prohaska


    It's possible it is always enabled. The router has been obsolete for 14 years, maybe time for a new one?


    I loved my old D-Link router.
    A thunderstorm got it years ago.

    Since then I had a netgear POS and a CISCO SOHO router - a rebadged
    linksys I think - that was good but the Draytek I now have is even better.

    Unlike many feature rich routers, the draytek has a sanely organised
    user interface and the advanced features actually work...

    I have a friend who is computer illiterate and cannot understand why his
    BT supplied router needs power cycling every few weeks.

    My Draytek has never needed it. Neither did the Cisco.
    Moral. Get a decent router so at least you can eliminate it from your
    problems
    --
    "First, find out who are the people you can not criticise. They are your oppressors."
    - George Orwell

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From The Natural Philosopher@tnp@invalid.invalid to comp.sys.raspberry-pi on Tuesday, September 17, 2024 10:54:00
    From Newsgroup: comp.sys.raspberry-pi

    On 16/09/2024 21:41, druck wrote:
    On 15/09/2024 23:37, bp@www.zefox.net wrote:
    Chris Green <cl@isbd.net> wrote:
    3 - Is the Pi2 connected to the same network/router as the Pi5?
    The DHCP range is limited to 192.168.1.nnn, with no distinction between
    wired and wireless connections. There's clearly bridging from wirless to
    wired devices such as the printer, which works and can be pinged.

    Unfortunately at one location I have to use an externally managed
    router/AP which bridges wireless and wired networks, but not between
    2.4GHz and 5GHz WiFi.

    I couldn't talk to a Pi Zero which only uses 2.4GHz from the laptop
    which had connected to 5GHz. I had to go via another Raspberry Pi which
    was connected by Ethernet and could see devices both WiFi frequencies.

    ---druck

    That truly sucks.
    --
    “Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong remedies.”
    ― Groucho Marx

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From The Natural Philosopher@tnp@invalid.invalid to comp.sys.raspberry-pi on Tuesday, September 17, 2024 11:00:46
    From Newsgroup: comp.sys.raspberry-pi

    On 17/09/2024 01:01, bp@www.zefox.net wrote:
    druck <news@druck.org.uk> wrote:
    On 15/09/2024 23:37, bp@www.zefox.net wrote:
    Chris Green <cl@isbd.net> wrote:
    3 - Is the Pi2 connected to the same network/router as the Pi5?

    The DHCP range is limited to 192.168.1.nnn, with no distinction between
    wired and wireless connections. There's clearly bridging from wirless to >>> wired devices such as the printer, which works and can be pinged.

    Unfortunately at one location I have to use an externally managed
    router/AP which bridges wireless and wired networks, but not between
    2.4GHz and 5GHz WiFi.

    I couldn't talk to a Pi Zero which only uses 2.4GHz from the laptop
    which had connected to 5GHz. I had to go via another Raspberry Pi which
    was connected by Ethernet and could see devices both WiFi frequencies.

    Was there any mention of this fact in the router docs? Perhaps an explanation of why it's done? That would at least grant some mental peace....

    Thanks for writing,

    bob prohaska

    I think the rationale is that 'guest' additions to the network
    especially in public places may legitimately access the network's
    internet connection and any servers on it, but shouldn't be allowed to
    'see' each other for security reasons.

    I cant say that exists as a possibility on any wifi routers I ahve or
    access pints, but I have seen it I think on some other peoles kit.

    If I wanted that level of access here, I would configure a second LAN
    attached to a different SSID and put it on an entirely different IP network
    --
    “Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong remedies.”
    ― Groucho Marx

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From mm0fmf@none@invalid.com to comp.sys.raspberry-pi on Tuesday, September 17, 2024 12:18:45
    From Newsgroup: comp.sys.raspberry-pi

    On 16/09/2024 21:41, druck wrote:
    On 15/09/2024 23:37, bp@www.zefox.net wrote:
    Chris Green <cl@isbd.net> wrote:
    3 - Is the Pi2 connected to the same network/router as the Pi5?
    The DHCP range is limited to 192.168.1.nnn, with no distinction between
    wired and wireless connections. There's clearly bridging from wirless to
    wired devices such as the printer, which works and can be pinged.

    Unfortunately at one location I have to use an externally managed
    router/AP which bridges wireless and wired networks, but not between
    2.4GHz and 5GHz WiFi.

    I couldn't talk to a Pi Zero which only uses 2.4GHz from the laptop
    which had connected to 5GHz. I had to go via another Raspberry Pi which
    was connected by Ethernet and could see devices both WiFi frequencies.

    ---druck

    That's AP Isolation at work. It stops Wifi devices communicating with
    each. The idea is if you have lots of guest devices connecting, AP
    Isolation stops them talking direct to each other and is meant to limit
    a rogue guest device ability to do bad things to other guests.

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From scott@scott@alfter.diespammersdie.us (Scott Alfter) to comp.sys.raspberry-pi on Tuesday, September 17, 2024 15:08:04
    From Newsgroup: comp.sys.raspberry-pi

    In article <vcbji2$3evhe$4@dont-email.me>,
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    Moral. Get a decent router so at least you can eliminate it from your >problems

    Another recommendation: Look for something that can run OpenWRT, so you're
    not stuck with whatever firmware the router manufacturer provides.

    A third recommendation: a Raspberry Pi Compute Module 4 and a carrier board that adds a second Ethernet port make a pretty good platform to run OpenWRT. The CPU and memory on the CM4 will blow the doors off of most of the routers you'd likely buy for home use, and I suspect they're competitive with nearly anything short of rack-mountable enterprise-grade routers. The onboard WiFi (on models so equipped) probably isn't so hot, but it's a solid option for wired connections up to at least gigabit speeds and WiFi can be provided
    with a separate access point or a USB dongle.
    --
    _/_
    / v \ Scott Alfter (remove the obvious to send mail)
    (IIGS( https://alfter.us/ Top-posting!
    \_^_/ >What's the most annoying thing on Usenet? --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From The Natural Philosopher@tnp@invalid.invalid to comp.sys.raspberry-pi on Tuesday, September 17, 2024 17:19:15
    From Newsgroup: comp.sys.raspberry-pi

    On 17/09/2024 16:08, Scott Alfter wrote:
    In article <vcbji2$3evhe$4@dont-email.me>,
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    Moral. Get a decent router so at least you can eliminate it from your
    problems

    Another recommendation: Look for something that can run OpenWRT, so you're not stuck with whatever firmware the router manufacturer provides.

    A third recommendation: a Raspberry Pi Compute Module 4 and a carrier board that adds a second Ethernet port make a pretty good platform to run OpenWRT. The CPU and memory on the CM4 will blow the doors off of most of the routers you'd likely buy for home use, and I suspect they're competitive with nearly anything short of rack-mountable enterprise-grade routers. The onboard WiFi (on models so equipped) probably isn't so hot, but it's a solid option for wired connections up to at least gigabit speeds and WiFi can be provided
    with a separate access point or a USB dongle.


    Why a compute module especially?
    Wouldn't e.g. a Pi4 be just as good?

    But once again, these are 'hobbyist' choices. Sometimes I like to spend
    money rather than time and buy really solid solutions.

    In fact my motto is 'dont build what you can buy'.
    My custom hardware solutions exist because they cannot be bought satisfactorally.
    --
    “But what a weak barrier is truth when it stands in the way of an hypothesis!”

    Mary Wollstonecraft

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From mm0fmf@none@invalid.com to comp.sys.raspberry-pi on Tuesday, September 17, 2024 17:22:15
    From Newsgroup: comp.sys.raspberry-pi

    On 17/09/2024 16:08, Scott Alfter wrote:
    In article <vcbji2$3evhe$4@dont-email.me>,
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    Moral. Get a decent router so at least you can eliminate it from your
    problems

    Another recommendation: Look for something that can run OpenWRT, so you're not stuck with whatever firmware the router manufacturer provides.

    A third recommendation: a Raspberry Pi Compute Module 4 and a carrier board that adds a second Ethernet port make a pretty good platform to run OpenWRT. The CPU and memory on the CM4 will blow the doors off of most of the routers you'd likely buy for home use, and I suspect they're competitive with nearly anything short of rack-mountable enterprise-grade routers. The onboard WiFi (on models so equipped) probably isn't so hot, but it's a solid option for wired connections up to at least gigabit speeds and WiFi can be provided
    with a separate access point or a USB dongle.


    I have just replaced my router after 12 years fine continuous service.
    It was TP-Link model bought because it could run OpenWRT. But it turned
    out the OpenWRT 5GHz driver performance was poor so I locked down the
    TP-Link software as much as I could. I regularly tried various ways of breaking in but never could. It was good and fast enough. It was an
    AC1300 class router.

    Earlier this year it started locking up... Wifi would fail then the UI
    would fail. A power cycle restored it and it would run for another week
    or so. Then Wifi range started dropping and the lock ups became more
    frequent. I'm assuming there are some electro lytic caps that have dried
    out. After 12+ years I bought a new one, another TP-Link Wifi6 unit as
    the last had worked well. The unit had a number of decent reviews.
    Throughput is noticeably better than the old, especially if say there
    are 2 TVs accessing Netflix plus wired computers and assorted Wifi
    devices. The 5GHz signal is significantly stronger about the house. I
    should look at the old one sometime but I had won an Amazon voucher so
    this was a quick fix at effectively no cost. The software seems to have
    fewer features than the old one but it does what it claims very well.

    I did think of the CM4 route and OpenWRT but when I was last minded to
    faff about lockdown was on and there were no Pis for love nor money.


    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From bp@bp@www.zefox.net to comp.sys.raspberry-pi on Tuesday, September 17, 2024 16:56:26
    From Newsgroup: comp.sys.raspberry-pi

    mm0fmf <none@invalid.com> wrote:

    That's AP Isolation at work. It stops Wifi devices communicating with
    each. The idea is if you have lots of guest devices connecting, AP
    Isolation stops them talking direct to each other and is meant to limit
    a rogue guest device ability to do bad things to other guests.

    The problem is solved, and I'm feeling quite stupid about the solution.

    It turns out that setting a reserved DHCP address for the wireless client
    MAC address un-isolates hosts on WiFi. Ssh and ping work now. Interestingly, setting a static address at the client end, by itself, does not lift the isolation. An old iMac with a static IP connected to the LAN via a WiFi- Ethernet bridge still can't be pinged but connects outbound just fine.

    On reflection it makes perfect sense.....

    I've played with the idea of getting an open-wrt-compatible router in the
    past, but dropped the idea after finding nothing suitable at the local
    thrift store. Perhaps I should look again.

    Thanks to everyone for all your help!

    bob prohaska
    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From The Natural Philosopher@tnp@invalid.invalid to comp.sys.raspberry-pi on Tuesday, September 17, 2024 19:17:47
    From Newsgroup: comp.sys.raspberry-pi

    On 17/09/2024 17:56, bp@www.zefox.net wrote:
    mm0fmf <none@invalid.com> wrote:

    That's AP Isolation at work. It stops Wifi devices communicating with
    each. The idea is if you have lots of guest devices connecting, AP
    Isolation stops them talking direct to each other and is meant to limit
    a rogue guest device ability to do bad things to other guests.

    The problem is solved, and I'm feeling quite stupid about the solution.

    It turns out that setting a reserved DHCP address for the wireless client
    MAC address un-isolates hosts on WiFi. Ssh and ping work now. Interestingly, setting a static address at the client end, by itself, does not lift the isolation. An old iMac with a static IP connected to the LAN via a WiFi- Ethernet bridge still can't be pinged but connects outbound just fine.


    How weird.
    One feels there ought to be a simple snitch to switch that behaviour
    off, somewhere on the router
    Or that if you use static address outsoide the DHCP range that should
    work too

    On reflection it makes perfect sense.....

    Well, yes and no..

    Its all a bit Putin-like in its centralised state control...:-)


    I've played with the idea of getting an open-wrt-compatible router in the past, but dropped the idea after finding nothing suitable at the local
    thrift store. Perhaps I should look again.

    Are you *that* strapped for cash?
    --
    If you tell a lie big enough and keep repeating it, people will
    eventually come to believe it. The lie can be maintained only for such
    time as the State can shield the people from the political, economic
    and/or military consequences of the lie. It thus becomes vitally
    important for the State to use all of its powers to repress dissent, for
    the truth is the mortal enemy of the lie, and thus by extension, the
    truth is the greatest enemy of the State.

    Joseph Goebbels




    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From Chris Green@cl@isbd.net to comp.sys.raspberry-pi on Tuesday, September 17, 2024 20:39:00
    From Newsgroup: comp.sys.raspberry-pi

    bp@www.zefox.net wrote:

    I've played with the idea of getting an open-wrt-compatible router in the past, but dropped the idea after finding nothing suitable at the local
    thrift store. Perhaps I should look again.

    I am using Asus routers now which, by default, run a version of OpenWrt
    called AsusWrt. However, even better, is asuswrt-merlin which is easy
    to install instead of Asuswrt and gives you all sorts of customisation
    if you want.

    Not all Asus routers can run Asuswrt-Merlin but there's a fair number
    that can and many of them are available at very reasonable prices
    secondhand on eBay or from such as CEX.

    The user interface GUI is really nice (though quite complex because
    there is so much that can be configured). My previous routers were
    Draytek Vigor which have a pretty good reputation but I really find
    the Asus ones much better in all sorts of ways.
    --
    Chris Green
    ·
    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From druck@news@druck.org.uk to comp.sys.raspberry-pi on Tuesday, September 17, 2024 21:42:32
    From Newsgroup: comp.sys.raspberry-pi

    On 17/09/2024 12:18, mm0fmf wrote:
    On 16/09/2024 21:41, druck wrote:
    Unfortunately at one location I have to use an externally managed
    router/AP which bridges wireless and wired networks, but not between
    2.4GHz and 5GHz WiFi.

    I couldn't talk to a Pi Zero which only uses 2.4GHz from the laptop
    which had connected to 5GHz. I had to go via another Raspberry Pi
    which was connected by Ethernet and could see devices both WiFi
    frequencies.

    That's AP Isolation at work.  It stops Wifi devices communicating with each. The idea is if you have lots of guest devices connecting, AP
    Isolation stops them talking direct to each other and is meant to limit
    a rogue guest device ability to do bad things to other guests.

    AP isolation should stop any device talking to any other on the local
    network, only allowing access to the internet, which is what happens on
    my guest network at home.

    With the problem router devices on 2.4GHz can see others on 2.4GHz and
    wired, devices on 5GHz can see others on 5GHz and wired. Wired devices
    can see everything.

    I suspect if I can get through 2 levels of cluelessness support at the management company, I could get whatever setting that is responsible
    changed. But it took six months for them to replace the last router
    which was continually rebooting, although didn't suffer from the semi-isolation.

    ---druck
    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From bp@bp@www.zefox.net to comp.sys.raspberry-pi on Wednesday, September 18, 2024 01:16:23
    From Newsgroup: comp.sys.raspberry-pi

    The Natural Philosopher <tnp@invalid.invalid> wrote:
    On 17/09/2024 17:56, bp@www.zefox.net wrote:

    The problem is solved, and I'm feeling quite stupid about the solution.

    I've played with the idea of getting an open-wrt-compatible router in the
    past, but dropped the idea after finding nothing suitable at the local
    thrift store. Perhaps I should look again.

    Are you *that* strapped for cash?

    No, but I am a skinflint 8-) At the time there weren't any known problems
    with the router, it was just to have a spare which I didn't urgently need.
    The prices for even simple new routers seemed rather high, being during
    the initial Covid ruckus, and the features baffling to a Luddite.

    Thanks for writing!

    bob prohaska

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From Anssi Saari@anssi.saari@usenet.mail.kapsi.fi to comp.sys.raspberry-pi on Wednesday, September 18, 2024 13:36:07
    From Newsgroup: comp.sys.raspberry-pi

    The Natural Philosopher <tnp@invalid.invalid> writes:

    Unlike many feature rich routers, the draytek has a sanely organised
    user interface and the advanced features actually work...

    High praise. Which Draytek router BTW? I had one a few years ago but it
    was strangely broken and I eventually had to return it and as it was out
    of production I just got a refund. I went with a fairly awful Mikrotik
    until I got around to building my own from a PC Engines APU2 board.

    I really like how Draytek puts a simulation of their web interface
    online. Nothing like seeing it yourself, even if you can't really do
    anything in the simulation.
    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From The Natural Philosopher@tnp@invalid.invalid to comp.sys.raspberry-pi on Wednesday, September 18, 2024 12:43:07
    From Newsgroup: comp.sys.raspberry-pi

    On 18/09/2024 11:36, Anssi Saari wrote:
    The Natural Philosopher <tnp@invalid.invalid> writes:

    Unlike many feature rich routers, the draytek has a sanely organised
    user interface and the advanced features actually work...

    High praise. Which Draytek router BTW? I had one a few years ago but it
    was strangely broken and I eventually had to return it and as it was out
    of production I just got a refund. I went with a fairly awful Mikrotik
    until I got around to building my own from a PC Engines APU2 board.

    I have a Mikrotik HAPLITE TC as Wifi access point. Awful user
    interface, Nothing on it worked except by cribbing something off the
    net, I got it to work as a wifi access point!

    Very cheap tho

    Once I had incanted the right magic spell, it has been rock solid.


    My draytek is one with two voip phone sockets in.

    As the UK is moving away from everything except VOIP for landline
    phones, that would be handy, except the ISPs are reselling BTs
    proprietary shit and the old free SIPGATE doesn't like 'free' any more.


    Vigor 2762Vac

    System Up Time: 2398:28:36

    They are getting on for $200 now I think

    I really like how Draytek puts a simulation of their web interface
    online. Nothing like seeing it yourself, even if you can't really do
    anything in the simulation.

    I didn't know they did that!
    --
    Those who want slavery should have the grace to name it by its proper
    name. They must face the full meaning of that which they are advocating
    or condoning; the full, exact, specific meaning of collectivism, of its logical implications, of the principles upon which it is based, and of
    the ultimate consequences to which these principles will lead. They must
    face it, then decide whether this is what they want or not.

    Ayn Rand.

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From scott@scott@alfter.diespammersdie.us (Scott Alfter) to comp.sys.raspberry-pi on Wednesday, September 18, 2024 18:22:01
    From Newsgroup: comp.sys.raspberry-pi

    In article <vcca63$3je29$3@dont-email.me>,
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    On 17/09/2024 16:08, Scott Alfter wrote:
    In article <vcbji2$3evhe$4@dont-email.me>,
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    Moral. Get a decent router so at least you can eliminate it from your
    problems

    Another recommendation: Look for something that can run OpenWRT, so you're >> not stuck with whatever firmware the router manufacturer provides.

    A third recommendation: a Raspberry Pi Compute Module 4 and a carrier board >> that adds a second Ethernet port make a pretty good platform to run OpenWRT. >> The CPU and memory on the CM4 will blow the doors off of most of the routers >> you'd likely buy for home use, and I suspect they're competitive with nearly >> anything short of rack-mountable enterprise-grade routers. The onboard WiFi >> (on models so equipped) probably isn't so hot, but it's a solid option for >> wired connections up to at least gigabit speeds and WiFi can be provided
    with a separate access point or a USB dongle.


    Why a compute module especially?
    Wouldn't e.g. a Pi4 be just as good?

    You're stuck with USB network adapters if you use a Pi 4. With a CM4, there are carrier boards that route the built-in Ethernet to one port and connect
    a second port over PCIe. This is the one I use:

    https://wiki.dfrobot.com/Compute_Module_4_IoT_Router_Board_Mini_SKU_DFR0767
    --
    _/_
    / v \ Scott Alfter (remove the obvious to send mail)
    (IIGS( https://alfter.us/ Top-posting!
    \_^_/ >What's the most annoying thing on Usenet? --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From Chris Green@cl@isbd.net to comp.sys.raspberry-pi on Wednesday, September 18, 2024 20:17:07
    From Newsgroup: comp.sys.raspberry-pi

    Anssi Saari <anssi.saari@usenet.mail.kapsi.fi> wrote:
    The Natural Philosopher <tnp@invalid.invalid> writes:

    Unlike many feature rich routers, the draytek has a sanely organised
    user interface and the advanced features actually work...

    High praise. Which Draytek router BTW? I had one a few years ago but it
    was strangely broken and I eventually had to return it and as it was out
    of production I just got a refund. I went with a fairly awful Mikrotik
    until I got around to building my own from a PC Engines APU2 board.

    I really like how Draytek puts a simulation of their web interface
    online. Nothing like seeing it yourself, even if you can't really do
    anything in the simulation.

    I used Draytek routers until a year or so ago but now I'm 100% with
    Asus routers running asuswrt-merlin. It's another (much better) world.
    --
    Chris Green
    ·
    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From The Natural Philosopher@tnp@invalid.invalid to comp.sys.raspberry-pi on Thursday, September 19, 2024 07:48:01
    From Newsgroup: comp.sys.raspberry-pi

    On 18/09/2024 19:22, Scott Alfter wrote:
    In article <vcca63$3je29$3@dont-email.me>,
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    On 17/09/2024 16:08, Scott Alfter wrote:
    In article <vcbji2$3evhe$4@dont-email.me>,
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    Moral. Get a decent router so at least you can eliminate it from your
    problems

    Another recommendation: Look for something that can run OpenWRT, so you're >>> not stuck with whatever firmware the router manufacturer provides.

    A third recommendation: a Raspberry Pi Compute Module 4 and a carrier board >>> that adds a second Ethernet port make a pretty good platform to run OpenWRT.
    The CPU and memory on the CM4 will blow the doors off of most of the routers
    you'd likely buy for home use, and I suspect they're competitive with nearly
    anything short of rack-mountable enterprise-grade routers. The onboard WiFi
    (on models so equipped) probably isn't so hot, but it's a solid option for >>> wired connections up to at least gigabit speeds and WiFi can be provided >>> with a separate access point or a USB dongle.


    Why a compute module especially?
    Wouldn't e.g. a Pi4 be just as good?

    You're stuck with USB network adapters if you use a Pi 4. With a CM4, there are carrier boards that route the built-in Ethernet to one port and connect
    a second port over PCIe. This is the one I use:

    Given that few of us have internet connections over 100Mbps, that hardly
    seems an issue

    https://wiki.dfrobot.com/Compute_Module_4_IoT_Router_Board_Mini_SKU_DFR0767

    --
    Future generations will wonder in bemused amazement that the early twenty-first century’s developed world went into hysterical panic over a globally average temperature increase of a few tenths of a degree, and,
    on the basis of gross exaggerations of highly uncertain computer
    projections combined into implausible chains of inference, proceeded to contemplate a rollback of the industrial age.

    Richard Lindzen

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From druck@news@druck.org.uk to comp.sys.raspberry-pi on Thursday, September 19, 2024 10:22:58
    From Newsgroup: comp.sys.raspberry-pi

    On 17/09/2024 20:39, Chris Green wrote:
    bp@www.zefox.net wrote:

    I've played with the idea of getting an open-wrt-compatible router in the
    past, but dropped the idea after finding nothing suitable at the local
    thrift store. Perhaps I should look again.

    I am using Asus routers now which, by default, run a version of OpenWrt called AsusWrt. However, even better, is asuswrt-merlin which is easy
    to install instead of Asuswrt and gives you all sorts of customisation
    if you want.

    I'll second that. Great WiFi strength, powerful multi-core CPUs and lots
    of RAM, unlike some other makes.

    Not all Asus routers can run Asuswrt-Merlin but there's a fair number
    that can and many of them are available at very reasonable prices
    secondhand on eBay or from such as CEX.

    I've picked up my last couple from e-bay, as ASUS routers are popular
    with gamers, and they must absolutely have the latest model to save
    0.5us of latency, so you can find some almost new routers going very
    cheap. I just upgraded my primary one to an RT-AX86U from an RT-AC86U
    also from e-bay.

    My original 10 year old RT-AC68U is still going strong, now used as a
    WiFi relay for the Pi's in the shed at the bottom of the garden - it
    gives 5GHz connection where the Pi's struggle with 2.4GHz.

    The user interface GUI is really nice (though quite complex because
    there is so much that can be configured).

    All very useful stuff, when you work out what it all does!

    It's also got good monitoring faculties, and all my remote Pi's are
    connected via it's built-in VPN.

    ---druck



    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From scott@scott@alfter.diespammersdie.us (Scott Alfter) to comp.sys.raspberry-pi on Thursday, September 19, 2024 16:12:22
    From Newsgroup: comp.sys.raspberry-pi

    In article <vcghf1$fidv$6@dont-email.me>,
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    On 18/09/2024 19:22, Scott Alfter wrote:
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    Why a compute module especially?
    Wouldn't e.g. a Pi4 be just as good?

    You're stuck with USB network adapters if you use a Pi 4. With a CM4, there >> are carrier boards that route the built-in Ethernet to one port and connect >> a second port over PCIe. This is the one I use:

    Given that few of us have internet connections over 100Mbps, that hardly >seems an issue

    I suspect faster connections aren't nearly as uncommon as you think. My downstream speed at home is 300 Mbps, and it's far from the fastest service that Cox offers.

    In any case, if you're currently shopping for router hardware, I'd think a
    bit of future-proofing would be prudent.
    --
    _/_
    / v \ Scott Alfter (remove the obvious to send mail)
    (IIGS( https://alfter.us/ Top-posting!
    \_^_/ >What's the most annoying thing on Usenet? --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From Ahem A Rivet's Shot@steveo@eircom.net to comp.sys.raspberry-pi on Thursday, September 19, 2024 17:51:02
    From Newsgroup: comp.sys.raspberry-pi

    On Thu, 19 Sep 2024 07:48:01 +0100
    The Natural Philosopher <tnp@invalid.invalid> wrote:

    Given that few of us have internet connections over 100Mbps, that hardly seems an issue

    I've had gigabit FTTH for a few years now - and I'm in rural
    Ireland. I use an old PC running FreeBSD as a router/firewall, I've never
    liked commercial routers, using a proper OS is so much easier.
    --
    Steve O'Hara-Smith
    Odds and Ends at http://www.sohara.org/
    For forms of government let fools contest
    Whate're is best administered is best - Alexander Pope
    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From The Natural Philosopher@tnp@invalid.invalid to comp.sys.raspberry-pi on Thursday, September 19, 2024 18:44:49
    From Newsgroup: comp.sys.raspberry-pi

    On 19/09/2024 17:51, Ahem A Rivet's Shot wrote:
    On Thu, 19 Sep 2024 07:48:01 +0100
    The Natural Philosopher <tnp@invalid.invalid> wrote:

    Given that few of us have internet connections over 100Mbps, that hardly
    seems an issue

    I've had gigabit FTTH for a few years now - and I'm in rural
    Ireland. I use an old PC running FreeBSD as a router/firewall, I've never liked commercial routers, using a proper OS is so much easier.

    I picked the 'economy' package at 40/10 Mps

    Its more than good enough for me

    What I like is the reliability of FTTP. Not the raw speed
    --
    Karl Marx said religion is the opium of the people.
    But Marxism is the crack cocaine.

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From Ahem A Rivet's Shot@steveo@eircom.net to comp.sys.raspberry-pi on Thursday, September 19, 2024 19:10:45
    From Newsgroup: comp.sys.raspberry-pi

    On Thu, 19 Sep 2024 18:44:49 +0100
    The Natural Philosopher <tnp@invalid.invalid> wrote:

    On 19/09/2024 17:51, Ahem A Rivet's Shot wrote:
    On Thu, 19 Sep 2024 07:48:01 +0100
    The Natural Philosopher <tnp@invalid.invalid> wrote:

    Given that few of us have internet connections over 100Mbps, that
    hardly seems an issue

    I've had gigabit FTTH for a few years now - and I'm in rural
    Ireland. I use an old PC running FreeBSD as a router/firewall, I've
    never liked commercial routers, using a proper OS is so much easier.

    I picked the 'economy' package at 40/10 Mps

    Wow the only options on offer here are 500/50 or 1000/100 with the price increment for 1000/100 being minimal.
    --
    Steve O'Hara-Smith
    Odds and Ends at http://www.sohara.org/
    For forms of government let fools contest
    Whate're is best administered is best - Alexander Pope
    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From mm0fmf@none@invalid.com to comp.sys.raspberry-pi on Thursday, September 19, 2024 22:01:49
    From Newsgroup: comp.sys.raspberry-pi

    On 19/09/2024 19:10, Ahem A Rivet's Shot wrote:
    On Thu, 19 Sep 2024 18:44:49 +0100
    The Natural Philosopher <tnp@invalid.invalid> wrote:

    On 19/09/2024 17:51, Ahem A Rivet's Shot wrote:
    On Thu, 19 Sep 2024 07:48:01 +0100
    The Natural Philosopher <tnp@invalid.invalid> wrote:

    Given that few of us have internet connections over 100Mbps, that
    hardly seems an issue

    I've had gigabit FTTH for a few years now - and I'm in rural
    Ireland. I use an old PC running FreeBSD as a router/firewall, I've
    never liked commercial routers, using a proper OS is so much easier.

    I picked the 'economy' package at 40/10 Mps

    Wow the only options on offer here are 500/50 or 1000/100 with the price increment for 1000/100 being minimal.

    There are plenty of midspeed packages so switching from cable/VDSL to
    fibre lets the ISPs sell you slow fibre for the same as VDSL etc.

    I have a 20/130Mbps cable package. My road was fibred and the same
    package was £17/month cheaper on fibre than cable. I could get moved to
    fibre and eventually move to 900/900Mbps. I moaned and moaned at the
    cable provider (Virgin) and they price matched the cable to stop me
    leaving. I didn't have to change anything which suits a lazy sod like me.


    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From The Natural Philosopher@tnp@invalid.invalid to comp.sys.raspberry-pi on Friday, September 20, 2024 09:15:17
    From Newsgroup: comp.sys.raspberry-pi

    On 19/09/2024 19:10, Ahem A Rivet's Shot wrote:
    On Thu, 19 Sep 2024 18:44:49 +0100
    The Natural Philosopher <tnp@invalid.invalid> wrote:

    On 19/09/2024 17:51, Ahem A Rivet's Shot wrote:
    On Thu, 19 Sep 2024 07:48:01 +0100
    The Natural Philosopher <tnp@invalid.invalid> wrote:

    Given that few of us have internet connections over 100Mbps, that
    hardly seems an issue

    I've had gigabit FTTH for a few years now - and I'm in rural
    Ireland. I use an old PC running FreeBSD as a router/firewall, I've
    never liked commercial routers, using a proper OS is so much easier.

    I picked the 'economy' package at 40/10 Mps

    Wow the only options on offer here are 500/50 or 1000/100 with the price increment for 1000/100 being minimal.

    I bet your linux updates dont download any faster though...
    --
    “But what a weak barrier is truth when it stands in the way of an hypothesis!”

    Mary Wollstonecraft

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From The Natural Philosopher@tnp@invalid.invalid to comp.sys.raspberry-pi on Friday, September 20, 2024 09:16:46
    From Newsgroup: comp.sys.raspberry-pi

    On 19/09/2024 22:01, mm0fmf wrote:
    On 19/09/2024 19:10, Ahem A Rivet's Shot wrote:
    On Thu, 19 Sep 2024 18:44:49 +0100
    The Natural Philosopher <tnp@invalid.invalid> wrote:

    On 19/09/2024 17:51, Ahem A Rivet's Shot wrote:
    On Thu, 19 Sep 2024 07:48:01 +0100
    The Natural Philosopher <tnp@invalid.invalid> wrote:

    Given that few of us have internet connections over 100Mbps, that
    hardly seems an issue

        I've had gigabit FTTH for a few years now - and I'm in rural
    Ireland. I use an old PC running FreeBSD as a router/firewall, I've
    never liked commercial routers, using a proper OS is so much easier.

    I picked the 'economy' package at 40/10 Mps

        Wow the only options on offer here are 500/50 or 1000/100 with the >> price increment for 1000/100 being minimal.

    There are plenty of midspeed packages so switching from cable/VDSL to
    fibre lets the ISPs sell you slow fibre for the same as VDSL etc.

    I have a 20/130Mbps cable package. My road was fibred and the same
    package was £17/month cheaper on fibre than cable. I could get moved to fibre and eventually move to 900/900Mbps. I moaned and moaned at the
    cable provider (Virgin) and they price matched the cable to stop me leaving.  I didn't have to change anything which suits a lazy sod like me.


    You mean you passed up an opportunity to leave Virgin and save money?
    Everyone I know who was on Virgin cable is now on something else.
    --
    “But what a weak barrier is truth when it stands in the way of an hypothesis!”

    Mary Wollstonecraft

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From Joerg Walther@joerg.walther@magenta.de to comp.sys.raspberry-pi on Friday, September 20, 2024 16:17:53
    From Newsgroup: comp.sys.raspberry-pi

    mm0fmf wrote:

    There are plenty of midspeed packages so switching from cable/VDSL to
    fibre lets the ISPs sell you slow fibre for the same as VDSL etc.

    It won't take long until most ISPs will want to get rid of the double infrastructure VDSL/Fibre, it may happen soon that you will have to
    switch to Fibre or end up with no phone/internet connectivity at all.

    -jw-
    --
    And now for something completely different...
    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From bp@bp@www.zefox.net to comp.sys.raspberry-pi on Friday, September 20, 2024 15:34:53
    From Newsgroup: comp.sys.raspberry-pi

    Joerg Walther <joerg.walther@magenta.de> wrote:

    It won't take long until most ISPs will want to get rid of the double infrastructure VDSL/Fibre, it may happen soon that you will have to
    switch to Fibre or end up with no phone/internet connectivity at all.


    Fearing the same, I asked my DSL provider what the foreseeable threats
    to my service might be. The answer was "squirrels".

    bob prohaska

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From mm0fmf@none@invalid.com to comp.sys.raspberry-pi on Friday, September 20, 2024 19:00:21
    From Newsgroup: comp.sys.raspberry-pi

    On 20/09/2024 09:16, The Natural Philosopher wrote:
    On 19/09/2024 22:01, mm0fmf wrote:
    On 19/09/2024 19:10, Ahem A Rivet's Shot wrote:
    On Thu, 19 Sep 2024 18:44:49 +0100
    The Natural Philosopher <tnp@invalid.invalid> wrote:

    On 19/09/2024 17:51, Ahem A Rivet's Shot wrote:
    On Thu, 19 Sep 2024 07:48:01 +0100
    The Natural Philosopher <tnp@invalid.invalid> wrote:

    Given that few of us have internet connections over 100Mbps, that
    hardly seems an issue

        I've had gigabit FTTH for a few years now - and I'm in rural >>>>> Ireland. I use an old PC running FreeBSD as a router/firewall, I've
    never liked commercial routers, using a proper OS is so much easier. >>>>>
    I picked the 'economy' package at 40/10 Mps

        Wow the only options on offer here are 500/50 or 1000/100 with the >>> price increment for 1000/100 being minimal.

    There are plenty of midspeed packages so switching from cable/VDSL to
    fibre lets the ISPs sell you slow fibre for the same as VDSL etc.

    I have a 20/130Mbps cable package. My road was fibred and the same
    package was £17/month cheaper on fibre than cable. I could get moved
    to fibre and eventually move to 900/900Mbps. I moaned and moaned at
    the cable provider (Virgin) and they price matched the cable to stop
    me leaving.  I didn't have to change anything which suits a lazy sod
    like me.


    You mean you passed up an opportunity to leave Virgin and save money? Everyone I know who was on Virgin cable is now on something else.


    Well now you know someone who didn't.

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From mm0fmf@none@invalid.com to comp.sys.raspberry-pi on Friday, September 20, 2024 19:01:52
    From Newsgroup: comp.sys.raspberry-pi

    On 20/09/2024 15:17, Joerg Walther wrote:
    mm0fmf wrote:

    There are plenty of midspeed packages so switching from cable/VDSL to
    fibre lets the ISPs sell you slow fibre for the same as VDSL etc.

    It won't take long until most ISPs will want to get rid of the double infrastructure VDSL/Fibre, it may happen soon that you will have to
    switch to Fibre or end up with no phone/internet connectivity at all.

    -jw-
    I don't have a wired phone or xDSL, I have cable, DOCSIS 3 of some kind.

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From Charlie Gibbs@cgibbs@kltpzyxm.invalid to comp.sys.raspberry-pi on Friday, September 20, 2024 18:40:50
    From Newsgroup: comp.sys.raspberry-pi

    On 2024-09-20, Joerg Walther <joerg.walther@magenta.de> wrote:

    mm0fmf wrote:

    There are plenty of midspeed packages so switching from cable/VDSL to
    fibre lets the ISPs sell you slow fibre for the same as VDSL etc.

    It won't take long until most ISPs will want to get rid of the double infrastructure VDSL/Fibre, it may happen soon that you will have to
    switch to Fibre or end up with no phone/internet connectivity at all.

    Locally, Telus pushed hard to replace copper with fibre, first with
    incentives, then replacement of remamining copper when we holdouts
    were few enough to make it worth their while. Now I can enjoy the
    loss of dial tone (and 911 service) when the power goes out, just
    like everybody else.
    --
    /~\ Charlie Gibbs | We'll go down in history as the
    \ / <cgibbs@kltpzyxm.invalid> | first society that wouldn't save
    X I'm really at ac.dekanfrus | itself because it wasn't cost-
    / \ if you read it the right way. | effective. -- Kurt Vonnegut
    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From Bob Latham@bob@sick-of-spam.invalid to comp.sys.raspberry-pi on Friday, September 20, 2024 20:03:51
    From Newsgroup: comp.sys.raspberry-pi

    In article <vckd7n$16u5c$1@dont-email.me>,
    mm0fmf <none@invalid.com> wrote:
    On 20/09/2024 09:16, The Natural Philosopher wrote:
    On 19/09/2024 22:01, mm0fmf wrote:

    [Snip]

    I have a 20/130Mbps cable package. My road was fibred and the
    same package was ú17/month cheaper on fibre than cable. I could
    get moved to fibre and eventually move to 900/900Mbps. I moaned
    and moaned at the cable provider (Virgin) and they price
    matched the cable to stop me leaving. I didn't have to change
    anything which suits a lazy sod like me.


    You mean you passed up an opportunity to leave Virgin and save
    money? Everyone I know who was on Virgin cable is now on
    something else.


    Well now you know someone who didn't.

    Similar for me. Been with Virgin since 2000 as BT were useless at
    that time. Yes, they're expensive but fast and reliable at least for
    me.

    This year we get leaflets through the door from BRSK for full fibre.
    But, they use CGNAT, not good and to get around that you can buy a
    static IP which is another ú5 per month.

    They were still cheaper by ú20 per month. Phoned up Virgin and moaned
    and moaned, they knocked ú16 off the bill so still ú4 more but it's a
    known product with known benefits/issues and the BRSK offer is just
    that, it will not last. It's just to draw new customers who will get
    a shock next time around.

    In addition I will not upset the neighbours by getting BRSK and
    therefore getting a pole installed for which I would not be thanked.

    Money is not the only factor.

    Bob.

    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From Anssi Saari@anssi.saari@usenet.mail.kapsi.fi to comp.sys.raspberry-pi on Monday, September 23, 2024 13:54:45
    From Newsgroup: comp.sys.raspberry-pi

    Chris Green <cl@isbd.net> writes:

    I used Draytek routers until a year or so ago but now I'm 100% with
    Asus routers running asuswrt-merlin. It's another (much better) world.

    Is it? I haven't been too sure OpenWRT has the manpower to provide
    timely security updates, I especially wondered about this around when
    the LEDE project seemed to fork off. Which is why I looked elsewhere. I
    assume asuswrt-merlin is also a small team but don't really know.

    Anyway, not looking to run anything other than Debian Linux on my router
    for now.
    --- Synchronet 3.19b-Win32 NewsLink 1.113
  • From druck@news@druck.org.uk to comp.sys.raspberry-pi on Wednesday, September 25, 2024 10:23:06
    From Newsgroup: comp.sys.raspberry-pi

    On 23/09/2024 11:54, Anssi Saari wrote:
    Chris Green <cl@isbd.net> writes:

    I used Draytek routers until a year or so ago but now I'm 100% with
    Asus routers running asuswrt-merlin. It's another (much better) world.

    Is it? I haven't been too sure OpenWRT has the manpower to provide
    timely security updates, I especially wondered about this around when
    the LEDE project seemed to fork off. Which is why I looked elsewhere. I assume asuswrt-merlin is also a small team but don't really know.

    At least someone is working on it, unlike a lot of cheap routers who's firmware is abandoned before it even hits the shops.

    ---druck
    --- Synchronet 3.19b-Win32 NewsLink 1.113