Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
20.7 Legacy Series
»
iper3 in server mode
« previous
next »
Print
Pages: [
1
]
Author
Topic: iper3 in server mode (Read 2362 times)
movielover76
Newbie
Posts: 6
Karma: 0
iper3 in server mode
«
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
Logged
MTR
Newbie
Posts: 35
Karma: 4
Re: iper3 in server mode
«
Reply #1 on:
October 11, 2020, 10:23:31 pm »
Code:
[Select]
iperf3 -s -D
This will make iperf run as daemon. You can then log off and it will keep running.
Logged
movielover76
Newbie
Posts: 6
Karma: 0
Re: iper3 in server mode
«
Reply #2 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?
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
20.7 Legacy Series
»
iper3 in server mode