From owner-freebsd-questions Fri Jul 30 9: 4:17 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 A80A814D7D for ; Fri, 30 Jul 1999 09:04:09 -0700 (PDT) (envelope-from johnl@microware.com) Received: by gate.microware.com; id LAA18052; Fri, 30 Jul 1999 11:00:44 -0500 Received: from mcrware.microware.com(172.16.1.32) by gate via smap (V2.1) id xma018014; Fri, 30 Jul 99 11:00:24 -0500 Received: from microware.com (dhcp1.microware.com) by mcrware.microware.com with SMTP id AA02406 (5.67a8/IDA-1.5); Fri, 30 Jul 1999 11:01:18 -0500 Message-Id: <37A1CC10.ED5309C9@microware.com> Date: Fri, 30 Jul 1999 11:00:16 -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: Theodore Hope Cc: freebsd-questions@FreeBSD.ORG, Matthew Emmerton Subject: Re: Help with socks5 configuration for Quicktime 4 running ipfw/NAT References: <199907272220.QAA03985@iguana.internexo.co.cr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for all your help. I found out that I only had 5 arguments to the permit line and I needed 6. I also added interface lines since I am using NAT and have multiple network interfaces. Here is my current socks5.conf file: # permit auth cmd src-host dest-host src-port dst-port permit - - 100.1.1. - - - auth - - - # interface hostpattern portpattern interfaceaddress interface 100.1.1. - xl1 interface - - xl0 xl1 is my internal interface, we are using 100.1.1.X for a LAN. xl0 is my external interface to the internet QuickTime4 now runs quite well! johnl Theodore Hope wrote: > > > 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. > > > > > socks5.conf > > > > permit - - 0.0.0.0/0.0.0.0 - - > > auth - - n > > Try setting "auth - - -" . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message