Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 1996 19:27:50 -0400 (EDT)
From:      Keith Mitchell <kmitch@phantasma.bevc.blacksburg.va.us>
To:        ali@axis.axisnet.net (Ali Lomonaco)
Cc:        questions@freebsd.org
Subject:   Re: SOCKS5 Question
Message-ID:  <199609212327.TAA12527@phantasma.bevc.blacksburg.va.us>

next in thread | raw e-mail | index | archive | help
In article <local.freebsd.questions_Pine.LNX.3.93.960921160102.584A-100000@axis.axisnet.net> you wrote:
: 	I need to get 4 windows boxes on the net and I have only 1 ip.  I
: installed socks and have the windows boxes using ip's on the 10.0.0.*
: network.  I have them directly connected via ethernet to the FreeBSD SOCKS
: box.  Could someone show me an example socks5.conf to get this
: accomplished??

: Thanks


#
# Authentication entries
#
auth 10.10.10.12/255.0.0.0 - n

#
# Access entries
#
permit - - 127.0.0.1 - - -
permit - - 10.10.10.12/255.0.0.0 - - -
deny - - - 10.10.10.12/255.0.0.0 - -

#
# route entries
#
route 10.10.10.12/255.0.0.0 - de0
route 0.0.0.0/0.0.0.0 - de1
noproxy - - - -





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