I installed the iperf plugin.
I can use iperf3 by manually connecting via ssh and running iperf3 -s
But I want to know if there is a way to set it up in server mode, so it's running all the time on my lan interface.
I did look around and couldn't find any tutorials, I apologize if this is a basic question I'm new to FreeBSD and OPNSense.
Thanks,
John
iperf3 -s -D
This will make iperf run as daemon. You can then log off and it will keep running.
Thank you, that is a massive improvement on my progress.
However, do you know how to start that at boot automatically?