forked from opnsense/tools
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry Pi 4 - Low connection speed - 300 Mbps instead of gigabit #9
Comments
mariusherta
changed the title
Low connection speed - 300 Mbps instead of gigabit
Raspberry Pi 4 - Low connection speed - 300 Mbps instead of gigabit
Nov 2, 2023
You should enable $ sysrc powerd_enable="YES"
$ /etc/rc.d/powerd restart Moreover, overclock RPI4 could also help to speed up to 799-941 Mbps. $ cat /boot/msdos/config.txt
...
...
...
over_voltage=6
arm_freq=2000 And you could even disable $ pfctl -d Here are my tests on RPI4 (4GB). FreeBSD 13.2, fresh installroot@generic:~ # iperf3 -c 10.8.5.8
Connecting to host 10.8.5.8, port 5201
[ 5] local 10.8.5.16 port 59531 connected to 10.8.5.8 port 5201
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 113 MBytes 946 Mbits/sec 29 248 KBytes
[ 5] 1.00-2.00 sec 111 MBytes 935 Mbits/sec 29 2.85 KBytes
[ 5] 2.00-3.00 sec 112 MBytes 938 Mbits/sec 36 7.13 KBytes
[ 5] 3.00-4.00 sec 112 MBytes 939 Mbits/sec 34 240 KBytes
[ 5] 4.00-5.00 sec 111 MBytes 932 Mbits/sec 31 197 KBytes
[ 5] 5.00-6.00 sec 111 MBytes 934 Mbits/sec 28 411 KBytes
[ 5] 6.00-7.00 sec 112 MBytes 935 Mbits/sec 31 137 KBytes
[ 5] 7.00-8.00 sec 112 MBytes 935 Mbits/sec 31 287 KBytes
[ 5] 8.00-9.00 sec 112 MBytes 941 Mbits/sec 34 372 KBytes
[ 5] 9.00-10.00 sec 112 MBytes 938 Mbits/sec 33 22.8 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.00 sec 1.09 GBytes 937 Mbits/sec 316 sender
[ 5] 0.00-10.00 sec 1.09 GBytes 936 Mbits/sec receiver
iperf Done.
root@generic:~ # iperf3 -R -c 10.8.5.8
Connecting to host 10.8.5.8, port 5201
Reverse mode, remote host 10.8.5.8 is sending
[ 5] local 10.8.5.16 port 65042 connected to 10.8.5.8 port 5201
[ ID] Interval Transfer Bitrate
[ 5] 0.00-1.00 sec 82.2 MBytes 690 Mbits/sec
[ 5] 1.00-2.00 sec 82.9 MBytes 695 Mbits/sec
[ 5] 2.00-3.00 sec 82.9 MBytes 696 Mbits/sec
[ 5] 3.00-4.00 sec 83.0 MBytes 696 Mbits/sec
[ 5] 4.00-5.00 sec 82.8 MBytes 694 Mbits/sec
[ 5] 5.00-6.00 sec 82.8 MBytes 694 Mbits/sec
[ 5] 6.00-7.00 sec 83.1 MBytes 698 Mbits/sec
[ 5] 7.00-8.00 sec 83.0 MBytes 696 Mbits/sec
[ 5] 8.00-9.00 sec 83.0 MBytes 696 Mbits/sec
[ 5] 9.00-10.00 sec 82.5 MBytes 693 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.00 sec 829 MBytes 696 Mbits/sec 0 sender
[ 5] 0.00-10.00 sec 828 MBytes 695 Mbits/sec receiver
iperf Done. FreeBSD 13.2,
|
Hi Thanks for the tips for patching up the power enable and cpu frequency. That is totally amazingly awesome! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue occurs on all versions of opnsense.
Steps to reproduce the bug:
The text was updated successfully, but these errors were encountered: