From owner-freebsd-questions Wed Jul 18 15:29:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by hub.freebsd.org (Postfix) with ESMTP id 2DE0837B405 for ; Wed, 18 Jul 2001 15:29:21 -0700 (PDT) (envelope-from spam@mail.org) Received: from cybertron ([213.10.151.186]) by smtp04.wxs.nl (Netscape Messaging Server 4.05) with SMTP id GGOX4V03.21B for ; Thu, 19 Jul 2001 00:29:19 +0200 Message-ID: <047f01c10fd9$1642a1f0$231fa8c0@speed.planet.nl> From: "Alex" X-Mailer: Microsoft Outlook Express 6.00.2462.0000 To: Subject: socks5 & inetd Date: Thu, 19 Jul 2001 00:28:58 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I like to run the socks5 package through inetd. I have added this to /etc/inetd.conf socks5 stream tcp nowait root /usr/local/bin/socks5 socks5 -i socks5 dgram udp wait root /usr/local/bin/socks5 socks5 -i Any idee's what i'm doing wrong? Running /usr/local/bin/socks5 from the promt works fine. Tanks, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message