From: Hiago De Franco <hiago.franco@xxxxxxxxxxx> Hi Oliver, In my last reply, I sent the ping command with the wrong target. This is the correct one: $ ping 192.168.11.1 PING 192.168.11.1 (192.168.11.1) 56(84) bytes of data. ... 64 bytes from 192.168.11.1: icmp_seq=23 ttl=64 time=2.23 ms 64 bytes from 192.168.11.1: icmp_seq=24 ttl=64 time=2.27 ms 64 bytes from 192.168.11.1: icmp_seq=25 ttl=64 time=2.14 ms 64 bytes from 192.168.11.1: icmp_seq=26 ttl=64 time=2.24 ms 64 bytes from 192.168.11.1: icmp_seq=27 ttl=64 time=2.26 ms 64 bytes from 192.168.11.1: icmp_seq=28 ttl=64 time=2.14 ms 64 bytes from 192.168.11.1: icmp_seq=29 ttl=64 time=3106 ms 64 bytes from 192.168.11.1: icmp_seq=30 ttl=64 time=2097 ms 64 bytes from 192.168.11.1: icmp_seq=31 ttl=64 time=1073 ms 64 bytes from 192.168.11.1: icmp_seq=32 ttl=64 time=48.7 ms 64 bytes from 192.168.11.1: icmp_seq=33 ttl=64 time=2791 ms 64 bytes from 192.168.11.1: icmp_seq=34 ttl=64 time=1781 ms 64 bytes from 192.168.11.1: icmp_seq=35 ttl=64 time=757 ms 64 bytes from 192.168.11.1: icmp_seq=36 ttl=64 time=6.48 ms 64 bytes from 192.168.11.1: icmp_seq=37 ttl=64 time=5828 ms 64 bytes from 192.168.11.1: icmp_seq=38 ttl=64 time=4821 ms 64 bytes from 192.168.11.1: icmp_seq=39 ttl=64 time=3793 ms 64 bytes from 192.168.11.1: icmp_seq=40 ttl=64 time=2773 ms 64 bytes from 192.168.11.1: icmp_seq=41 ttl=64 time=1745 ms 64 bytes from 192.168.11.1: icmp_seq=42 ttl=64 time=725 ms 64 bytes from 192.168.11.1: icmp_seq=43 ttl=64 time=6.11 ms 64 bytes from 192.168.11.1: icmp_seq=44 ttl=64 time=2467 ms 64 bytes from 192.168.11.1: icmp_seq=45 ttl=64 time=1457 ms 64 bytes from 192.168.11.1: icmp_seq=46 ttl=64 time=437 ms 64 bytes from 192.168.11.1: icmp_seq=47 ttl=64 time=8.34 ms 64 bytes from 192.168.11.1: icmp_seq=48 ttl=64 time=2403 ms 64 bytes from 192.168.11.1: icmp_seq=49 ttl=64 time=1397 ms 64 bytes from 192.168.11.1: icmp_seq=50 ttl=64 time=373 ms 64 bytes from 192.168.11.1: icmp_seq=51 ttl=64 time=3212 ms 64 bytes from 192.168.11.1: icmp_seq=52 ttl=64 time=2197 ms 64 bytes from 192.168.11.1: icmp_seq=53 ttl=64 time=1169 ms 64 bytes from 192.168.11.1: icmp_seq=54 ttl=64 time=145 ms 64 bytes from 192.168.11.1: icmp_seq=55 ttl=64 time=7.27 ms 64 bytes from 192.168.11.1: icmp_seq=56 ttl=64 time=2303 ms 64 bytes from 192.168.11.1: icmp_seq=57 ttl=64 time=1301 ms 64 bytes from 192.168.11.1: icmp_seq=58 ttl=64 time=273 ms 64 bytes from 192.168.11.1: icmp_seq=59 ttl=64 time=2.01 ms 64 bytes from 192.168.11.1: icmp_seq=60 ttl=64 time=2335 ms 64 bytes from 192.168.11.1: icmp_seq=61 ttl=64 time=1333 ms 64 bytes from 192.168.11.1: icmp_seq=62 ttl=64 time=305 ms 64 bytes from 192.168.11.1: icmp_seq=63 ttl=64 time=2.14 ms 64 bytes from 192.168.11.1: icmp_seq=64 ttl=64 time=2.26 ms 64 bytes from 192.168.11.1: icmp_seq=65 ttl=64 time=2.25 ms 64 bytes from 192.168.11.1: icmp_seq=66 ttl=64 time=2.19 ms 64 bytes from 192.168.11.1: icmp_seq=67 ttl=64 time=2.20 ms 64 bytes from 192.168.11.1: icmp_seq=68 ttl=64 time=2.24 ms 64 bytes from 192.168.11.1: icmp_seq=69 ttl=64 time=2.21 ms 64 bytes from 192.168.11.1: icmp_seq=70 ttl=64 time=2.11 ms 64 bytes from 192.168.11.1: icmp_seq=71 ttl=64 time=2.19 ms 64 bytes from 192.168.11.1: icmp_seq=72 ttl=64 time=2.19 ms ^C --- 192.168.11.1 ping statistics --- 72 packets transmitted, 72 received, 0% packet loss, time 71445ms rtt min/avg/max/mdev = 2.011/757.798/5827.620/1266.170 ms, pipe 6 So everything is going well, around 2.1 ms, until I connect to VNC. When this happens, the ping spikes to 1000~2000 ms. Then when I close the connection, it gets back to ~2 ms. I can also see some "TCP Retransmission" on Wireshark. On 05.12.23 13:38, Oliver Neukum wrote: > 1514 is a standard ethernet packet. What is wNtbOutMaxDatagrams on your > device? I couldn't find this file on my device. On my Host Linux machine it reports 0. Regards, Hiago