From owner-freebsd-questions Tue Jul 27 14:59:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gate.microware.com (gate.microware.com [198.17.151.51]) by hub.freebsd.org (Postfix) with SMTP id 9BF09153C9 for ; Tue, 27 Jul 1999 14:59:37 -0700 (PDT) (envelope-from johnl@microware.com) Received: by gate.microware.com; id QAA05289; Tue, 27 Jul 1999 16:59:17 -0500 Received: from mcrware.microware.com(172.16.1.32) by gate via smap (V2.1) id xma005254; Tue, 27 Jul 99 16:58:25 -0500 Received: from microware.com (dhcp1.microware.com) by mcrware.microware.com with SMTP id AA16797 (5.67a8/IDA-1.5 for ); Tue, 27 Jul 1999 16:59:24 -0500 Message-Id: <379E2B7E.C8516966@microware.com> Date: Tue, 27 Jul 1999 16:58:22 -0500 From: John Lengeling Organization: Microware Systems Corporation X-Mailer: Mozilla 4.6 [en] (Win95; I) X-Accept-Language: en Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Help with socks5 configuration for Quicktime 4 running ipfw/NAT Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to get socks5 configured so that my users can access Quicktime 4 streams. I am using a FreeBSD 2.2.8 box to do NAT with two ethernet interfaces. I have compiled and installed socks5 and I have configured QT4 to use SOCKS5. Here is the debug output from socks5 and my socks5.conf file. Jul 27 20:27:54 gate Socks5[28706]: TCP Connection Request: Connect (100.1.1.101:1516 to 204.178.123.142:554) for user Jul 27 20:27:54 gate Socks5[28706]: TCP Connection Terminated: Abnormal (100.1.1.101:1516 to 204.178.123.142:554) for user : 0 bytes out, 0 bytes in Jul 27 20:38:25 gate Socks5[28460]: Socks5 Exiting at: Tue Jul 27 20:38:25 1999 Jul 27 20:38:36 gate Socks5[28721]: Socks5 starting at Tue Jul 27 20:38:36 1999 in normal mode Jul 27 20:38:45 gate Socks5[28722]: Check: Checking port range (0 <= 1519 <= 65535)? Jul 27 20:38:45 gate Socks5[28722]: Socks5: Read initial protocol Jul 27 20:38:45 gate Socks5[28722]: TCP Connection Request: Connect (100.1.1.101:1519 to 204.178.123.133:554) for user Jul 27 20:38:45 gate Socks5[28722]: Check: Checking commands: Anything is ok Jul 27 20:38:45 gate Socks5[28722]: Check: Checking auths: Anything is ok Jul 27 20:38:45 gate Socks5[28722]: Check: Checking port range (0 <= 1519 <= 65535)? Jul 27 20:38:45 gate Socks5[28722]: Check: Checking port range (65535 <= 554 <= 65535)? Jul 27 20:38:45 gate Socks5[28722]: TCP Setup: Authorization failed Jul 27 20:38:45 gate Socks5[28722]: TCP Connection Terminated: Abnormal (100.1.1.101:1519 to 204.178.123.133:554) for user : 0 bytes out, 0 bytes in socks5.conf permit - - 0.0.0.0/0.0.0.0 - - auth - - n What is wrong? johnl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message