So, I wasn't able to reach another device in the network with this, but I could test the direct connection to the network itself and that came up fairly okay, while still short of Gig speeds, this would be a speed I'd be comfortable achieving, but again, this is not the case across multiple different cases. My setup is a simple home system, it's the 2nd PC in the house, and the other PC regularly and consistently has pushed and pulled 940mbps every single day for the last 3 years.
Code:
invalidsun@bernahl:~$ iperf3 -c 192.168.1.1
Connecting to host 192.168.1.1, port 5201
[ 5] local 192.168.1.12 port 42282 connected to 192.168.1.1 port 5201
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 92.8 MBytes 778 Mbits/sec 0 425 KBytes
[ 5] 1.00-2.00 sec 90.1 MBytes 756 Mbits/sec 0 449 KBytes
[ 5] 2.00-3.00 sec 89.5 MBytes 751 Mbits/sec 0 496 KBytes
[ 5] 3.00-4.00 sec 90.4 MBytes 758 Mbits/sec 0 496 KBytes
[ 5] 4.00-5.00 sec 91.9 MBytes 771 Mbits/sec 0 523 KBytes
[ 5] 5.00-6.00 sec 92.4 MBytes 775 Mbits/sec 0 556 KBytes
[ 5] 6.00-7.00 sec 90.9 MBytes 762 Mbits/sec 0 556 KBytes
[ 5] 7.00-8.00 sec 90.8 MBytes 761 Mbits/sec 0 556 KBytes
[ 5] 8.00-9.00 sec 91.0 MBytes 763 Mbits/sec 0 623 KBytes
[ 5] 9.00-10.00 sec 85.6 MBytes 718 Mbits/sec 0 623 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.00 sec 905 MBytes 759 Mbits/sec 0 sender
[ 5] 0.00-10.04 sec 902 MBytes 753 Mbits/sec receiver
iperf Done.
A short while after posting this, I did find a minor solution that made it start receiving at 200 mbps consistently. For those that might be having a similar issue, I'll put that here.
Code:
sudo vi /etc/NetworkManager/NetworkManager.conf
Code:
[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq
[ifupdown]
managed=false <--- Change this to true
Code:
sudo service NetworkManager restart
Bookmarks