windows service
I have been having problems running iperf as a windows service on windows 2k server and workstations (Patched to latest versions) Problems are
1. After connecting with a client and getting one succesful run under udp the server stops (netstat -a shows the service no longer listening on port 5001).
2. Stopping and starting the service iperf server loses the command line paramteres used to set it up (No longer users -u and -o info - netstat -a shows the service swapped to listening on TCP port 5001 ). Is there a change in the registry (Service parameters) that will allow me to assign command line parameters to the iperf service?
Any other advice to running iperf as a constantly running service on a w2k server available to clients.