OPNsense Forum

Archive => 20.7 Legacy Series => Topic started by: movielover76 on October 11, 2020, 06:33:37 PM

Title: iper3 in server mode
Post by: movielover76 on October 11, 2020, 06:33:37 PM
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
Title: Re: iper3 in server mode
Post by: MTR on October 11, 2020, 10:23:31 PM
iperf3 -s -D
This will make iperf run as daemon. You can then log off and it will keep running.
Title: Re: iper3 in server mode
Post by: movielover76 on October 12, 2020, 03:30:28 AM
Thank you, that is a massive improvement on my progress.
However, do you know how to start that at boot automatically?