I'm at full 10 Gb/s :)

Internet access discussion, including Fusion, IP Broadband, and Gigabit Fiber!
9 posts Page 1 of 1
by davygrvy » Sat May 03, 2025 8:44 am

Code: Select all

davygrvy@DESKTOP-9L7JFU4:~$ ssh [email protected]
[email protected]'s password:


BusyBox v1.36.1 (2025-04-13 16:38:32 UTC) built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 24.10.1, r28597-0425664679
 -----------------------------------------------------
root@OpenWrt:~# speedtest --test-server speedtest.sjc.sonic.net:8080
SpeedTest++ version 1.20.3
Speedtest.net command line interface
Info: https://github.com/oskarirauta/speedtestcpp
Author: Francesco Laurita <[email protected]>
Co-authored-by: Oskari Rauta <[email protected]>

IP: 23.93.201.114 ( Sonic.net, LLC ) Location: [37.8043, -122.216]
Server #1636135808:  speedtest.sjc.sonic.net:8080 by  (4.55646e-41 km from you): 0 ms (chosen by recommendation)
Ping: 0 ms.
Jitter: 0 ms.

server selected profile detected: profile selected from server configuration

Download: 8797.77 Mbit/s       <- wow
Upload: 4028.18 Mbit/s
root@OpenWrt:~#
Build your own, you can't buy a consumer router to do this. Make sure to get a mini-PC with SFP+ slots so you can use a 10GBASE-T module to match to the Sonic ONT.

Image
by joeyyung911 » Sat May 03, 2025 12:20 pm
Yes you can:

viewtopic.php?t=17472
Excelsior, Sonic Fiber
by davygrvy » Sat May 03, 2025 2:13 pm
But for under $400 on a platform capable of running SNORT?
by daniel15 » Mon May 05, 2025 11:24 am
I'm glad to know that a mini PC can handle this! Does the mini PC have an Atom with hardware acceleration (QAT), or is it some other CPU? What NIC does it use?
you can't buy a consumer router to do this.
Not sure if you'd consider it a consumer router, but the TP-Link Omada ER8411 can handle the full 10Gbps. It was $350 when I bought it but it looks like it's $399 now.
by davygrvy » Mon May 05, 2025 2:13 pm
It's a quad-core N100 @0.8GHz. I think it might be too slow for my needs, though. When I run transmission-daemon and remote connect from my laptop, which I haven't converted the lan yet to 10G on the few desktops I can upgrade, I can't get downloads faster than 65MB/s (~540Mb/s). CPU% usage of transmission-daemon is ~25%, so that's one core at max. I can't tell the spread using top, though. I think I should have chosen the i3 N305 for the extra $130. I thought it was a disk speed limit at first and tried switch to the main SSD over the external raid5 disk array over e-SATA, but it made no change. I can't tell for sure, but I appear to be CPU bound, not net or disk. I ran speedtest while the test torrent ran and got this:

Code: Select all

root@OpenWrt:~# speedtest
SpeedTest++ version 1.20.3
Speedtest.net command line interface
Info: https://github.com/oskarirauta/speedtestcpp
Author: Francesco Laurita <[email protected]>
Co-authored-by: Oskari Rauta <[email protected]>

IP: 23.93.198.117 ( Sonic.net, LLC ) Location: [37.8043, -122.216]
Finding fastest server...
10 Servers online

Server #62644: Oakland, CA sanfrancisco.getstreamhosting.com:8080 by Primcast (3 km from you): 3 ms
Ping: 3 ms.
Jitter: 0 ms.

server selected profile detected: profile selected from server configuration

Download: 8132.82 Mbit/s
Upload: 2409.93 Mbit/s
root@OpenWrt:~#
I haven't finished my "move in" yet and have numerous services to add such as Immich and Fossil for the projects I do.
by davygrvy » Mon May 05, 2025 2:29 pm
It's a shame about the China tarrif fiasco :/

I just bought this about three weeks ago and now it is unavailable. But do get the i3 N305 if you plan on running transmission-daemon. There is plenty of muscle for SNORT with the N100.
by davygrvy » Mon May 05, 2025 2:43 pm
it has two NICs. The second is 2.5Gbe. The lspci report is:

Code: Select all

01:00.1 Ethernet controller [0200]: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection [8086:10fb] (rev 01)
        Kernel driver in use: ixgbe
02:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller I226-V [8086:125c] (rev 04)
        Subsystem: Intel Corporation Device [8086:0000]
        Kernel driver in use: igc
by davygrvy » Mon May 05, 2025 3:29 pm
Daniel,

Maybe I'm just fooling myself.. My laptop connected off Wi-Fi 5 (802.11ac) at 780/650 (Mbps) does that same test torrent with transmission locally and barely breaks 12MB/s.
by davygrvy » Mon May 05, 2025 4:43 pm
Also, the built-in graphics with 2 HDMI ports is Intel and probably not compatible with libcuda. Not that there a build of CUDA or OpenVINO for OpenWRT, but I was wondering with regards to setting up a docker app that uses AI on photos.

Code: Select all

00:02.0 VGA compatible controller [0300]: Intel Corporation Alder Lake-N [UHD Graphics] [8086:46d1]
        DeviceName: Onboard - Video
        Subsystem: Intel Corporation Device [8086:7270]
        Kernel driver in use: i915
9 posts Page 1 of 1