Hey, I am trying to setup a Parsec server on my local lan. Parsec is a server which acts as KVM when installed. Like TeamViewer or AnyDesk.
In doing so I've observed that the connection was not stable on Wifi. I mean I could see lag which when operating on the server.
Don't see this when using lan cable
So I checked ping between my computer (macbook air m1) and another server on the same vlan over wifi.
The pings are all over the place. 3ms to 200ms and even 600ms sometimes.
I've observed this same behaviour with two router, Asus rt-ax53u and Linksys RT3200 acting as Dumb AP, both running OpenWrt 22.03.3
Using 5ghz Tested using channels 160, 40, 36 with width set to 80Mhz and 40Mhz
Transmission power 24 and 29 dbm (using driver default
)
mathia@Mathias-MacBook-Air ~ % ping nasone.lan
PING server.lan (192.x.x.x): 56 data bytes
64 bytes from 192.x.x.x: icmp_seq=0 ttl=62 time=5.410 ms
64 bytes from 192.x.x.x: icmp_seq=1 ttl=62 time=5.030 ms
64 bytes from 192.x.x.x: icmp_seq=2 ttl=62 time=4.483 ms
64 bytes from 192.x.x.x: icmp_seq=3 ttl=62 time=5.384 ms
64 bytes from 192.x.x.x: icmp_seq=4 ttl=62 time=4.048 ms
64 bytes from 192.x.x.x: icmp_seq=5 ttl=62 time=5.871 ms
64 bytes from 192.x.x.x: icmp_seq=6 ttl=62 time=89.065 ms
64 bytes from 192.x.x.x: icmp_seq=7 ttl=62 time=114.263 ms
64 bytes from 192.x.x.x: icmp_seq=8 ttl=62 time=63.062 ms
64 bytes from 192.x.x.x: icmp_seq=9 ttl=62 time=4.250 ms
64 bytes from 192.x.x.x: icmp_seq=10 ttl=62 time=5.530 ms
64 bytes from 192.x.x.x: icmp_seq=11 ttl=62 time=5.118 ms
64 bytes from 192.x.x.x: icmp_seq=12 ttl=62 time=6.808 ms
64 bytes from 192.x.x.x: icmp_seq=13 ttl=62 time=5.369 ms
64 bytes from 192.x.x.x: icmp_seq=14 ttl=62 time=5.606 ms
64 bytes from 192.x.x.x: icmp_seq=15 ttl=62 time=6.191 ms
64 bytes from 192.x.x.x: icmp_seq=16 ttl=62 time=5.441 ms
64 bytes from 192.x.x.x: icmp_seq=17 ttl=62 time=5.954 ms
64 bytes from 192.x.x.x: icmp_seq=18 ttl=62 time=5.754 ms
64 bytes from 192.x.x.x: icmp_seq=19 ttl=62 time=4.955 ms
64 bytes from 192.x.x.x: icmp_seq=20 ttl=62 time=4.702 ms
64 bytes from 192.x.x.x: icmp_seq=21 ttl=62 time=5.196 ms
64 bytes from 192.x.x.x: icmp_seq=22 ttl=62 time=117.880 ms
64 bytes from 192.x.x.x: icmp_seq=23 ttl=62 time=4.560 ms
64 bytes from 192.x.x.x: icmp_seq=24 ttl=62 time=4.868 ms
^C
--- server.lan ping statistics ---
25 packets transmitted, 25 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 4.048/19.792/117.880/34.443 ms
Any way I could figure out whats causing this?