running iperf from xinetd


I have been trying to get iperf working from xinetd. I get this
foloowing error even though the server starts up.
getpeername failed: Transport endpoint is not connected

Here is my iperf xinetd conf file.

# default: on
# description: The iperf server serves iperf sessions;
service iperf
{
        disable         = no
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/local/bin/iperf
        server_args     = -s -D
        log_on_failure  += USERID
}

Please let me know if anyone here either has the same problem or has
solved this problem. Thanks
-- 
Law of inverse proportionality - The less you really
know the more you think you know. - Edson Manners.

Academic Computing and Network Systems
Florida State University
Phone: (850)644-2591 ext 125



Other Mailing lists | Author Index | Date Index | Subject Index | Thread Index