GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    Linux Renaissance (darth@silversword.online)'s status on Saturday, 28-Sep-2024 23:16:10 JST Linux Renaissance Linux Renaissance

    Anyone uses #OPNsense at home? What's your hardware configuration for it?

    #FreeBSD

    In conversation about 9 months ago from silversword.online permalink
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Saturday, 28-Sep-2024 23:16:09 JST feld feld
      in reply to
      @darth This hardware is incredible, and you support the project

      https://shop.opnsense.com/product/dec840-opnsense-desktop-security-appliance/
      In conversation about 9 months ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: shop.opnsense.com
        DEC840 – OPNsense® Desktop Security Appliance
        from admin
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Sunday, 29-Sep-2024 03:09:45 JST feld feld
      in reply to
      • #/usr/sbin/rtheren
      @RTheren @darth This has been a problem for so many years it's silly. Is there anyone with a test environment and skills we can just throw a little money at to fix it?
      In conversation about 9 months ago permalink
    • Embed this notice
      #/usr/sbin/rtheren (rtheren@social.linux.pizza)'s status on Sunday, 29-Sep-2024 03:09:46 JST #/usr/sbin/rtheren #/usr/sbin/rtheren
      in reply to

      @darth I got this badboy, as *BSD can't do gigabit over PPPoE on slow CPUs.
      https://teklager.se/en/products/routers/tlsense-N5105L4

      In conversation about 9 months ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: teklager.se
        TLSense N5105L4: 4x 2.5Gbit LAN, N5105 CPU,
        TLSense N5105: 4x 2.5Gbit LAN, N5105 CPU
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Sunday, 29-Sep-2024 06:21:41 JST feld feld
      in reply to
      • John-Mark Gurney
      • #/usr/sbin/rtheren
      • feld
      @RTheren @darth

      Hey @encthenet how much work would this take? Can we fund it? I'd donate
      In conversation about 9 months ago permalink
    • Embed this notice
      John-Mark Gurney (encthenet@flyovercountry.social)'s status on Sunday, 29-Sep-2024 13:21:19 JST John-Mark Gurney John-Mark Gurney
      in reply to
      • #/usr/sbin/rtheren
      • feld

      @feld @darth @RTheren

      What specifically? That PPPoE is slow? Are people really running PPPoE at gigabit speeds? Are there actual fiber installs using PPPoE? or is this for VPN usage?

      It does look like pppoed is using netgraph, so it should be resonably fast. I think it's more of a problem of networking/firewall just being slow on lower end arm boards, and why I switched to a SFF PC for my internet router:
      https://flyovercountry.social/@encthenet/110895206283732462

      In conversation about 9 months ago permalink

      Attachments

      1. No result found on File_thumbnail lookup.
        John-Mark Gurney (@encthenet@flyovercountry.social)
        from John-Mark Gurney
        @brnrd@bsd.network It's a HP EliteDesk 705 G2 SFF (~$40 ebay, ~$120 newegg). CPU AMD PRO A10-8750B @ 3.6 GHz and 8GB of ram (yeah, ram is overkill for this box). It has a dual Intel gige nic (Intel(R) PRO/1000 82576) and a Chelsio T520-SO dual 10g (currently gig copper to the internal network, but will be upgrade to 10g soon). Not entirely happy that it has a fan, but it's a relatively slow spinning one, and the APU4 that I was using previously was just too slow. And other options too $$.
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Sunday, 29-Sep-2024 13:21:41 JST feld feld
      in reply to
      • John-Mark Gurney
      • #/usr/sbin/rtheren
      @encthenet @darth @RTheren It's a long standing issue that it's limited to a single queue

      https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203856

      PPPoE fiber in Europe is actually quite popular.

      https://community.ui.com/questions/PPPoE-bandwidth-issue-with-higher-than-gigabit-connections/40e94362-c15e-4a32-8f89-49429b1a4db6
      In conversation about 9 months ago permalink
    • Embed this notice
      John-Mark Gurney (encthenet@flyovercountry.social)'s status on Sunday, 29-Sep-2024 13:41:42 JST John-Mark Gurney John-Mark Gurney
      in reply to
      • #/usr/sbin/rtheren
      • feld

      @feld @darth @RTheren
      Also, I was surprised at the CPU decrease by switching from a dual Intel gige nic to a Chelsio T520 10gige w/ a 1000base-t SFP module.

      Really, it's likely a combination of those ethernet drivers being slow, the ethernet hardware itself being slow, and that there aren't "cheap" arm boards that have half decent CPU performance. (10gig cards can do multiple queues, which very few gige nics can do, or if they can, drivers don't support it, or support it poorly).

      In conversation about 9 months ago permalink
      feld likes this.
    • Embed this notice
      John-Mark Gurney (encthenet@flyovercountry.social)'s status on Sunday, 29-Sep-2024 13:42:08 JST John-Mark Gurney John-Mark Gurney
      in reply to
      • #/usr/sbin/rtheren
      • feld

      @feld @darth @RTheren
      I think that specific problem w/ Intel nics has since been fixed (the patch in the page doesn't apply as driver has changed dramatically since). At least the driver appears to support it, and my igb nic uses 4 RX and 4 TX queues. I think it does require MSI-X interrupt support, which may be a problem for lower end hardware.

      And looking ng_pppoe doesn't set NG_NODE_FORCE_WRITER (confirmed looking at code) so it's multithreaded.

      In conversation about 9 months ago permalink
      feld likes this.
    • Embed this notice
      feld (feld@friedcheese.us)'s status on Sunday, 29-Sep-2024 13:42:53 JST feld feld
      in reply to
      • John-Mark Gurney
      • #/usr/sbin/rtheren
      @encthenet @darth @RTheren oh this is great to hear, I thought we still had this issue. FreeBSD routers have been avoided for a lot of people because of this
      In conversation about 9 months ago permalink
    • Embed this notice
      John-Mark Gurney (encthenet@flyovercountry.social)'s status on Sunday, 29-Sep-2024 13:46:03 JST John-Mark Gurney John-Mark Gurney
      in reply to
      • #/usr/sbin/rtheren
      • feld

      @feld @darth @RTheren BUT, I'm not sure that the nic can properly hash the pppoe packets to make it multithreaded.

      The first step would be for someone who has a PPPoE setup w/ slow performance to generate a flame graph to help identify the parts that need work.

      something like:
      https://www.brendangregg.com/blog/2015-03-10/freebsd-flame-graphs.html or looking at the flame graph readme.

      But specing price would be hard (or expensive) w/o understanding what likely needs work.

      In conversation about 9 months ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: www.brendangregg.com
        FreeBSD Flame Graphs
        FreeBSD Flame Graphs
      feld likes this.

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.