From owner-freebsd-questions Tue Jul 4 12:22:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dnai.com (dnai.com [207.181.194.98]) by hub.freebsd.org (Postfix) with ESMTP id B4B0D37BA23 for ; Tue, 4 Jul 2000 12:22:24 -0700 (PDT) (envelope-from stevel@coastside.net) Received: from azoth.dnai.com (azoth.dnai.com [207.181.194.94]) by dnai.com (8.9.3/8.9.3) with ESMTP id MAA87006 for ; Tue, 4 Jul 2000 12:22:18 -0700 (PDT) Received: from [192.168.100.2] (dnai-216-15-121-162.cust.dnai.com [216.15.121.162]) by azoth.dnai.com (8.9.3/8.9.3) with ESMTP id MAA21919 for ; Tue, 4 Jul 2000 12:22:17 -0700 (PDT) Mime-Version: 1.0 X-Sender: stevel@apollo.coastside.net Message-Id: Date: Tue, 4 Jul 2000 12:26:32 -0700 To: freebsd-questions@freebsd.org From: Steve Leibel Subject: tcpmux in inetd Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I need to configure a custom server to run under inetd. Following the man page I made the appropriate entry in /etc/inetd.conf. I used "ls" just to see if I could get this experiement off the ground: tcpmux/+ls stream tcp nowait root /bin/ls ls When I telnet to port 1 though, I get % telnet localhost 1 telnet: Unable to connect to remote host: Connection refused Any suggestions, clues, pointers appreciated. (I did kill -1 the inetd process after modifying inetd.conf) Steve L To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message