I freaked out when I saw this, luckily its a test system with little-to-none personal data.
You can see the vpn tx go nuts
However when I looked at the wan tx I calmed down somewhat, I did not restart it, just unplugged the wan-cable twice. Once during freakout and after to test to see if counters would reset and they did not.
So while cable was unplugged I recorded what was happening:
Any idea's?
Because if hackers can download with that speed over an unplugged wan-cable I will start looking for a simpler profession such as ditch digger or burger flipper. (I have some past experience )
edit:
I think it all started after I enabled this (unsure):
Counter vpn1 stopped going crazy when I restarted wifi device.
Oh, my bad, I sometimes forget humor does not translate well.
You can see the vpn1 TX go up, meaning I'm uploading which freaked me out because I wasn't. So I unplugged the cable at TX: 5.xx GB and it stopped. After some investigation, I looked and saw the counter going up again. Then I recorded it and made some screenshots. What's weird is that the RX remains static.
So I figured there might have been a race condition of some sort.
The upload/TX counter going crazy
Now that is whats weird, WFI-clients only have access to vpn2 (at least that was the intended configuration, did I mess up somewhere ?).
Also wireless is configured with option band '2g'(65 mbit iirc)
So looking at the gif, I dont think it was the wifi:
What other devices are on the network? 20.55GB is a lot for just transmit but maybe there is some device doing some sort of file upload. If this is over a larger period of time it wouldn't be that surprising.
I personally would use tcpdump to get a traffic sample and then wireshark to analysis it.
Thanks for the support guys, I really appreciate it.
The problem seems to be related to disconnecting the wan-cable. It happened today again and I made sure there was nothing attached to the router other than a workstation, wifi limited to one mac/device.
This time it was vpn3 where tx skyrocketed. Afaik if tx vpn3 increases so should tx wan correct ?
# ifconfig|grep -E 'Link|bytes'
eth0 Link encap:Ethernet HWaddr <redacted>
RX bytes:650585023 (620.4 MiB) TX bytes:76295046 (72.7 MiB)
eth1 Link encap:Ethernet HWaddr <redacted>
RX bytes:31768553 (30.2 MiB) TX bytes:106859311 (101.9 MiB)
lo Link encap:Local Loopback
RX bytes:74045317 (70.6 MiB) TX bytes:74045317 (70.6 MiB)
phy0-ap0 Link encap:Ethernet HWaddr <redacted>
RX bytes:0 (0.0 B) TX bytes:360 (360.0 B)
vpn1 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
RX bytes:55973492 (53.3 MiB) TX bytes:9182628 (8.7 MiB)
vpn2 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
vpn3 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
RX bytes:566439628 (540.1 MiB) TX bytes:6625853268 (6.1 GiB)
There was nothing wrong with my configuration, I imported it on a x86 and it worked just fine. Go figure . So I think since rk3588s is still under development and partially supported under Linux 6.6 I'll just wait it out.
I wrote a hotplug.d script to correct the routes (that is not needed on x86) and everything works great now.
All and all, thanks guys for all technical and emotional support.