Welcome! Log In Create A New Profile

Advanced

NSA 320 possible messedup Env

Posted by Th3l0lb0y 
Re: NSA 320 possible messedup Env
March 01, 2024 09:16PM
The speed looks good. But something is not right.

Server listening on TCP port 5001
TCP window size:  208 KByte (default)
------------------------------------------------------------
[  4] local 192.168.178.70 port 5001 connected with 192.168.178.137 port 37054
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0-10.0 sec   723 MBytes   606 Mbits/sec
------------------------------------------------------------
Client connecting to 192.168.178.137, TCP port 5001
TCP window size:  867 MByte
------------------------------------------------------------
[  4] local 192.168.178.116 port 59641 connected with 192.168.178.137 port 5001
[  4]  0.0-10.0 sec   870 MBytes   728 Mbits/sec

192.168.178.116 is another box. You are testing 192.168.178.70 and 192.168.178.137.

So before running iperf, do this to show which box you are running the test.
ifconfig -a

And please post the entire log, with iperf commands being executed, not just the results. For example below, there are 2 boxes, 192.168.7.201 and 192.168.7.17

# iperf -c 192.168.7.201 -r
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
------------------------------------------------------------
Client connecting to 192.168.7.201, TCP port 5001
TCP window size:  117 KByte (default)
------------------------------------------------------------
[  3] local 192.168.7.17 port 33542 connected with 192.168.7.201 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec   857 MBytes   719 Mbits/sec
[  5] local 192.168.7.17 port 5001 connected with 192.168.7.201 port 47774
[  5]  0.0-10.0 sec   734 MBytes   615 Mbits/sec

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 02, 2024 10:27AM
ok sry

here is my ip config
root@Vault-111:~# ifconfig -a
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.178.137  netmask 255.255.255.0  broadcast 192.168.178.255
        ether c8:6c:87:9b:2f:78  txqueuelen 1000  (Ethernet)
        RX packets 123411  bytes 8128173 (7.7 MiB)
        RX errors 1233  dropped 1774  overruns 0  frame 0
        TX packets 526296  bytes 794200547 (757.4 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 36

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 203  bytes 81922 (80.0 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 203  bytes 81922 (80.0 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

root@Vault-111:~#



nsa320 = 192.168.178.137
Server = 192.168.178.70

here Test 1 nsa320
root@Vault-111:~# iperf -c 192.168.178.70 -r
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
------------------------------------------------------------
Client connecting to 192.168.178.70, TCP port 5001
TCP window size:  262 KByte (default)
------------------------------------------------------------
[  5] local 192.168.178.137 port 57056 connected with 192.168.178.70 port 5001
[ ID] Interval       Transfer     Bandwidth
[  5]  0.0-10.7 sec  48.0 MBytes  37.5 Mbits/sec

Test 1 Server side
C:\Users\Admin\Desktop\iperf-2.0.9-win64>iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  208 KByte (default)
------------------------------------------------------------
[  4] local 192.168.178.70 port 5001 connected with 192.168.178.137 port 57056
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0-94.1 sec  48.0 MBytes  4.28 Mbits/sec
------------------------------------------------------------
Client connecting to 192.168.178.137, TCP port 5001
TCP window size:  867 MByte
------------------------------------------------------------
[  4] local 192.168.178.70 port 60852 connected with 192.168.178.137 port 5001
[  4]  0.0-10.1 sec   886 MBytes   738 Mbits/sec

Test 2 nsa320 with the same ip´s
root@Vault-111:~# iperf -c 192.168.178.70 -r
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
------------------------------------------------------------
Client connecting to 192.168.178.70, TCP port 5001
TCP window size:  131 KByte (default)
------------------------------------------------------------
[  3] local 192.168.178.137 port 57074 connected with 192.168.178.70 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec   754 MBytes   632 Mbits/sec
[  5] local 192.168.178.137 port 5001 connected with 192.168.178.70 port 60877


Test 2 Server Side

C:\Users\Admin\Desktop\iperf-2.0.9-win64>iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  208 KByte (default)
------------------------------------------------------------
[  4] local 192.168.178.70 port 5001 connected with 192.168.178.137 port 57074
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0-10.0 sec   754 MBytes   631 Mbits/sec
------------------------------------------------------------
Client connecting to 192.168.178.137, TCP port 5001
TCP window size:  867 MByte
------------------------------------------------------------
[  4] local 192.168.178.70 port 60877 connected with 192.168.178.137 port 5001
[  4]  0.0-10.1 sec   878 MBytes   731 Mbits/sec

I hope this time if done everything right :-)

-th3l0lb0y
Re: NSA 320 possible messedup Env
March 02, 2024 02:04PM
For someone who hasn't read the entire thread, what exactly is the difference in test setup (i.e. not the result difference, but configuration difference) between test 1 and test 2?

Ray
Re: NSA 320 possible messedup Env
March 02, 2024 02:18PM
i testet 2 times to see if the results are constant
so test one and two are on the exact same hardware
and for the hope that i forgot nothing
Re: NSA 320 possible messedup Env
March 03, 2024 05:52AM
Is still something wrong with my tests ? Transfer speeds in shares and wget , updates are still extreme slow

-Th3l0lb0y
Re: NSA 320 possible messedup Env
March 03, 2024 02:03PM
Apparently the Windows side is the problem. Not sure what was.

I would suggest running the server side on another Linux box. Or on a Linux VM. Use VMWare Player or Virtual Box, you can run Ubuntu or Mint on the VM for free.

It is quite convenient to run Linux VM so you can learn more about Linux and do time consuming task such as backup/restore a USB rootfs,... (speed up anything that would take a long time to do on these small NAS)

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 03, 2024 03:03PM
but why would be the windows side the problem when even just updates in debian only dl with 30-40kb/s and wget´s in debian are the same
but if i connect an usb network adapter to the nsa320 the downloads and wget are normal
but with the internal MV-643xx i cant get over 100kb/s at the absolute maximum

i attach an screenshot with the download speed of nsa320 in an terminal window

for the test i install an debian 12 vm on my server right now :-)
to test if its the same in the results :-)

-Th3l0lb0y



Edited 1 time(s). Last edit at 03/03/2024 03:21PM by Th3l0lb0y.
Attachments:
open | download - Unbenannt.png (115.6 KB)
Re: NSA 320 possible messedup Env
March 04, 2024 08:15AM
now i tested between nsa320 and an Debian VM on my server

NSA320
root@Vault-111:~# iperf -c 192.168.178.140 -r
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
------------------------------------------------------------
Client connecting to 192.168.178.140, TCP port 5001
TCP window size:  280 KByte (default)
------------------------------------------------------------
[  5] local 192.168.178.137 port 39298 connected with 192.168.178.140 port 5001
[ ID] Interval       Transfer     Bandwidth
[  5]  0.0-10.0 sec   747 MBytes   626 Mbits/sec
[  4] local 192.168.178.137 port 5001 connected with 192.168.178.140 port 52628
[  4]  0.0-10.0 sec  79.6 MBytes  66.7 Mbits/sec
root@Vault-111:~#

Server
root@debianVM:/home/administrator# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.140 port 5001 connected with 192.168.178.137 port 39298 (icwnd/mss/irtt=14/1448/2086)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0064 sec   747 MBytes   626 Mbits/sec
------------------------------------------------------------
Client connecting to 192.168.178.137, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[ *2] local 192.168.178.140 port 52628 connected with 192.168.178.137 port 5001 (reverse) (icwnd/mss/irtt=14/1448/1674)
[ ID] Interval       Transfer     Bandwidth
[ *2] 0.0000-10.0244 sec  79.6 MBytes  66.6 Mbits/sec


Lastly i tested with Speedtest.net terminal version
on my NSA320
root@Vault-111:~# speedtest

   Speedtest by Ookla

      Server: Drahtlos-DSL GmbH Mittelsachsen - Leipzig (id: 38032)
         ISP: PYUR
Idle Latency:    16.33 ms   (jitter: 1.21ms, low: 14.74ms, high: 18.97ms)
    Download:     3.92 Mbps (data used: 7.2 MB)
                 15.56 ms   (jitter: 16.17ms, low: 9.01ms, high: 266.24ms)
      Upload:    52.44 Mbps (data used: 23.7 MB)
                 10.25 ms   (jitter: 7.00ms, low: 8.61ms, high: 232.78ms)
 Packet Loss:     0.0%
  Result URL: https://www.speedtest.net/result/c/d31cc0d7-7727-4cc8-9e4f-7178141bd0a8
root@Vault-111:~#

Debian VM
root@debianVM:/home/administrator# sudo speedtest

   Speedtest by Ookla

      Server: NU Informationssysteme GmbH - Leipzig (id: 31449)
         ISP: PYUR
Idle Latency:    15.17 ms   (jitter: 0.31ms, low: 14.96ms, high: 15.50ms)
    Download:   750.71 Mbps (data used: 737.2 MB)
                 31.19 ms   (jitter: 9.62ms, low: 14.84ms, high: 83.70ms)
      Upload:    51.57 Mbps (data used: 35.4 MB)
                 13.37 ms   (jitter: 5.08ms, low: 12.35ms, high: 252.18ms)
 Packet Loss:     1.3%
  Result URL: https://www.speedtest.net/result/c/6f0869c3-1837-4c17-82fa-e79375b66b9e
root@debianVM:/home/administrator#

what should i do next :-)

-Th3l0lboy



Edited 1 time(s). Last edit at 03/04/2024 08:16AM by Th3l0lb0y.
Re: NSA 320 possible messedup Env
March 04, 2024 03:58PM
is it possible that is an driver missconfiguration or something ?

-Th3l0lb0y
Re: NSA 320 possible messedup Env
March 04, 2024 04:29PM
On the NSA320

ifconfig -a
ethtool eth0
ethtool -k eth0 | grep tcp-segment

And then,

On the Debian VM (192.168.178.140)
iperf -s

And then,

On the NSA320 ( 192.168.178.137)
iperf -c 192.168.178.140

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 04, 2024 04:49PM
ifconfig -a
root@Vault-111:~# ifconfig -a
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.178.137  netmask 255.255.255.0  broadcast 192.168.178.255
        ether c8:6c:87:9b:2f:78  txqueuelen 1000  (Ethernet)
        RX packets 629922  bytes 370179333 (353.0 MiB)
        RX errors 24205  dropped 68347  overruns 0  frame 0
        TX packets 1355134  bytes 1883042200 (1.7 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 36

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 17481  bytes 6975338 (6.6 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 17481  bytes 6975338 (6.6 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

root@Vault-111:~#

ethtool eth0
root@Vault-111:~# ethtool eth0
Settings for eth0:
        Supported ports: [ TP MII ]
        Supported link modes:   10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Full
        Supported pause frame use: Symmetric Receive-only
        Supports auto-negotiation: Yes
        Supported FEC modes: Not reported
        Advertised link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Full
        Advertised pause frame use: No
        Advertised auto-negotiation: Yes
        Advertised FEC modes: Not reported
        Link partner advertised link modes:  10baseT/Half 10baseT/Full
                                             100baseT/Half 100baseT/Full
                                             1000baseT/Full
        Link partner advertised pause frame use: Symmetric
        Link partner advertised auto-negotiation: Yes
        Link partner advertised FEC modes: Not reported
        Speed: 1000Mb/s
        Duplex: Full
        Port: MII
        PHYAD: 1
        Transceiver: internal
        Auto-negotiation: on
        Supports Wake-on: g
        Wake-on: g
        Link detected: yes
root@Vault-111:~#

ethtool -k eth0 | grep tcp-segment
root@Vault-111:~# ethtool -k eth0 | grep tcp-segment
tcp-segmentation-offload: off
        tx-tcp-segmentation: off [fixed]
root@Vault-111:~#

iperf -s
root@debianVM:/home/administrator# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.140 port 5001 connected with 192.168.178.137 port 41324 (icwnd/mss/irtt=14/1448/1992)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0104 sec   771 MBytes   646 Mbits/sec

iperf -c 192.168.178.140
root@Vault-111:~# iperf -c 192.168.178.140
------------------------------------------------------------
Client connecting to 192.168.178.140, TCP port 5001
TCP window size: 43.8 KByte (default)
------------------------------------------------------------
[  3] local 192.168.178.137 port 41324 connected with 192.168.178.140 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec   771 MBytes   647 Mbits/sec
root@Vault-111:~#

Hope its ok :-)

-Th3l0lb0y
Re: NSA 320 possible messedup Env
March 04, 2024 04:54PM
> Hope its ok :-)

Ok! It looks good. Before we do the next step tuning it with ethtool, do the reverse test.


On the NSA320 ( 192.168.178.137)
iperf -s
On the Debian VM (192.168.178.140)
iperf -c 192.168.178.137

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 04, 2024 05:02PM
ok :-)

Debian VM
root@debianVM:/home/administrator# iperf -c 192.168.178.137
------------------------------------------------------------
Client connecting to 192.168.178.137, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.140 port 57324 connected with 192.168.178.137 port 5001 (icwnd/mss/irtt=14/1448/1401)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0320 sec   128 MBytes   107 Mbits/sec
root@debianVM:/home/administrator#

NSA320

root@Vault-111:~# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
[  4] local 192.168.178.137 port 5001 connected with 192.168.178.140 port 57324 (peer 2.1.8)
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0-10.0 sec   128 MBytes   107 Mbits/sec

-Th3l0lb0y
Re: NSA 320 possible messedup Env
March 04, 2024 05:10PM
OK , so you can see how to peel an onion!

We've separated the test so it is very clear that when the NSA320 is a client, all is well with 647 Mbits/sec transfer rate. But when it is a server, the speed is real bad.

Based on the output of ethtool,

root@Vault-111:~# ethtool -k eth0 | grep tcp-segment
tcp-segmentation-offload: off
        tx-tcp-segmentation: off [fixed]

You need to turn on TSO for the NSA320. At the command line:
ethtool -K eth0 tso on sg on

After that, run both tests again.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 04, 2024 05:49PM
> You need to turn on TSO for the NSA320. At the
> command line:
>
> ethtool -K eth0 tso on sg on
>
>
> After that, run both tests again.

i get this output if is that nomal ?

root@Vault-111:~# ethtool -K eth0 tso on sg on
Cannot change tcp-segmentation-offload
Could not change any device features
root@Vault-111:~#


-Th3l0lb0y
Re: NSA 320 possible messedup Env
March 04, 2024 05:53PM
Try

ethtool -K eth0 tso on

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 04, 2024 05:54PM
pretty much the same

root@Vault-111:~# ethtool -K eth0 tso on
Cannot change tcp-segmentation-offload
Could not change any device features
root@Vault-111:~#


Do i something wrong ? :-S



Edited 1 time(s). Last edit at 03/04/2024 07:04PM by Th3l0lb0y.
Re: NSA 320 possible messedup Env
March 04, 2024 07:36PM
Your rootfs is quite old. It's Debian buster (10.x). I guess because you want to run OMV on that. But I have no idea how to help you further. I don't have anybox running Debian buster anymore. I usually keep 1 version older on at least one or two boxes, and that's bullsyes (11.x) .


Create a new rootfs on another USB drive using the bookwork rootfs Debian-6.5.7-kirkwood-tld-1-rootfs-bodhi.tar.bz2. Boot with it and the run the iperf tests.

So you can confirm the problem does or does not exist in Debian bookworm, and go from there.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 04, 2024 07:54PM
î did similar test´s on deiban 10 as well same results
is it possible that i somehow messed up my env´s to a point that result in this ?
because it should be possible to alter thise setting´s with ethtool you say´s ?

i´ll test with debian 12 anyway hope we can learn something :-)
unwill tomorow (here in germany its pretty late ^^)

-th3l0lb0y
Re: NSA 320 possible messedup Env
March 04, 2024 10:14PM
> is it possible that i somehow messed up my env´s
> to a point that result in this ?

The envs don't have anything that could cause a slow down.

> because it should be possible to alter thise
> setting´s with ethtool you say´s ?

ethtool is a Ethernet tool.

One thing I have not asked you to do is after running the test, you also want to post the kernel log here

dmesg

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 07, 2024 06:43AM
First Run

Debian VM (iperf -s)

root@debianVM:/home/administrator# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.140 port 5001 connected with 192.168.178.137 port 44430 (icwnd/mss/irtt=14/1448/2145)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0211 sec   391 MBytes   327 Mbits/sec


NSA320 (iperf -c)
root@Vault-111:~# iperf -c 192.168.178.140
------------------------------------------------------------
Client connecting to 192.168.178.140, TCP port 5001
TCP window size: 43.8 KByte (default)
------------------------------------------------------------
[  3] local 192.168.178.137 port 44430 connected with 192.168.178.140 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec   391 MBytes   328 Mbits/sec
root@Vault-111:~#

Second Run

Debian VM (iperf -C )
root@debianVM:/home/administrator# iperf -c 192.168.178.137
------------------------------------------------------------
Client connecting to 192.168.178.137, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.140 port 37128 connected with 192.168.178.137 port 5001 (icwnd/mss/irtt=14/1448/1608)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0229 sec   130 MBytes   109 Mbits/sec
root@debianVM:/home/administrator#

NSA320 (iperf -s)
root@Vault-111:~# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
[  4] local 192.168.178.137 port 5001 connected with 192.168.178.140 port 37128 (peer 2.1.8)
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0-10.0 sec   130 MBytes   109 Mbits/sec

dmesg (after the Two Run´s)

root@Vault-111:~# dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.2.9-kirkwood-tld-1 (root@tldDebian) (gcc version                                              6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1 PREEMPT Sat Aug 17 15:00:56 PDT 2019
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397                                             f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] OF: fdt: Machine model: Zyxel NSA320
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 131072
[    0.000000]   Normal zone: 1024 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 131072 pages, LIFO batch:31
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootd                                             elay=10 mtdparts=orion_nand:0x100000(uboot),0x80000(uboot_env_stock) init=/bin/s                                             ystemd
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 494676K/524288K available (9216K kernel code, 868K rwdata                                             , 3400K rodata, 1024K init, 301K bss, 29612K reserved, 0K cma-reserved)
[    0.000000] random: get_random_u32 called from cache_alloc_refill+0x38c/0x928                                              with crng_init=0
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000]  Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jif                                             fies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xff                                             ffffff, max_idle_ns: 9556302233 ns
[    0.000009] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737                                             418237ns
[    0.000048] Switching to timer-based delay loop, resolution 5ns
[    0.000800] Console: colour dummy device 80x30
[    0.000851] Calibrating delay loop (skipped), value calculated using timer fr                                             equency.. 400.00 BogoMIPS (lpj=2000000)
[    0.000877] pid_max: default: 32768 minimum: 301
[    0.001249] LSM: Security Framework initializing
[    0.001432] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.001460] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.002312] *** VALIDATE proc ***
[    0.002569] *** VALIDATE cgroup1 ***
[    0.002595] *** VALIDATE cgroup2 ***
[    0.002692] CPU: Testing write buffer coherency: ok
[    0.004379] Setting up static identity map for 0x100000 - 0x100058
[    0.004701] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[    0.004984] rcu: Hierarchical SRCU implementation.
[    0.008304] devtmpfs: initialized
[    0.014619] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma                                             x_idle_ns: 19112604462750000 ns
[    0.014651] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.014892] xor: measuring software checksum speed
[    0.110118]    arm4regs  :  1089.200 MB/sec
[    0.210071]    8regs     :   654.000 MB/sec
[    0.310072]    32regs    :   950.400 MB/sec
[    0.310091] xor: using function: arm4regs (1089.200 MB/sec)
[    0.310112] prandom: seed boundary self test passed
[    0.314287] prandom: 100 self tests passed
[    0.314299] pinctrl core: initialized pinctrl subsystem
[    0.315719] NET: Registered protocol family 16
[    0.316298] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.317096] audit: initializing netlink subsys (disabled)
[    0.318335] audit: type=2000 audit(0.310:1): state=initialized audit_enabled=                                             0 res=1
[    0.318454] cpuidle: using governor ladder
[    0.318531] cpuidle: using governor menu
[    0.319114] Feroceon L2: Enabling L2
[    0.319165] Feroceon L2: Cache support initialised.
[    0.325483] No ATAGs?
[    2.560055] random: fast init done
[    6.252353] alg: No test for lzo-rle (lzo-rle-generic)
[    6.252711] alg: No test for lzo-rle (lzo-rle-scomp)
[    6.430670] raid6: int32x8  gen()   128 MB/s
[    6.600321] raid6: int32x8  xor()    86 MB/s
[    6.770540] raid6: int32x4  gen()   129 MB/s
[    6.940235] raid6: int32x4  xor()    84 MB/s
[    7.110192] raid6: int32x2  gen()   133 MB/s
[    7.280194] raid6: int32x2  xor()    94 MB/s
[    7.450399] raid6: int32x1  gen()   100 MB/s
[    7.620404] raid6: int32x1  xor()    69 MB/s
[    7.620416] raid6: using algorithm int32x2 gen() 133 MB/s
[    7.620424] raid6: .... xor() 94 MB/s, rmw enabled
[    7.620433] raid6: using intx1 recovery algorithm
[    7.620688] vgaarb: loaded
[    7.621194] SCSI subsystem initialized
[    7.621436] libata version 3.00 loaded.
[    7.621691] usbcore: registered new interface driver usbfs
[    7.621761] usbcore: registered new interface driver hub
[    7.621847] usbcore: registered new device driver usb
[    7.622027] pps_core: LinuxPPS API ver. 1 registered
[    7.622039] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome                                             tti <giometti@linux.it>
[    7.622067] PTP clock support registered
[    7.623399] clocksource: Switched to clocksource orion_clocksource
[    8.654583] VFS: Disk quotas dquot_6.6.0
[    8.654682] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    8.664511] NET: Registered protocol family 2
[    8.665334] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096                                              bytes)
[    8.665370] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    8.665428] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    8.665481] TCP: Hash tables configured (established 4096 bind 4096)
[    8.665576] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    8.665604] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    8.665833] NET: Registered protocol family 1
[    8.666474] RPC: Registered named UNIX socket transport module.
[    8.666488] RPC: Registered udp transport module.
[    8.666497] RPC: Registered tcp transport module.
[    8.666506] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    8.666521] PCI: CLS 0 bytes, default 32
[    8.666764] Trying to unpack rootfs image as initramfs...
[    9.508407] Freeing initrd memory: 9488K
[    9.508615] NetWinder Floating Point Emulator V0.97 (double precision)
[    9.509830] Initialise system trusted keyrings
[    9.509881] Key type blacklist registered
[    9.510100] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    9.510212] zbud: loaded
[    9.511316] NFS: Registering the id_resolver key type
[    9.511345] Key type id_resolver registered
[    9.511355] Key type id_legacy registered
[    9.511375] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    9.511393] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    9.511687] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    9.511925] fuse: init (API version 7.31)
[    9.512310] orangefs_debugfs_init: called with debug mask: :none: :0:
[    9.512499] orangefs_init: module version upstream loaded
[    9.512512] SGI XFS with ACLs, security attributes, realtime, scrub, no debug                                              enabled
[    9.529654] async_tx: api initialized (async)
[    9.529679] Key type asymmetric registered
[    9.529689] Asymmetric key parser 'x509' registered
[    9.529762] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2                                             46)
[    9.531210] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driv                                             er
[    9.533164] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 00                                             00:00
[    9.533187] pci_bus 0000:00: root bus resource [bus 00-ff]
[    9.533203] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[    9.533217] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[    9.533232] pci_bus 0000:00: scanning bus
[    9.533345] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400
[    9.533386] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[    9.535033] pci_bus 0000:00: fixups for bus
[    9.535047] PCI: bus0: Fast back to back transfers disabled
[    9.535066] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 0
[    9.535075] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), rec                                             onfiguring
[    9.535095] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 1
[    9.535235] pci_bus 0000:01: scanning bus
[    9.536544] pci_bus 0000:01: fixups for bus
[    9.536551] PCI: bus1: Fast back to back transfers enabled
[    9.536565] pci_bus 0000:01: bus scan returning with max=01
[    9.536577] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    9.536594] pci_bus 0000:00: bus scan returning with max=01
[    9.536779] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0000000-0xe00007ff pref                                             ]
[    9.536798] pci 0000:00:01.0: PCI bridge to [bus 01]
[    9.536894] pcieport 0000:00:01.0: assign IRQ: got 0
[    9.536918] pcieport 0000:00:01.0: enabling bus mastering
[    9.537439] mv_xor f1060800.xor: Marvell shared XOR driver
[    9.594215] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr                                              )
[    9.596197] mv_xor f1060900.xor: Marvell shared XOR driver
[    9.654208] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr                                              )
[    9.656475] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    9.657766] printk: console [ttyS0] disabled
[    9.657839] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud =                                              12500000) is a 16550A
[   10.499377] printk: console [ttyS0] enabled
[   10.511844] loop: module loaded
[   10.516085] sata_mv f1080000.sata: version 1.28
[   10.516345] sata_mv f1080000.sata: slots 32 ports 2
[   10.524748] scsi host0: sata_mv
[   10.529206] scsi host1: sata_mv
[   10.533367] ata1: SATA max UDMA/133 irq 33
[   10.538247] ata2: SATA max UDMA/133 irq 33
[   10.544101] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[   10.551285] nand: Samsung NAND 128MiB 3,3V 8-bit
[   10.556655] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB siz                                             e: 64
[   10.564989] Scanning device for bad blocks
[   10.589554] Bad eraseblock 205 at 0x0000019a0000
[   10.596691] Bad eraseblock 224 at 0x000001c00000
[   10.602748] Bad eraseblock 232 at 0x000001d00000
[   10.622150] Bad eraseblock 379 at 0x000002f60000
[   10.632161] Bad eraseblock 428 at 0x000003580000
[   10.646873] Bad eraseblock 526 at 0x0000041c0000
[   10.658121] Bad eraseblock 588 at 0x000004980000
[   10.696836] Bad eraseblock 936 at 0x000007500000
[   10.710539] 2 cmdlinepart partitions found on MTD device orion_nand
[   10.717554] Creating 2 MTD partitions on "orion_nand":
[   10.723436] 0x000000000000-0x000000100000 : "uboot"
[   10.730347] 0x000000100000-0x000000180000 : "uboot_env_stock"
[   10.739294] libphy: Fixed MDIO Bus: probed
[   10.744936] libphy: orion_mdio_bus: probed
[   10.763851] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   10.771902] mv643xx_eth_port mv643xx_eth_port.0: DMA mask not set
[   10.779358] mv643xx_eth: Set the PHY to fix link down
[   10.780162] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address                                              c8:6c:87:9b:2f:78
[   10.795667] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   10.802986] ehci-pci: EHCI PCI platform driver
[   10.808272] ehci-orion: EHCI orion driver
[   10.813190] orion-ehci f1050000.ehci: EHCI Host Controller
[   10.819505] orion-ehci f1050000.ehci: new USB bus registered, assigned bus nu                                             mber 1
[   10.828136] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000
[   10.863425] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[   10.870467] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bc                                             dDevice= 5.02
[   10.879576] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=                                             1
[   10.887556] usb usb1: Product: EHCI Host Controller
[   10.893157] usb usb1: Manufacturer: Linux 5.2.9-kirkwood-tld-1 ehci_hcd
[   10.900519] usb usb1: SerialNumber: f1050000.ehci
[   10.906577] hub 1-0:1.0: USB hub found
[   10.911088] hub 1-0:1.0: 1 port detected
[   10.916497] usbcore: registered new interface driver usb-storage
[   10.923656] mousedev: PS/2 mouse device common for all mice
[   10.930508] rtc-mv f1010300.rtc: registered as rtc0
[   10.936316] i2c /dev entries driver
[   10.943274] rtc-pcf8563 0-0051: low voltage detected, date/time is not reliab                                             le.
[   10.951620] rtc-pcf8563 0-0051: registered as rtc1
[   10.958838] device-mapper: uevent: version 1.0.3
[   10.964495] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-d                                             evel@redhat.com
[   10.974111] device-mapper: multipath round-robin: version 1.2.0 loaded
[   10.981367] device-mapper: multipath queue-length: version 0.2.0 loaded
[   10.988776] device-mapper: multipath service-time: version 0.3.0 loaded
[   10.996227] device-mapper: dm-log-userspace: version 1.3.0 loaded
[   11.003054] device-mapper: raid: Loading target version 1.14.0
[   11.011666] hidraw: raw HID events driver (C) Jiri Kosina
[   11.018162] drop_monitor: Initializing network drop monitor service
[   11.025615] NET: Registered protocol family 17
[   11.031024] Key type dns_resolver registered
[   11.036904] registered taskstats version 1
[   11.041716] Loading compiled-in X.509 certificates
[   11.047297] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   11.054399] zswap: loaded using pool lzo/zbud
[   11.083811] ata1.00: HPA detected: current 1953523055, native 1953525168
[   11.091259] ata1.00: ATA-7: SAMSUNG HD103SI, 1AG01113, max UDMA7
[   11.100774] ata1.00: 1953523055 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   11.152119] ata1.00: configured for UDMA/133
[   11.174099] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HD103SI  1113 PQ                                             : 0 ANSI: 5
[   11.189098] Key type big_key registered
[   11.194760] sd 0:0:0:0: [sda] 1953523055 512-byte logical blocks: (1.00 TB/93                                             2 GiB)
[   11.213706] sd 0:0:0:0: [sda] Write Protect is off
[   11.219237] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   11.219408] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, does                                             n't support DPO or FUA
[   11.264986] Key type encrypted registered
[   11.271731] rtc-mv f1010300.rtc: setting system clock to 2024-03-07T12:30:50                                              UTC (1709814650)
[   11.283650] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   11.291499]  sda: sda1
[   11.296274] sd 0:0:0:0: [sda] Attached SCSI disk
[   11.495144] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcd                                             Device=77.63
[   11.504115] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   11.512021] usb 1-1: Product: USB2.0 Hub
[   11.517552] hub 1-1:1.0: USB hub found
[   11.522388] hub 1-1:1.0: 4 ports detected
[   11.703436] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   11.733667] ata2.00: ATA-7: SAMSUNG HD103SI, 1AG01118, max UDMA7
[   11.740415] ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   11.773687] ata2.00: configured for UDMA/133
[   11.789232] scsi 1:0:0:0: Direct-Access     ATA      SAMSUNG HD103SI  1118 PQ                                             : 0 ANSI: 5
[   11.799081] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/93                                             2 GiB)
[   11.807927] sd 1:0:0:0: [sdb] Write Protect is off
[   11.813484] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   11.813611] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, does                                             n't support DPO or FUA
[   11.843452] usb 1-1.1: new high-speed USB device number 3 using orion-ehci
[   11.867874]  sdb: sdb1
[   11.872511] sd 1:0:0:0: [sdb] Attached SCSI disk
[   11.881051] Freeing unused kernel memory: 1024K
[   11.894057] Checked W+X mappings: passed, no W+X pages found
[   11.900445] Run /init as init process
[   12.055667] usb 1-1.1: New USB device found, idVendor=174c, idProduct=5106, b                                             cdDevice= 0.01
[   12.073478] usb 1-1.1: New USB device strings: Mfr=2, Product=3, SerialNumber                                             =1
[   12.081528] usb 1-1.1: Product: AS2105
[   12.103509] usb 1-1.1: Manufacturer: ASMedia
[   12.108508] usb 1-1.1: SerialNumber: SE837B1696
[   12.131411] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[   12.154108] scsi host2: usb-storage 1-1.1:1.0
[   12.165484] usbcore: registered new interface driver uas
[   13.204508] scsi 2:0:0:0: Direct-Access     SAMSUNG  MMCRE64G8MPP-0VA VAM0 PQ                                             : 0 ANSI: 5
[   13.224334] sd 2:0:0:0: [sdc] 125045424 512-byte logical blocks: (64.0 GB/59.                                             6 GiB)
[   13.242365] sd 2:0:0:0: [sdc] Write Protect is off
[   13.251275] sd 2:0:0:0: [sdc] Mode Sense: 23 00 00 00
[   13.252081] sd 2:0:0:0: [sdc] No Caching mode page found
[   13.264145] sd 2:0:0:0: [sdc] Assuming drive cache: write through
[   13.286191]  sdc: sdc1 sdc2
[   13.296950] sd 2:0:0:0: [sdc] Attached SCSI disk
[   26.626183] random: crng init done
[   87.178340] EXT4-fs (sdc1): mounting ext3 file system using the ext4 subsyste                                             m
[   87.221245] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts:                                              (null)
[   88.146839] systemd[1]: RTC configured in localtime, applying delta of 60 min                                             utes to system time.
[   88.230992] systemd[1]: Inserted module 'autofs4'
[   88.283008] NET: Registered protocol family 10
[   88.289478] Segment Routing with IPv6
[   88.346576] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SEL                                             INUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +                                             XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybr                                             id)
[   88.369855] systemd[1]: Detected architecture arm.
[   88.432034] systemd[1]: Set hostname to <Vault-111>.
[   90.215140] systemd[1]: File /lib/systemd/system/systemd-journald.service:12                                              configures an IP firewall (IPAddressDeny=any), but the local system does not sup                                             port BPF/cgroup based firewalling.
[   90.233077] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warni                                             ng is only shown for the first loaded unit using IP firewalling.)
[   90.591400] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= referenc                                             es path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /ru                                             n/samba/smbd.pid; please update the unit file accordingly.
[   90.642956] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= referenc                                             es path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /ru                                             n/samba/nmbd.pid; please update the unit file accordingly.
[   90.754048] systemd[1]: /lib/systemd/system/rpc-statd.service:13: PIDFile= re                                             ferences path below legacy directory /var/run/, updating /var/run/rpc.statd.pid                                              → /run/rpc.statd.pid; please update the unit file accordingly.
[   90.886535] systemd[1]: Listening on Journal Audit Socket.
[   90.926402] systemd[1]: Created slice system-serial\x2dgetty.slice.
[   92.381500] EXT4-fs (sdc1): re-mounted. Opts: errors=remount-ro
[   93.197205] systemd-journald[235]: Received request to flush runtime journal                                              from PID 1
[   94.035124] mv643xx_eth: Set the PHY back to auto-negotiation mode
[   94.348470] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[   94.888426] watchdog: f1020300.watchdog-timer: driver supplied timeout (42949                                             67295) out of range
[   95.021253] watchdog: f1020300.watchdog-timer: falling back to default timeou                                             t (21)
[   95.157303] orion_wdt: Initial timeout 21 sec
[   95.212613] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   95.257490] marvell-cesa f1030000.crypto: CESA device successfully registered
[   95.295155] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   95.392394] sd 2:0:0:0: Attached scsi generic sg2 type 0
[   97.473561] Adding 2097148k swap on /dev/sdc2.  Priority:-2 extents:1 across:                                             2097148k FS
[   97.764451] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, ful                                             l duplex, flow control disabled
[   97.775134] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  100.893948] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsyste                                             m
[  101.202368] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts:                                              user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl
[  103.247420] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts:                                              user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl
[  195.329202] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic                                             =0 (nowayout=0)
root@Vault-111:~#

Hope this helps :-) (sry for the late repley i think i getting an cold ^^ )
Re: NSA 320 possible messedup Env
March 07, 2024 02:24PM
Next step:

Create a new rootfs on another USB drive using the bookwork rootfs Debian-6.5.7-kirkwood-tld-1-rootfs-bodhi.tar.bz2. Don't install any extra software such as OMV, don't run systemd.... Basically a pristine Debian-6.5.7-kirkwood-tld-1 rootfs.

Boot with it and the run the iperf tests.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 08, 2024 01:01PM
Test with bookworm

NSA320 iperf -c

root@debian:~# iperf -c 192.168.178.140
------------------------------------------------------------
Client connecting to 192.168.178.140, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.136 port 48790 connected with 192.168.178.140 port 5001 (icwnd/mss/irtt=14/1448/2462)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0057 sec   924 MBytes   775 Mbits/sec
root@debian:~#

ServerVM iperf -s

root@debianVM:/home/administrator# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
[  3] local 192.168.178.140 port 5001 connected with 192.168.178.136 port 48790 (icwnd/mss/irtt=14/1448/1787)
[ ID] Interval       Transfer     Bandwidth
[  3] 0.0000-10.0033 sec   924 MBytes   775 Mbits/sec

NSA320 iperf -s

root@debian:~# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.136 port 5001 connected with 192.168.178.140 port 38970 (icwnd/mss/irtt=14/1448/2100)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0151 sec   109 MBytes  91.1 Mbits/sec

ServerVM iperf -c

root@debianVM:/home/administrator# iperf -c 192.168.178.136
------------------------------------------------------------
Client connecting to 192.168.178.136, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.140 port 38970 connected with 192.168.178.136 port 5001 (icwnd/mss/irtt=14/1448/1973)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0208 sec   109 MBytes  91.0 Mbits/sec
root@debianVM:/home/administrator#

dmesg (after the Two Run´s on bookworm)

root@debian:~# dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 6.5.7-kirkwood-tld-1 (root@tldDebian) (gcc (Debian                                              12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #2 PREEMPT Wed Oct 18                                              21:14:11 PDT 2023
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397                                             f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] OF: fdt: Machine model: Zyxel NSA320
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootd                                             elay=10 mtdparts=orion_nand:0x100000(uboot),0x80000(uboot_env_stock) init=/bin/s                                             ystemd
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, l                                             inear)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, li                                             near)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
[    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000] Memory: 491984K/524288K available (12288K kernel code, 1755K rwda                                             ta, 5416K rodata, 1024K init, 301K bss, 32304K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jif                                             fies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xff                                             ffffff, max_idle_ns: 9556302233 ns
[    0.000002] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737                                             418237ns
[    0.000049] Switching to timer-based delay loop, resolution 5ns
[    0.000654] Console: colour dummy device 80x30
[    0.000727] Calibrating delay loop (skipped), value calculated using timer fr                                             equency.. 400.00 BogoMIPS (lpj=2000000)
[    0.000759] CPU: Testing write buffer coherency: ok
[    0.000900] pid_max: default: 32768 minimum: 301
[    0.009640] LSM: initializing lsm=capability,integrity
[    0.012118] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linea                                             r)
[    0.012158] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes,                                              linear)
[    0.024743] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.025122] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adju                                             st=1.
[    0.025612] Setting up static identity map for 0x100000 - 0x100058
[    0.025974] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[    0.026411] rcu: Hierarchical SRCU implementation.
[    0.026428] rcu:     Max phase no-delay instances is 1000.
[    0.029465] devtmpfs: initialized
[    0.041243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma                                             x_idle_ns: 19112604462750000 ns
[    0.041289] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.044110] prandom: seed boundary self test passed
[    0.048357] prandom: 100 self tests passed
[    0.048373] pinctrl core: initialized pinctrl subsystem
[    0.052212] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.053219] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.058637] audit: initializing netlink subsys (disabled)
[    0.059715] audit: type=2000 audit(0.050:1): state=initialized audit_enabled=                                             0 res=1
[    0.061493] thermal_sys: Registered thermal governor 'step_wise'
[    0.061655] cpuidle: using governor ladder
[    0.061738] cpuidle: using governor menu
[    0.062420] Feroceon L2: Enabling L2
[    0.062459] Feroceon L2: Cache support initialised.
[    0.074699] No ATAGs?
[    0.430065] raid6: int32x8  gen()   110 MB/s
[    0.770065] raid6: int32x4  gen()   106 MB/s
[    1.120068] raid6: int32x2  gen()   136 MB/s
[    1.460067] raid6: int32x1  gen()    98 MB/s
[    1.460081] raid6: using algorithm int32x2 gen() 136 MB/s
[    1.800067] raid6: .... xor() 86 MB/s, rmw enabled
[    1.800079] raid6: using intx1 recovery algorithm
[    1.801797] SCSI subsystem initialized
[    1.802153] libata version 3.00 loaded.
[    1.802559] usbcore: registered new interface driver usbfs
[    1.802632] usbcore: registered new interface driver hub
[    1.802770] usbcore: registered new device driver usb
[    1.803127] pps_core: LinuxPPS API ver. 1 registered
[    1.803137] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome                                             tti <giometti@linux.it>
[    1.803171] PTP clock support registered
[    1.806118] vgaarb: loaded
[    1.806977] clocksource: Switched to clocksource orion_clocksource
[    1.816501] VFS: Disk quotas dquot_6.6.0
[    1.816938] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.862788] NET: Registered PF_INET protocol family
[    1.863135] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear                                             )
[    1.865987] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096                                              bytes, linear)
[    1.866230] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes,                                              linear)
[    1.866274] TCP established hash table entries: 4096 (order: 2, 16384 bytes,                                              linear)
[    1.866357] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    1.866847] TCP: Hash tables configured (established 4096 bind 4096)
[    1.867599] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear                                             )
[    1.867846] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    1.867882] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    1.868796] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.869988] RPC: Registered named UNIX socket transport module.
[    1.870003] RPC: Registered udp transport module.
[    1.870010] RPC: Registered tcp transport module.
[    1.870016] RPC: Registered tcp-with-tls transport module.
[    1.870021] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.870043] PCI: CLS 0 bytes, default 32
[    1.873086] Trying to unpack rootfs image as initramfs...
[    2.854329] Freeing initrd memory: 5656K
[    3.707918] Initialise system trusted keyrings
[    3.708012] Key type blacklist registered
[    3.709468] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    3.709654] zbud: loaded
[    3.728856] NFS: Registering the id_resolver key type
[    3.728910] Key type id_resolver registered
[    3.728920] Key type id_legacy registered
[    3.729116] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    3.729138] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering                                             ...
[    3.730764] jffs2: version 2.2. (NAND) (SUMMARY)  \xc2\xa9 2001-2006 Red Hat,                                              Inc.
[    3.731703] fuse: init (API version 7.38)
[    3.733178] orangefs_debugfs_init: called with debug mask: :none: :0:
[    3.733522] orangefs_init: module version upstream loaded
[    3.733916] SGI XFS with ACLs, security attributes, realtime, scrub, quota, n                                             o debug enabled
[    3.902058] jitterentropy: Initialization failed with host not compliant with                                              requirements: 9
[    3.902098] xor: measuring software checksum speed
[    3.910935]    arm4regs        :  1119 MB/sec
[    3.925613]    8regs           :   671 MB/sec
[    3.935967]    32regs          :   952 MB/sec
[    3.935977] xor: using function: arm4regs (1119 MB/sec)
[    3.935992] async_tx: api initialized (async)
[    3.936009] Key type asymmetric registered
[    3.936017] Asymmetric key parser 'x509' registered
[    3.988656] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2                                             46)
[    3.989110] io scheduler bfq registered
[    4.178225] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driv                                             er
[    4.180446] gpio gpiochip0: Static allocation of GPIO base is deprecated, use                                              dynamic allocation.
[    4.181973] gpio gpiochip1: Static allocation of GPIO base is deprecated, use                                              dynamic allocation.
[    4.183093] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f100000                                             0/pcie@82000000 ranges:
[    4.183136] mvebu-pcie mbus@f1000000:pcie@82000000: Parsing ranges property..                                             .
[    4.183178] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0x00f1040000..0x                                             00f1041fff -> 0x0000040000
[    4.183224] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0xffffffffffffff                                             ff..0x00fffffffe -> 0x0100000000
[    4.183254] mvebu-pcie mbus@f1000000:pcie@82000000:       IO 0xffffffffffffff                                             ff..0x00fffffffe -> 0x0100000000
[    4.183962] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 00                                             00:00
[    4.183982] pci_bus 0000:00: root bus resource [bus 00-ff]
[    4.184002] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (b                                             us address [0x00040000-0x00041fff])
[    4.184019] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[    4.184034] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[    4.184049] pci_bus 0000:00: scanning bus
[    4.184153] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400
[    4.184605] pci 0000:00:01.0: vgaarb: pci_notify
[    4.186105] pci_bus 0000:00: fixups for bus
[    4.186126] PCI: bus0: Fast back to back transfers disabled
[    4.186141] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 0
[    4.186157] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), rec                                             onfiguring
[    4.186177] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 1
[    4.186378] pci_bus 0000:01: scanning bus
[    4.186443] pci_bus 0000:01: fixups for bus
[    4.186452] PCI: bus1: Fast back to back transfers enabled
[    4.186463] pci_bus 0000:01: bus scan returning with max=01
[    4.186475] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    4.186496] pci_bus 0000:00: bus scan returning with max=01
[    4.186518] pci 0000:00:01.0: PCI bridge to [bus 01]
[    4.186617] pcieport 0000:00:01.0: vgaarb: pci_notify
[    4.186655] pcieport 0000:00:01.0: assign IRQ: got 0
[    4.186687] pcieport 0000:00:01.0: enabling bus mastering
[    4.186722] pcieport 0000:00:01.0: vgaarb: pci_notify
[    4.187758] mv_xor f1060800.xor: Marvell shared XOR driver
[    4.249623] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr                                              )
[    4.254478] mv_xor f1060900.xor: Marvell shared XOR driver
[    4.319641] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr                                              )
[    4.324778] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    4.327552] printk: console [ttyS0] disabled
[    4.328240] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 28, base_baud =                                              12500000) is a 16550A
[    4.328311] printk: console [ttyS0] enabled
[    5.336816] loop: module loaded
[    5.341122] sata_mv f1080000.sata: version 1.28
[    5.341861] sata_mv f1080000.sata: slots 32 ports 2
[    5.352494] scsi host0: sata_mv
[    5.358097] scsi host1: sata_mv
[    5.362445] ata1: SATA max UDMA/133 irq 29
[    5.367350] ata2: SATA max UDMA/133 irq 29
[    5.373569] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[    5.380709] nand: Samsung NAND 128MiB 3,3V 8-bit
[    5.386057] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB siz                                             e: 64
[    5.394417] Scanning device for bad blocks
[    5.419115] Bad eraseblock 205 at 0x0000019a0000
[    5.426246] Bad eraseblock 224 at 0x000001c00000
[    5.432339] Bad eraseblock 232 at 0x000001d00000
[    5.451831] Bad eraseblock 379 at 0x000002f60000
[    5.461874] Bad eraseblock 428 at 0x000003580000
[    5.476642] Bad eraseblock 526 at 0x0000041c0000
[    5.487959] Bad eraseblock 588 at 0x000004980000
[    5.526833] Bad eraseblock 936 at 0x000007500000
[    5.540626] 2 cmdlinepart partitions found on MTD device orion_nand
[    5.547648] Creating 2 MTD partitions on "orion_nand":
[    5.553520] 0x000000000000-0x000000100000 : "uboot"
[    5.560021] 0x000000100000-0x000000180000 : "uboot_env_stock"
[    5.568149] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for info                                             rmation.
[    5.576729] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c                                             4.com>. All Rights Reserved.
[    5.614655] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    5.624513] mv643xx_eth: Set the PHY to fix link down
[    5.625476] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address                                              c8:6c:87:9b:2f:78
[    5.641605] orion-ehci f1050000.ehci: EHCI Host Controller
[    5.647968] orion-ehci f1050000.ehci: new USB bus registered, assigned bus nu                                             mber 1
[    5.656620] orion-ehci f1050000.ehci: irq 32, io mem 0xf1050000
[    5.687006] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    5.694216] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bc                                             dDevice= 6.05
[    5.703285] ata1: SATA link down (SStatus 0 SControl F300)
[    5.709548] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=                                             1
[    5.717598] usb usb1: Product: EHCI Host Controller
[    5.723208] usb usb1: Manufacturer: Linux 6.5.7-kirkwood-tld-1 ehci_hcd
[    5.730715] usb usb1: SerialNumber: f1050000.ehci
[    5.737412] hub 1-0:1.0: USB hub found
[    5.741943] hub 1-0:1.0: 1 port detected
[    5.747688] usbcore: registered new interface driver usb-storage
[    5.755086] mousedev: PS/2 mouse device common for all mice
[    5.763093] rtc-mv f1010300.rtc: registered as rtc0
[    5.768958] rtc-mv f1010300.rtc: setting system clock to 2024-03-08T15:55:30                                              UTC (1709913330)
[    5.778534] i2c_dev: i2c /dev entries driver
[    5.786950] rtc-pcf8563 0-0051: low voltage detected, date/time is not reliab                                             le.
[    5.795457] rtc-pcf8563 0-0051: registered as rtc1
[    5.803384] device-mapper: uevent: version 1.0.3
[    5.809362] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-d                                             evel@redhat.com
[    5.819342] device-mapper: multipath round-robin: version 1.2.0 loaded
[    5.826613] device-mapper: multipath queue-length: version 0.2.0 loaded
[    5.834063] device-mapper: multipath service-time: version 0.3.0 loaded
[    5.841527] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    5.851871] ledtrig-cpu: registered to indicate activity on CPUs
[    5.858830] hid: raw HID events driver (C) Jiri Kosina
[    5.865149] drop_monitor: Initializing network drop monitor service
[    5.873831] NET: Registered PF_INET6 protocol family
[    5.882009] Segment Routing with IPv6
[    5.886403] RPL Segment Routing with IPv6
[    5.891333] In-situ OAM (IOAM) with IPv6
[    5.896143] NET: Registered PF_PACKET protocol family
[    5.902332] Key type dns_resolver registered
[    5.926863] registered taskstats version 1
[    5.932020] Loading compiled-in X.509 certificates
[    5.960132] Key type .fscrypt registered
[    5.964858] Key type fscrypt-provisioning registered
[    5.977324] Key type big_key registered
[    6.027080] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    6.036641] Key type encrypted registered
[    6.061892] ata2: SATA link down (SStatus 0 SControl F300)
[    6.156491] "cryptomgr_test" (103) uses obsolete ecb(arc4) skcipher
[    6.238877] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcd                                             Device=77.63
[    6.257007] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    6.264887] usb 1-1: Product: USB2.0 Hub
[    6.288290] hub 1-1:1.0: USB hub found
[    6.297017] hub 1-1:1.0: 4 ports detected
[    6.627009] usb 1-1.2: new high-speed USB device number 3 using orion-ehci
[    6.797998] usb 1-1.2: New USB device found, idVendor=1f75, idProduct=0817, b                                             cdDevice= 0.01
[    6.817000] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber                                             =3
[    6.825059] usb 1-1.2: Product: Intenso Alu Line
[    6.847017] usb 1-1.2: Manufacturer: is817
[    6.851847] usb 1-1.2: SerialNumber: 201404301986
[    6.868135] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[    6.887659] scsi host2: usb-storage 1-1.2:1.0
[    7.928431] scsi 2:0:0:0: Direct-Access     Intenso  Alu Line         1.00 PQ                                             : 0 ANSI: 6
[    7.949177] sd 2:0:0:0: [sda] 15728640 512-byte logical blocks: (8.05 GB/7.50                                              GiB)
[    7.967534] sd 2:0:0:0: [sda] Write Protect is off
[    7.973090] sd 2:0:0:0: [sda] Mode Sense: 23 00 00 00
[    7.977038] sd 2:0:0:0: [sda] Write cache: disabled, read cache: disabled, do                                             esn't support DPO or FUA
[    8.011515]  sda: sda1 sda2
[    8.027646] sd 2:0:0:0: [sda] Attached SCSI removable disk
[    8.588347] clk: Disabling unused clocks
[    8.596848] Freeing unused kernel image (initmem) memory: 1024K
[    8.617841] Checked W+X mappings: passed, no W+X pages found
[    8.624255] Run /init as init process
[    8.628707]   with arguments:
[    8.628721]     /init
[    8.628732]   with environment:
[    8.628740]     HOME=/
[    8.628749]     TERM=linux
[   10.147368] usbcore: registered new interface driver uas
[   38.987034] random: crng init done
[   48.455277] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsyste                                             m
[   48.514176] EXT4-fs (sda1): mounted filesystem c5bf84c2-5718-419d-9e09-4c162e                                             ede70b ro with ordered data mode. Quota mode: none.
[   59.967955] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[   60.003651] orion_wdt: Initial timeout 21 sec
[   60.422419] marvell-cesa f1030000.crypto: CESA device successfully registered
[   61.530530] sd 2:0:0:0: Attached scsi generic sg0 type 0
[   66.041844] EXT4-fs (sda1): re-mounted c5bf84c2-5718-419d-9e09-4c162eede70b r                                             /w. Quota mode: none.
[   68.828029] mv643xx_eth: Set the PHY back to auto-negotiation mode
[   72.545671] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, ful                                             l duplex, flow control disabled
[   77.387000] sched: RT throttling activated
root@debian:~#

Hope this helps to help me :-)
Re: NSA 320 possible messedup Env
March 08, 2024 01:27PM
On the NSA320, while in Debian, do
ethtool -K eth0 tso on sg on
And run the tests again.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 08, 2024 02:17PM
Test with bookworm (ethtool -K eth0 tso on sg on)

ethtool -K eth0 tso on sg on

root@debian:~# ethtool -K eth0 tso on sg on
Actual changes:
tx-scatter-gather-fraglist: off [requested on]
tx-tcp-ecn-segmentation: off [requested on]
tx-tcp6-segmentation: off [requested on]
root@debian:~#


NSA320 iperf -c
root@debian:~# iperf -c 192.168.178.140
------------------------------------------------------------
Client connecting to 192.168.178.140, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.136 port 56560 connected with 192.168.178.140 port 5001 (icwnd/mss/irtt=14/1448/2321)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0058 sec   823 MBytes   690 Mbits/sec
root@debian:~#

ServerVM iperf -s
root@debianVM:/home/administrator# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.140 port 5001 connected with 192.168.178.136 port 56560 (icwnd/mss/irtt=14/1448/2120)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0040 sec   823 MBytes   690 Mbits/sec

NSA320 iperf -s

root@debian:~# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.136 port 5001 connected with 192.168.178.140 port 51766 (icwnd/mss/irtt=14/1448/4202)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0758 sec   111 MBytes  92.1 Mbits/sec

ServerVM iperf -c

root@debianVM:/home/administrator# iperf -c 192.168.178.136
------------------------------------------------------------
Client connecting to 192.168.178.136, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.140 port 51766 connected with 192.168.178.136 port 5001 (icwnd/mss/irtt=14/1448/4474)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0864 sec   111 MBytes  92.0 Mbits/sec
root@debianVM:/home/administrator#

dmesg (after the Two Run´s on bookworm) With the change :-)

root@debian:~# dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 6.5.7-kirkwood-tld-1 (root@tldDebian) (gcc (Debian                                              12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #2 PREEMPT Wed Oct 18                                              21:14:11 PDT 2023
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397                                             f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] OF: fdt: Machine model: Zyxel NSA320
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootd                                             elay=10 mtdparts=orion_nand:0x100000(uboot),0x80000(uboot_env_stock) init=/bin/s                                             ystemd
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, l                                             inear)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, li                                             near)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
[    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000] Memory: 491984K/524288K available (12288K kernel code, 1755K rwda                                             ta, 5416K rodata, 1024K init, 301K bss, 32304K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jif                                             fies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xff                                             ffffff, max_idle_ns: 9556302233 ns
[    0.000002] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737                                             418237ns
[    0.000049] Switching to timer-based delay loop, resolution 5ns
[    0.000654] Console: colour dummy device 80x30
[    0.000727] Calibrating delay loop (skipped), value calculated using timer fr                                             equency.. 400.00 BogoMIPS (lpj=2000000)
[    0.000759] CPU: Testing write buffer coherency: ok
[    0.000900] pid_max: default: 32768 minimum: 301
[    0.009642] LSM: initializing lsm=capability,integrity
[    0.012115] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linea                                             r)
[    0.012154] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes,                                              linear)
[    0.024734] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.025114] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adju                                             st=1.
[    0.025609] Setting up static identity map for 0x100000 - 0x100058
[    0.025970] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[    0.026405] rcu: Hierarchical SRCU implementation.
[    0.026422] rcu:     Max phase no-delay instances is 1000.
[    0.029465] devtmpfs: initialized
[    0.041188] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma                                             x_idle_ns: 19112604462750000 ns
[    0.041233] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.044054] prandom: seed boundary self test passed
[    0.048301] prandom: 100 self tests passed
[    0.048318] pinctrl core: initialized pinctrl subsystem
[    0.052183] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.053198] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.058604] audit: initializing netlink subsys (disabled)
[    0.059687] audit: type=2000 audit(0.050:1): state=initialized audit_enabled=                                             0 res=1
[    0.061452] thermal_sys: Registered thermal governor 'step_wise'
[    0.061610] cpuidle: using governor ladder
[    0.061692] cpuidle: using governor menu
[    0.062374] Feroceon L2: Enabling L2
[    0.062413] Feroceon L2: Cache support initialised.
[    0.074637] No ATAGs?
[    0.430065] raid6: int32x8  gen()   110 MB/s
[    0.770066] raid6: int32x4  gen()   106 MB/s
[    1.120068] raid6: int32x2  gen()   140 MB/s
[    1.460066] raid6: int32x1  gen()    98 MB/s
[    1.460081] raid6: using algorithm int32x2 gen() 140 MB/s
[    1.800065] raid6: .... xor() 86 MB/s, rmw enabled
[    1.800077] raid6: using intx1 recovery algorithm
[    1.801791] SCSI subsystem initialized
[    1.802150] libata version 3.00 loaded.
[    1.802551] usbcore: registered new interface driver usbfs
[    1.802623] usbcore: registered new interface driver hub
[    1.802758] usbcore: registered new device driver usb
[    1.803113] pps_core: LinuxPPS API ver. 1 registered
[    1.803123] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome                                             tti <giometti@linux.it>
[    1.803156] PTP clock support registered
[    1.806084] vgaarb: loaded
[    1.806943] clocksource: Switched to clocksource orion_clocksource
[    1.816489] VFS: Disk quotas dquot_6.6.0
[    1.816923] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.852975] NET: Registered PF_INET protocol family
[    1.857114] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear                                             )
[    1.859957] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096                                              bytes, linear)
[    1.860200] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes,                                              linear)
[    1.860243] TCP established hash table entries: 4096 (order: 2, 16384 bytes,                                              linear)
[    1.860326] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    1.860817] TCP: Hash tables configured (established 4096 bind 4096)
[    1.861526] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear                                             )
[    1.861773] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    1.861809] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    1.862718] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.877626] RPC: Registered named UNIX socket transport module.
[    1.877641] RPC: Registered udp transport module.
[    1.877648] RPC: Registered tcp transport module.
[    1.877654] RPC: Registered tcp-with-tls transport module.
[    1.877660] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.877681] PCI: CLS 0 bytes, default 32
[    1.880731] Trying to unpack rootfs image as initramfs...
[    2.852123] Freeing initrd memory: 5656K
[    3.707916] Initialise system trusted keyrings
[    3.708010] Key type blacklist registered
[    3.709462] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    3.709645] zbud: loaded
[    3.728827] NFS: Registering the id_resolver key type
[    3.728880] Key type id_resolver registered
[    3.728890] Key type id_legacy registered
[    3.729087] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    3.729110] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering                                             ...
[    3.730736] jffs2: version 2.2. (NAND) (SUMMARY)  \xc2\xa9 2001-2006 Red Hat,                                              Inc.
[    3.731675] fuse: init (API version 7.38)
[    3.733150] orangefs_debugfs_init: called with debug mask: :none: :0:
[    3.733492] orangefs_init: module version upstream loaded
[    3.733886] SGI XFS with ACLs, security attributes, realtime, scrub, quota, n                                             o debug enabled
[    3.901848] jitterentropy: Initialization failed with host not compliant with                                              requirements: 9
[    3.901887] xor: measuring software checksum speed
[    3.910778]    arm4regs        :  1119 MB/sec
[    3.925455]    8regs           :   671 MB/sec
[    3.935809]    32regs          :   952 MB/sec
[    3.935819] xor: using function: arm4regs (1119 MB/sec)
[    3.935835] async_tx: api initialized (async)
[    3.935851] Key type asymmetric registered
[    3.935860] Asymmetric key parser 'x509' registered
[    3.988415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2                                             46)
[    3.988869] io scheduler bfq registered
[    4.178006] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driv                                             er
[    4.180240] gpio gpiochip0: Static allocation of GPIO base is deprecated, use                                              dynamic allocation.
[    4.181766] gpio gpiochip1: Static allocation of GPIO base is deprecated, use                                              dynamic allocation.
[    4.182878] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f100000                                             0/pcie@82000000 ranges:
[    4.182920] mvebu-pcie mbus@f1000000:pcie@82000000: Parsing ranges property..                                             .
[    4.182963] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0x00f1040000..0x                                             00f1041fff -> 0x0000040000
[    4.183008] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0xffffffffffffff                                             ff..0x00fffffffe -> 0x0100000000
[    4.183038] mvebu-pcie mbus@f1000000:pcie@82000000:       IO 0xffffffffffffff                                             ff..0x00fffffffe -> 0x0100000000
[    4.183747] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 00                                             00:00
[    4.183767] pci_bus 0000:00: root bus resource [bus 00-ff]
[    4.183787] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (b                                             us address [0x00040000-0x00041fff])
[    4.183804] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[    4.183819] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[    4.183835] pci_bus 0000:00: scanning bus
[    4.183940] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400
[    4.184395] pci 0000:00:01.0: vgaarb: pci_notify
[    4.185896] pci_bus 0000:00: fixups for bus
[    4.185917] PCI: bus0: Fast back to back transfers disabled
[    4.185932] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 0
[    4.185947] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), rec                                             onfiguring
[    4.185967] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 1
[    4.186168] pci_bus 0000:01: scanning bus
[    4.186234] pci_bus 0000:01: fixups for bus
[    4.186243] PCI: bus1: Fast back to back transfers enabled
[    4.186254] pci_bus 0000:01: bus scan returning with max=01
[    4.186267] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    4.186288] pci_bus 0000:00: bus scan returning with max=01
[    4.186310] pci 0000:00:01.0: PCI bridge to [bus 01]
[    4.186409] pcieport 0000:00:01.0: vgaarb: pci_notify
[    4.186447] pcieport 0000:00:01.0: assign IRQ: got 0
[    4.186480] pcieport 0000:00:01.0: enabling bus mastering
[    4.186515] pcieport 0000:00:01.0: vgaarb: pci_notify
[    4.187558] mv_xor f1060800.xor: Marvell shared XOR driver
[    4.249594] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr                                              )
[    4.254454] mv_xor f1060900.xor: Marvell shared XOR driver
[    4.319607] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr                                              )
[    4.324748] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    4.327532] printk: console [ttyS0] disabled
[    4.328219] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 28, base_baud =                                              12500000) is a 16550A
[    4.328289] printk: console [ttyS0] enabled
[    5.336831] loop: module loaded
[    5.341138] sata_mv f1080000.sata: version 1.28
[    5.341877] sata_mv f1080000.sata: slots 32 ports 2
[    5.352501] scsi host0: sata_mv
[    5.358093] scsi host1: sata_mv
[    5.362443] ata1: SATA max UDMA/133 irq 29
[    5.367348] ata2: SATA max UDMA/133 irq 29
[    5.373560] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[    5.380708] nand: Samsung NAND 128MiB 3,3V 8-bit
[    5.386054] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB siz                                             e: 64
[    5.394414] Scanning device for bad blocks
[    5.419086] Bad eraseblock 205 at 0x0000019a0000
[    5.426216] Bad eraseblock 224 at 0x000001c00000
[    5.432299] Bad eraseblock 232 at 0x000001d00000
[    5.451790] Bad eraseblock 379 at 0x000002f60000
[    5.461835] Bad eraseblock 428 at 0x000003580000
[    5.476594] Bad eraseblock 526 at 0x0000041c0000
[    5.487890] Bad eraseblock 588 at 0x000004980000
[    5.526787] Bad eraseblock 936 at 0x000007500000
[    5.540557] 2 cmdlinepart partitions found on MTD device orion_nand
[    5.547577] Creating 2 MTD partitions on "orion_nand":
[    5.553447] 0x000000000000-0x000000100000 : "uboot"
[    5.559949] 0x000000100000-0x000000180000 : "uboot_env_stock"
[    5.568072] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for info                                             rmation.
[    5.576647] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c                                             4.com>. All Rights Reserved.
[    5.614744] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    5.624603] mv643xx_eth: Set the PHY to fix link down
[    5.625566] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address                                              c8:6c:87:9b:2f:78
[    5.641696] orion-ehci f1050000.ehci: EHCI Host Controller
[    5.648066] orion-ehci f1050000.ehci: new USB bus registered, assigned bus nu                                             mber 1
[    5.656724] orion-ehci f1050000.ehci: irq 32, io mem 0xf1050000
[    5.686971] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    5.694190] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bc                                             dDevice= 6.05
[    5.703266] ata1: SATA link down (SStatus 0 SControl F300)
[    5.709527] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=                                             1
[    5.717578] usb usb1: Product: EHCI Host Controller
[    5.723189] usb usb1: Manufacturer: Linux 6.5.7-kirkwood-tld-1 ehci_hcd
[    5.730693] usb usb1: SerialNumber: f1050000.ehci
[    5.737391] hub 1-0:1.0: USB hub found
[    5.741923] hub 1-0:1.0: 1 port detected
[    5.747664] usbcore: registered new interface driver usb-storage
[    5.755068] mousedev: PS/2 mouse device common for all mice
[    5.763070] rtc-mv f1010300.rtc: registered as rtc0
[    5.768937] rtc-mv f1010300.rtc: setting system clock to 2024-03-08T20:08:37                                              UTC (1709928517)
[    5.778511] i2c_dev: i2c /dev entries driver
[    5.786925] rtc-pcf8563 0-0051: low voltage detected, date/time is not reliab                                             le.
[    5.795432] rtc-pcf8563 0-0051: registered as rtc1
[    5.803352] device-mapper: uevent: version 1.0.3
[    5.809341] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-d                                             evel@redhat.com
[    5.819315] device-mapper: multipath round-robin: version 1.2.0 loaded
[    5.826593] device-mapper: multipath queue-length: version 0.2.0 loaded
[    5.834041] device-mapper: multipath service-time: version 0.3.0 loaded
[    5.841507] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    5.851859] ledtrig-cpu: registered to indicate activity on CPUs
[    5.858815] hid: raw HID events driver (C) Jiri Kosina
[    5.865129] drop_monitor: Initializing network drop monitor service
[    5.873812] NET: Registered PF_INET6 protocol family
[    5.881973] Segment Routing with IPv6
[    5.886373] RPL Segment Routing with IPv6
[    5.891295] In-situ OAM (IOAM) with IPv6
[    5.896107] NET: Registered PF_PACKET protocol family
[    5.902269] Key type dns_resolver registered
[    5.926792] registered taskstats version 1
[    5.931953] Loading compiled-in X.509 certificates
[    5.960038] Key type .fscrypt registered
[    5.964769] Key type fscrypt-provisioning registered
[    5.977281] Key type big_key registered
[    6.027048] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    6.036639] Key type encrypted registered
[    6.061853] ata2: SATA link down (SStatus 0 SControl F300)
[    6.156499] "cryptomgr_test" (103) uses obsolete ecb(arc4) skcipher
[    6.238856] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcd                                             Device=77.63
[    6.256973] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    6.264858] usb 1-1: Product: USB2.0 Hub
[    6.288264] hub 1-1:1.0: USB hub found
[    6.296983] hub 1-1:1.0: 4 ports detected
[    6.626975] usb 1-1.2: new high-speed USB device number 3 using orion-ehci
[    6.797976] usb 1-1.2: New USB device found, idVendor=1f75, idProduct=0817, b                                             cdDevice= 0.01
[    6.816966] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber                                             =3
[    6.825022] usb 1-1.2: Product: Intenso Alu Line
[    6.846983] usb 1-1.2: Manufacturer: is817
[    6.851810] usb 1-1.2: SerialNumber: 201404301986
[    6.868116] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[    6.887616] scsi host2: usb-storage 1-1.2:1.0
[    7.928410] scsi 2:0:0:0: Direct-Access     Intenso  Alu Line         1.00 PQ                                             : 0 ANSI: 6
[    7.949154] sd 2:0:0:0: [sda] 15728640 512-byte logical blocks: (8.05 GB/7.50                                              GiB)
[    7.967513] sd 2:0:0:0: [sda] Write Protect is off
[    7.973069] sd 2:0:0:0: [sda] Mode Sense: 23 00 00 00
[    7.977006] sd 2:0:0:0: [sda] Write cache: disabled, read cache: disabled, do                                             esn't support DPO or FUA
[    8.011494]  sda: sda1 sda2
[    8.027615] sd 2:0:0:0: [sda] Attached SCSI removable disk
[    8.588652] clk: Disabling unused clocks
[    8.597239] Freeing unused kernel image (initmem) memory: 1024K
[    8.617806] Checked W+X mappings: passed, no W+X pages found
[    8.624215] Run /init as init process
[    8.628662]   with arguments:
[    8.628676]     /init
[    8.628687]   with environment:
[    8.628695]     HOME=/
[    8.628704]     TERM=linux
[   10.160544] usbcore: registered new interface driver uas
[   21.714917] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsyste                                             m
[   21.755725] EXT4-fs (sda1): mounted filesystem c5bf84c2-5718-419d-9e09-4c162e                                             ede70b ro with ordered data mode. Quota mode: none.
[   25.786336] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[   26.267677] orion_wdt: Initial timeout 21 sec
[   26.971053] marvell-cesa f1030000.crypto: CESA device successfully registered
[   27.002848] sd 2:0:0:0: Attached scsi generic sg0 type 0
[   28.846612] random: crng init done
[   28.901102] EXT4-fs (sda1): re-mounted c5bf84c2-5718-419d-9e09-4c162eede70b r                                             /w. Quota mode: none.
[   31.783724] mv643xx_eth: Set the PHY back to auto-negotiation mode
[   35.597892] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, ful                                             l duplex, flow control disabled
[   43.416968] sched: RT throttling activated
root@debian:~#

is there any hope for that box ^^ ?
Re: NSA 320 possible messedup Env
March 08, 2024 02:25PM
Loos like it did not take. Try again,

ethtool -K eth0 tso on sg on
ethtool -k eth0 | grep tcp-segment

If TSO is still off, try again

ethtool -K eth0 tso on
ethtool -k eth0 | grep tcp-segment

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 08, 2024 02:49PM
Now the command´s + Results :-)

after the changes when i tipe (ethtool -k eth0 | grep tcp-segment)
root@debian:~# ethtool -k eth0 | grep tcp-segment
tcp-segmentation-offload: on
        tx-tcp-segmentation: on
root@debian:~#


root@debian:~# ethtool -K eth0 tso on sg on
Actual changes:
tx-scatter-gather-fraglist: off [requested on]
tx-tcp-ecn-segmentation: off [requested on]
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: off [requested on]
root@debian:~# ethtool -k eth0 | grep tcp-segment
tcp-segmentation-offload: on
        tx-tcp-segmentation: on
root@debian:~#
root@debian:~# ethtool -K eth0 tso on
Actual changes:
tx-tcp-ecn-segmentation: off [requested on]
tx-tcp6-segmentation: off [requested on]
root@debian:~# ethtool -k eth0 | grep tcp-segment
tcp-segmentation-offload: on
        tx-tcp-segmentation: on
root@debian:~#

NSA320 iperf -c
root@debian:~# iperf -c 192.168.178.140
------------------------------------------------------------
Client connecting to 192.168.178.140, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.136 port 60142 connected with 192.168.178.140 port 5001 (icwnd/mss/irtt=14/1448/4444)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0057 sec   986 MBytes   826 Mbits/sec
root@debian:~#
ServerVM iperf -s
root@debianVM:/home/administrator# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.140 port 5001 connected with 192.168.178.136 port 60142 (icwnd/mss/irtt=14/1448/2134)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0043 sec   986 MBytes   826 Mbits/sec

NSA320 iperf -s
root@debian:~# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.136 port 5001 connected with 192.168.178.140 port 42070 (icwnd/mss/irtt=14/1448/2074)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0142 sec   106 MBytes  88.8 Mbits/sec

ServerVM iperf -c
root@debianVM:/home/administrator# iperf -c 192.168.178.136
------------------------------------------------------------
Client connecting to 192.168.178.136, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.140 port 42070 connected with 192.168.178.136 port 5001 (icwnd/mss/irtt=14/1448/1451)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0233 sec   106 MBytes  88.7 Mbits/sec
root@debianVM:/home/administrator#

dmesg
root@debian:~# dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 6.5.7-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #2 PREEMPT Wed Oct 18 21:14:11 PDT 2023
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] OF: fdt: Machine model: Zyxel NSA320
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:0x100000(uboot),0x80000(uboot_env_stock) init=/bin/systemd
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
[    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000] Memory: 491984K/524288K available (12288K kernel code, 1755K rwdata, 5416K rodata, 1024K init, 301K bss, 32304K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000002] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.000049] Switching to timer-based delay loop, resolution 5ns
[    0.000654] Console: colour dummy device 80x30
[    0.000727] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
[    0.000759] CPU: Testing write buffer coherency: ok
[    0.000900] pid_max: default: 32768 minimum: 301
[    0.009640] LSM: initializing lsm=capability,integrity
[    0.012118] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.012158] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.024743] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.025122] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.025612] Setting up static identity map for 0x100000 - 0x100058
[    0.025974] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[    0.026411] rcu: Hierarchical SRCU implementation.
[    0.026428] rcu:     Max phase no-delay instances is 1000.
[    0.029465] devtmpfs: initialized
[    0.041243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.041289] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.044110] prandom: seed boundary self test passed
[    0.048357] prandom: 100 self tests passed
[    0.048373] pinctrl core: initialized pinctrl subsystem
[    0.052212] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.053219] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.058637] audit: initializing netlink subsys (disabled)
[    0.059715] audit: type=2000 audit(0.050:1): state=initialized audit_enabled=0 res=1
[    0.061493] thermal_sys: Registered thermal governor 'step_wise'
[    0.061655] cpuidle: using governor ladder
[    0.061738] cpuidle: using governor menu
[    0.062420] Feroceon L2: Enabling L2
[    0.062459] Feroceon L2: Cache support initialised.
[    0.074699] No ATAGs?
[    0.430065] raid6: int32x8  gen()   110 MB/s
[    0.770065] raid6: int32x4  gen()   106 MB/s
[    1.120068] raid6: int32x2  gen()   136 MB/s
[    1.460067] raid6: int32x1  gen()    98 MB/s
[    1.460081] raid6: using algorithm int32x2 gen() 136 MB/s
[    1.800067] raid6: .... xor() 86 MB/s, rmw enabled
[    1.800079] raid6: using intx1 recovery algorithm
[    1.801797] SCSI subsystem initialized
[    1.802153] libata version 3.00 loaded.
[    1.802559] usbcore: registered new interface driver usbfs
[    1.802632] usbcore: registered new interface driver hub
[    1.802770] usbcore: registered new device driver usb
[    1.803127] pps_core: LinuxPPS API ver. 1 registered
[    1.803137] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.803171] PTP clock support registered
[    1.806118] vgaarb: loaded
[    1.806977] clocksource: Switched to clocksource orion_clocksource
[    1.816501] VFS: Disk quotas dquot_6.6.0
[    1.816938] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.862788] NET: Registered PF_INET protocol family
[    1.863135] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.865987] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    1.866230] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.866274] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    1.866357] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    1.866847] TCP: Hash tables configured (established 4096 bind 4096)
[    1.867599] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear)
[    1.867846] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    1.867882] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    1.868796] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.869988] RPC: Registered named UNIX socket transport module.
[    1.870003] RPC: Registered udp transport module.
[    1.870010] RPC: Registered tcp transport module.
[    1.870016] RPC: Registered tcp-with-tls transport module.
[    1.870021] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.870043] PCI: CLS 0 bytes, default 32
[    1.873086] Trying to unpack rootfs image as initramfs...
[    2.854329] Freeing initrd memory: 5656K
[    3.707918] Initialise system trusted keyrings
[    3.708012] Key type blacklist registered
[    3.709468] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    3.709654] zbud: loaded
[    3.728856] NFS: Registering the id_resolver key type
[    3.728910] Key type id_resolver registered
[    3.728920] Key type id_legacy registered
[    3.729116] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    3.729138] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    3.730764] jffs2: version 2.2. (NAND) (SUMMARY)  \xc2\xa9 2001-2006 Red Hat, Inc.
[    3.731703] fuse: init (API version 7.38)
[    3.733178] orangefs_debugfs_init: called with debug mask: :none: :0:
[    3.733522] orangefs_init: module version upstream loaded
[    3.733916] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled
[    3.902058] jitterentropy: Initialization failed with host not compliant with requirements: 9
[    3.902098] xor: measuring software checksum speed
[    3.910935]    arm4regs        :  1119 MB/sec
[    3.925613]    8regs           :   671 MB/sec
[    3.935967]    32regs          :   952 MB/sec
[    3.935977] xor: using function: arm4regs (1119 MB/sec)
[    3.935992] async_tx: api initialized (async)
[    3.936009] Key type asymmetric registered
[    3.936017] Asymmetric key parser 'x509' registered
[    3.988656] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    3.989110] io scheduler bfq registered
[    4.178225] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[    4.180446] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    4.181973] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    4.183093] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges:
[    4.183136] mvebu-pcie mbus@f1000000:pcie@82000000: Parsing ranges property...
[    4.183178] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0x00f1040000..0x00f1041fff -> 0x0000040000
[    4.183224] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000
[    4.183254] mvebu-pcie mbus@f1000000:pcie@82000000:       IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000
[    4.183962] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00
[    4.183982] pci_bus 0000:00: root bus resource [bus 00-ff]
[    4.184002] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff])
[    4.184019] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[    4.184034] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[    4.184049] pci_bus 0000:00: scanning bus
[    4.184153] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400
[    4.184605] pci 0000:00:01.0: vgaarb: pci_notify
[    4.186105] pci_bus 0000:00: fixups for bus
[    4.186126] PCI: bus0: Fast back to back transfers disabled
[    4.186141] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 0
[    4.186157] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    4.186177] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 1
[    4.186378] pci_bus 0000:01: scanning bus
[    4.186443] pci_bus 0000:01: fixups for bus
[    4.186452] PCI: bus1: Fast back to back transfers enabled
[    4.186463] pci_bus 0000:01: bus scan returning with max=01
[    4.186475] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    4.186496] pci_bus 0000:00: bus scan returning with max=01
[    4.186518] pci 0000:00:01.0: PCI bridge to [bus 01]
[    4.186617] pcieport 0000:00:01.0: vgaarb: pci_notify
[    4.186655] pcieport 0000:00:01.0: assign IRQ: got 0
[    4.186687] pcieport 0000:00:01.0: enabling bus mastering
[    4.186722] pcieport 0000:00:01.0: vgaarb: pci_notify
[    4.187758] mv_xor f1060800.xor: Marvell shared XOR driver
[    4.249623] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    4.254478] mv_xor f1060900.xor: Marvell shared XOR driver
[    4.319641] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    4.324778] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    4.327552] printk: console [ttyS0] disabled
[    4.328240] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 28, base_baud = 12500000) is a 16550A
[    4.328311] printk: console [ttyS0] enabled
[    5.336870] loop: module loaded
[    5.341182] sata_mv f1080000.sata: version 1.28
[    5.341921] sata_mv f1080000.sata: slots 32 ports 2
[    5.352556] scsi host0: sata_mv
[    5.358160] scsi host1: sata_mv
[    5.362516] ata1: SATA max UDMA/133 irq 29
[    5.367418] ata2: SATA max UDMA/133 irq 29
[    5.373638] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[    5.380786] nand: Samsung NAND 128MiB 3,3V 8-bit
[    5.386133] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    5.394493] Scanning device for bad blocks
[    5.419170] Bad eraseblock 205 at 0x0000019a0000
[    5.426304] Bad eraseblock 224 at 0x000001c00000
[    5.432387] Bad eraseblock 232 at 0x000001d00000
[    5.451877] Bad eraseblock 379 at 0x000002f60000
[    5.461924] Bad eraseblock 428 at 0x000003580000
[    5.476692] Bad eraseblock 526 at 0x0000041c0000
[    5.488010] Bad eraseblock 588 at 0x000004980000
[    5.526881] Bad eraseblock 936 at 0x000007500000
[    5.540670] 2 cmdlinepart partitions found on MTD device orion_nand
[    5.547691] Creating 2 MTD partitions on "orion_nand":
[    5.553562] 0x000000000000-0x000000100000 : "uboot"
[    5.560064] 0x000000100000-0x000000180000 : "uboot_env_stock"
[    5.568196] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    5.576779] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    5.614818] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    5.624673] mv643xx_eth: Set the PHY to fix link down
[    5.625629] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address c8:6c:87:9b:2f:78
[    5.641762] orion-ehci f1050000.ehci: EHCI Host Controller
[    5.648126] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    5.656786] orion-ehci f1050000.ehci: irq 32, io mem 0xf1050000
[    5.687004] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    5.694221] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[    5.703292] ata1: SATA link down (SStatus 0 SControl F300)
[    5.709553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.717606] usb usb1: Product: EHCI Host Controller
[    5.723215] usb usb1: Manufacturer: Linux 6.5.7-kirkwood-tld-1 ehci_hcd
[    5.730722] usb usb1: SerialNumber: f1050000.ehci
[    5.737418] hub 1-0:1.0: USB hub found
[    5.741950] hub 1-0:1.0: 1 port detected
[    5.747692] usbcore: registered new interface driver usb-storage
[    5.755091] mousedev: PS/2 mouse device common for all mice
[    5.763100] rtc-mv f1010300.rtc: registered as rtc0
[    5.768961] rtc-mv f1010300.rtc: setting system clock to 2024-03-08T20:34:35 UTC (1709930075)
[    5.778541] i2c_dev: i2c /dev entries driver
[    5.786963] rtc-pcf8563 0-0051: low voltage detected, date/time is not reliable.
[    5.795467] rtc-pcf8563 0-0051: registered as rtc1
[    5.803407] device-mapper: uevent: version 1.0.3
[    5.809394] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    5.819378] device-mapper: multipath round-robin: version 1.2.0 loaded
[    5.826654] device-mapper: multipath queue-length: version 0.2.0 loaded
[    5.834103] device-mapper: multipath service-time: version 0.3.0 loaded
[    5.841570] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    5.851917] ledtrig-cpu: registered to indicate activity on CPUs
[    5.858873] hid: raw HID events driver (C) Jiri Kosina
[    5.865188] drop_monitor: Initializing network drop monitor service
[    5.873867] NET: Registered PF_INET6 protocol family
[    5.882057] Segment Routing with IPv6
[    5.886453] RPL Segment Routing with IPv6
[    5.891385] In-situ OAM (IOAM) with IPv6
[    5.896194] NET: Registered PF_PACKET protocol family
[    5.902401] Key type dns_resolver registered
[    5.926941] registered taskstats version 1
[    5.932100] Loading compiled-in X.509 certificates
[    5.960216] Key type .fscrypt registered
[    5.964942] Key type fscrypt-provisioning registered
[    5.977395] Key type big_key registered
[    6.027082] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    6.036406] Key type encrypted registered
[    6.061628] ata2: SATA link down (SStatus 0 SControl F300)
[    6.156426] "cryptomgr_test" (103) uses obsolete ecb(arc4) skcipher
[    6.238918] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=77.63
[    6.257007] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    6.264893] usb 1-1: Product: USB2.0 Hub
[    6.288329] hub 1-1:1.0: USB hub found
[    6.297016] hub 1-1:1.0: 4 ports detected
[    6.627010] usb 1-1.2: new high-speed USB device number 3 using orion-ehci
[    6.798039] usb 1-1.2: New USB device found, idVendor=1f75, idProduct=0817, bcdDevice= 0.01
[    6.817000] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.825058] usb 1-1.2: Product: Intenso Alu Line
[    6.847017] usb 1-1.2: Manufacturer: is817
[    6.851846] usb 1-1.2: SerialNumber: 201404301986
[    6.868053] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[    6.887656] scsi host2: usb-storage 1-1.2:1.0
[    7.928469] scsi 2:0:0:0: Direct-Access     Intenso  Alu Line         1.00 PQ: 0 ANSI: 6
[    7.949089] sd 2:0:0:0: [sda] 15728640 512-byte logical blocks: (8.05 GB/7.50 GiB)
[    7.967452] sd 2:0:0:0: [sda] Write Protect is off
[    7.973008] sd 2:0:0:0: [sda] Mode Sense: 23 00 00 00
[    7.977037] sd 2:0:0:0: [sda] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA
[    8.003055]  sda: sda1 sda2
[    8.017649] sd 2:0:0:0: [sda] Attached SCSI removable disk
[    8.588302] clk: Disabling unused clocks
[    8.596801] Freeing unused kernel image (initmem) memory: 1024K
[    8.617841] Checked W+X mappings: passed, no W+X pages found
[    8.624251] Run /init as init process
[    8.628696]   with arguments:
[    8.628711]     /init
[    8.628721]   with environment:
[    8.628729]     HOME=/
[    8.628738]     TERM=linux
[   10.156494] usbcore: registered new interface driver uas
[   21.109729] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   21.157719] EXT4-fs (sda1): mounted filesystem c5bf84c2-5718-419d-9e09-4c162eede70b ro with ordered data mode. Quota mode: none.
[   25.191942] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[   25.608415] orion_wdt: Initial timeout 21 sec
[   26.337203] sd 2:0:0:0: Attached scsi generic sg0 type 0
[   26.431137] marvell-cesa f1030000.crypto: CESA device successfully registered
[   28.059048] random: crng init done
[   28.326523] EXT4-fs (sda1): re-mounted c5bf84c2-5718-419d-9e09-4c162eede70b r/w. Quota mode: none.
[   31.186654] mv643xx_eth: Set the PHY back to auto-negotiation mode
[   35.009875] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
root@debian:~#



Edited 1 time(s). Last edit at 03/08/2024 02:52PM by Th3l0lb0y.
Re: NSA 320 possible messedup Env
March 08, 2024 03:14PM
TSO was OK now

Repeat this test

NSA320 iperf -s
ServerVM iperf -c

and then,

On the NSA320
dmesg | tail -50
On the Debian VM
dmesg | tail -50

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: NSA 320 possible messedup Env
March 08, 2024 03:22PM
ok :-)

NSA320 iperf -s
root@debian:~# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.136 port 5001 connected with 192.168.178.140 port 44698 (icwnd/mss/irtt=14/1448/4005)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.1691 sec   108 MBytes  88.8 Mbits/sec

ServerVM iperf -c
root@debianVM:/home/administrator# iperf -c 192.168.178.136
------------------------------------------------------------
Client connecting to 192.168.178.136, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.140 port 44698 connected with 192.168.178.136 port 5001 (icwnd/mss/irtt=14/1448/3776)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.1871 sec   108 MBytes  88.6 Mbits/sec
root@debianVM:/home/administrator#


NSA320 (dmesg | tail -50)
root@debian:~# dmesg | tail -50
[    6.437616] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    6.498916]  sda: sda1
[    6.507309] sd 1:0:0:0: [sda] Attached SCSI disk
[    6.647000] usb 1-1.2: new high-speed USB device number 3 using orion-ehci
[    6.817931] usb 1-1.2: New USB device found, idVendor=1f75, idProduct=0817, bcdDevice= 0.01
[    6.836990] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.845048] usb 1-1.2: Product: Intenso Alu Line
[    6.866992] usb 1-1.2: Manufacturer: is817
[    6.871817] usb 1-1.2: SerialNumber: 201404301986
[    6.888112] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[    6.907648] scsi host2: usb-storage 1-1.2:1.0
[    7.928361] scsi 2:0:0:0: Direct-Access     Intenso  Alu Line         1.00 PQ: 0 ANSI: 6
[    7.948974] sd 2:0:0:0: [sdb] 15728640 512-byte logical blocks: (8.05 GB/7.50 GiB)
[    7.967468] sd 2:0:0:0: [sdb] Write Protect is off
[    7.973022] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[    7.977027] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA
[    8.003078]  sdb: sdb1 sdb2
[    8.017691] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[    8.676144] clk: Disabling unused clocks
[    8.684736] Freeing unused kernel image (initmem) memory: 1024K
[    8.697836] Checked W+X mappings: passed, no W+X pages found
[    8.704252] Run /init as init process
[    8.708699]   with arguments:
[    8.708714]     /init
[    8.708723]   with environment:
[    8.708732]     HOME=/
[    8.708741]     TERM=linux
[   10.277316] usbcore: registered new interface driver uas
[   21.917371] EXT4-fs (sdb1): mounting ext3 file system using the ext4 subsystem
[   21.978037] EXT4-fs (sdb1): mounted filesystem c5bf84c2-5718-419d-9e09-4c162eede70b ro with ordered data mode. Quota mode: none.
[   26.052570] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[   26.485803] orion_wdt: Initial timeout 21 sec
[   26.858488] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   27.008442] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   27.211255] marvell-cesa f1030000.crypto: CESA device successfully registered
[   27.334585] random: crng init done
[   29.341152] EXT4-fs (sdb1): re-mounted c5bf84c2-5718-419d-9e09-4c162eede70b r/w. Quota mode: none.
[   32.228118] mv643xx_eth: Set the PHY back to auto-negotiation mode
[   35.872214] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[   40.256996] sched: RT throttling activated
[  384.197834] ata2: SATA link down (SStatus 0 SControl F300)
[  389.537843] ata2: SATA link down (SStatus 0 SControl F300)
[  389.544097] ata2: limiting SATA link speed to <unknown>
[  394.897850] ata2: SATA link down (SStatus 0 SControl F3F0)
[  394.904108] ata2.00: disable device
[  394.908752] ata2.00: detaching (SCSI 1:0:0:0)
[  394.956338] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[  394.962320] sd 1:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  394.987393] sd 1:0:0:0: [sda] Stopping disk
[  394.992396] sd 1:0:0:0: [sda] Start/Stop Unit failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
root@debian:~#

Debian VM (dmesg | tail -50)
root@debianVM:/home/administrator# dmesg | tail -50
[    2.272569] EXT4-fs (sda1): re-mounted. Quota mode: none.
[    2.273898] systemd[1]: Finished systemd-remount-fs.service - Remount Root an                                             d Kernel File Systems.
[    2.274128] systemd[1]: systemd-firstboot.service - First Boot Wizard was ski                                             pped because of an unmet condition check (ConditionFirstBoot=yes).
[    2.274163] systemd[1]: systemd-pstore.service - Platform Persistent Storage                                              Archival was skipped because of an unmet condition check (ConditionDirectoryNotE                                             mpty=/sys/fs/pstore).
[    2.274968] systemd[1]: Starting systemd-random-seed.service - Load/Save Rand                                             om Seed...
[    2.275868] systemd[1]: Starting systemd-sysusers.service - Create System Use                                             rs...
[    2.313568] lp: driver loaded but no devices found
[    2.314972] systemd[1]: Finished systemd-random-seed.service - Load/Save Rand                                             om Seed.
[    2.315224] systemd[1]: first-boot-complete.target - First Boot Complete was                                              skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    2.322596] systemd[1]: Mounted run-vmblock\x2dfuse.mount - VMware vmblock fu                                             se mount.
[    2.325039] ppdev: user-space parallel port driver
[    2.370457] systemd[1]: Finished systemd-sysusers.service - Create System Use                                             rs.
[    2.379276] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create                                              Static Device Nodes in /dev...
[    2.388049] systemd[1]: Finished systemd-modules-load.service - Load Kernel M                                             odules.
[    2.389203] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variab                                             les...
[    2.481835] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variab                                             les.
[    2.545946] systemd[1]: Finished keyboard-setup.service - Set the console key                                             board layout.
[    2.569260] systemd[1]: Started systemd-journald.service - Journal Service.
[    2.593025] systemd-journald[253]: Received client request to flush runtime j                                             ournal.
[    2.714752] audit: type=1400 audit(1709591954.608:2): apparmor="STATUS" opera                                             tion="profile_load" profile="unconfined" name="lsb_release" pid=301 comm="apparm                                             or_parser"
[    2.720243] audit: type=1400 audit(1709591954.616:3): apparmor="STATUS" opera                                             tion="profile_load" profile="unconfined" name="nvidia_modprobe" pid=306 comm="ap                                             parmor_parser"
[    2.720247] audit: type=1400 audit(1709591954.616:4): apparmor="STATUS" opera                                             tion="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=306 co                                             mm="apparmor_parser"
[    2.737630] audit: type=1400 audit(1709591954.632:5): apparmor="STATUS" opera                                             tion="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-c                                             lient.action" pid=307 comm="apparmor_parser"
[    2.737636] audit: type=1400 audit(1709591954.632:6): apparmor="STATUS" opera                                             tion="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-h                                             elper" pid=307 comm="apparmor_parser"
[    2.737638] audit: type=1400 audit(1709591954.632:7): apparmor="STATUS" opera                                             tion="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient                                             -script" pid=307 comm="apparmor_parser"
[    2.737640] audit: type=1400 audit(1709591954.632:8): apparmor="STATUS" opera                                             tion="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=307 co                                             mm="apparmor_parser"
[    2.829046] audit: type=1400 audit(1709591954.724:9): apparmor="STATUS" opera                                             tion="profile_load" profile="unconfined" name="/usr/bin/evince" pid=308 comm="ap                                             parmor_parser"
[    2.829052] audit: type=1400 audit(1709591954.724:10): apparmor="STATUS" oper                                             ation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helpe                                             r" pid=308 comm="apparmor_parser"
[    3.009028] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.009052] sr 2:0:0:0: Attached scsi generic sg1 type 5
[    3.136618] ACPI: AC: AC Adapter [ACAD] (on-line)
[    3.382687] Adding 998396k swap on /dev/sda5.  Priority:-2 extents:1 across:9                                             98396k FS
[    3.437006] vmw_vmci 0000:00:07.7: Using capabilities 0xc
[    3.471882] Guest personality initialized and is active
[    3.471912] VMCI host device registered (name=vmci, major=10, minor=124)
[    3.471913] Initialized host personality
[    3.482005] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    3.582639] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240                                              ms ovfl timer
[    3.608305] cryptd: max_cpu_qlen set to 1000
[    3.634844] AVX version of gcm_enc/dec engaged.
[    3.634863] AES CTR mode by8 optimization enabled
[    3.975100] NET: Registered PF_VSOCK protocol family
[    4.449502] NET: Registered PF_QIPCRTR protocol family
[    4.630749] vmxnet3 0000:0b:00.0 ens192: intr type 3, mode 0, 2 vectors alloc                                             ated
[    4.631292] vmxnet3 0000:0b:00.0 ens192: NIC Link is Up 10000 Mbps
[    7.824914] rfkill: input handler disabled
[   34.198595] rfkill: input handler enabled
[   37.328434] rfkill: input handler disabled
[  228.143423] [drm] vmwgfx: mob memory overflow. Consider increasing guest RAM                                              and graphicsMemory.
[  228.143603] [drm] vmwgfx: increasing guest mob limits to 24576 kB.
root@debianVM:/home/administrator#


Sry need to redo the last test´s + dmesg | tail -50 i plugt an unplugt an sata drive for test right before the test and dmesg | tail -50 :-S



Edited 1 time(s). Last edit at 03/08/2024 03:28PM by Th3l0lb0y.
Re: NSA 320 possible messedup Env
March 08, 2024 03:35PM
Retest ;-)

NSA320 iperf -s
root@debian:~# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.136 port 5001 connected with 192.168.178.140 port 48564 (icwnd/mss/irtt=14/1448/4483)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0201 sec  94.5 MBytes  79.1 Mbits/sec

ServerVM iperf -c
root@debianVM:/home/administrator# iperf -c 192.168.178.136
------------------------------------------------------------
Client connecting to 192.168.178.136, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[  1] local 192.168.178.140 port 48564 connected with 192.168.178.136 port 5001 (icwnd/mss/irtt=14/1448/3820)
[ ID] Interval       Transfer     Bandwidth
[  1] 0.0000-10.0370 sec  94.5 MBytes  79.0 Mbits/sec
root@debianVM:/home/administrator#

NSA320 (dmesg | tail -50)
root@debian:~# dmesg | tail -50
[    5.902358] Key type dns_resolver registered
[    5.926901] registered taskstats version 1
[    5.932067] Loading compiled-in X.509 certificates
[    5.960198] Key type .fscrypt registered
[    5.964928] Key type fscrypt-provisioning registered
[    5.977393] Key type big_key registered
[    6.027083] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    6.036570] Key type encrypted registered
[    6.061779] ata2: SATA link down (SStatus 0 SControl F300)
[    6.156355] "cryptomgr_test" (103) uses obsolete ecb(arc4) skcipher
[    6.238854] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=77.63
[    6.257008] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    6.264888] usb 1-1: Product: USB2.0 Hub
[    6.288265] hub 1-1:1.0: USB hub found
[    6.297017] hub 1-1:1.0: 4 ports detected
[    6.627009] usb 1-1.2: new high-speed USB device number 3 using orion-ehci
[    6.797975] usb 1-1.2: New USB device found, idVendor=1f75, idProduct=0817, bcdDevice= 0.01
[    6.817000] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.825051] usb 1-1.2: Product: Intenso Alu Line
[    6.847018] usb 1-1.2: Manufacturer: is817
[    6.851848] usb 1-1.2: SerialNumber: 201404301986
[    6.868109] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[    6.887657] scsi host2: usb-storage 1-1.2:1.0
[    7.928406] scsi 2:0:0:0: Direct-Access     Intenso  Alu Line         1.00 PQ: 0 ANSI: 6
[    7.949147] sd 2:0:0:0: [sda] 15728640 512-byte logical blocks: (8.05 GB/7.50 GiB)
[    7.967511] sd 2:0:0:0: [sda] Write Protect is off
[    7.973064] sd 2:0:0:0: [sda] Mode Sense: 23 00 00 00
[    7.977038] sd 2:0:0:0: [sda] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA
[    8.003115]  sda: sda1 sda2
[    8.017657] sd 2:0:0:0: [sda] Attached SCSI removable disk
[    8.588264] clk: Disabling unused clocks
[    8.596758] Freeing unused kernel image (initmem) memory: 1024K
[    8.617844] Checked W+X mappings: passed, no W+X pages found
[    8.624254] Run /init as init process
[    8.628698]   with arguments:
[    8.628712]     /init
[    8.628722]   with environment:
[    8.628731]     HOME=/
[    8.628740]     TERM=linux
[   10.147350] usbcore: registered new interface driver uas
[   21.321004] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   21.388591] EXT4-fs (sda1): mounted filesystem c5bf84c2-5718-419d-9e09-4c162eede70b ro with ordered data mode. Quota mode: none.
[   28.014389] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[   28.341267] orion_wdt: Initial timeout 21 sec
[   29.029614] marvell-cesa f1030000.crypto: CESA device successfully registered
[   29.289436] sd 2:0:0:0: Attached scsi generic sg0 type 0
[   29.587071] random: crng init done
[   31.053319] EXT4-fs (sda1): re-mounted c5bf84c2-5718-419d-9e09-4c162eede70b r/w. Quota mode: none.
[   33.889948] mv643xx_eth: Set the PHY back to auto-negotiation mode
[   37.695068] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
root@debian:~#

Debian VM (dmesg | tail -50)
root@debianVM:/home/administrator# dmesg | tail -50
[    2.272569] EXT4-fs (sda1): re-mounted. Quota mode: none.
[    2.273898] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    2.274128] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    2.274163] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    2.274968] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[    2.275868] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    2.313568] lp: driver loaded but no devices found
[    2.314972] systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed.
[    2.315224] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    2.322596] systemd[1]: Mounted run-vmblock\x2dfuse.mount - VMware vmblock fuse mount.
[    2.325039] ppdev: user-space parallel port driver
[    2.370457] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[    2.379276] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    2.388049] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    2.389203] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    2.481835] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    2.545946] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[    2.569260] systemd[1]: Started systemd-journald.service - Journal Service.
[    2.593025] systemd-journald[253]: Received client request to flush runtime journal.
[    2.714752] audit: type=1400 audit(1709591954.608:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=301 comm="apparmor_parser"
[    2.720243] audit: type=1400 audit(1709591954.616:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=306 comm="apparmor_parser"
[    2.720247] audit: type=1400 audit(1709591954.616:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=306 comm="apparmor_parser"
[    2.737630] audit: type=1400 audit(1709591954.632:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=307 comm="apparmor_parser"
[    2.737636] audit: type=1400 audit(1709591954.632:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=307 comm="apparmor_parser"
[    2.737638] audit: type=1400 audit(1709591954.632:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=307 comm="apparmor_parser"
[    2.737640] audit: type=1400 audit(1709591954.632:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=307 comm="apparmor_parser"
[    2.829046] audit: type=1400 audit(1709591954.724:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=308 comm="apparmor_parser"
[    2.829052] audit: type=1400 audit(1709591954.724:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=308 comm="apparmor_parser"
[    3.009028] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.009052] sr 2:0:0:0: Attached scsi generic sg1 type 5
[    3.136618] ACPI: AC: AC Adapter [ACAD] (on-line)
[    3.382687] Adding 998396k swap on /dev/sda5.  Priority:-2 extents:1 across:998396k FS
[    3.437006] vmw_vmci 0000:00:07.7: Using capabilities 0xc
[    3.471882] Guest personality initialized and is active
[    3.471912] VMCI host device registered (name=vmci, major=10, minor=124)
[    3.471913] Initialized host personality
[    3.482005] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    3.582639] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
[    3.608305] cryptd: max_cpu_qlen set to 1000
[    3.634844] AVX version of gcm_enc/dec engaged.
[    3.634863] AES CTR mode by8 optimization enabled
[    3.975100] NET: Registered PF_VSOCK protocol family
[    4.449502] NET: Registered PF_QIPCRTR protocol family
[    4.630749] vmxnet3 0000:0b:00.0 ens192: intr type 3, mode 0, 2 vectors allocated
[    4.631292] vmxnet3 0000:0b:00.0 ens192: NIC Link is Up 10000 Mbps
[    7.824914] rfkill: input handler disabled
[   34.198595] rfkill: input handler enabled
[   37.328434] rfkill: input handler disabled
[  228.143423] [drm] vmwgfx: mob memory overflow. Consider increasing guest RAM and graphicsMemory.
[  228.143603] [drm] vmwgfx: increasing guest mob limits to 24576 kB.
root@debianVM:/home/administrator#
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: