Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 1999 11:00:16 -0500
From:      John Lengeling <johnl@microware.com>
To:        Theodore Hope <freebsd@iguana.internexo.co.cr>
Cc:        freebsd-questions@FreeBSD.ORG, Matthew Emmerton <matt@gsicomp.on.ca>
Subject:   Re: Help with socks5 configuration for Quicktime 4 running ipfw/NAT
Message-ID:  <37A1CC10.ED5309C9@microware.com>
References:  <199907272220.QAA03985@iguana.internexo.co.cr>

next in thread | previous in thread | raw e-mail | index | archive | help
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.
> 
> <snip>
> 
> > 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37A1CC10.ED5309C9>