sockd.8
上传用户:zm130024
上传日期:2007-01-04
资源大小:432k
文件大小:4k
- ." $Id: sockd.8,v 1.17 1999/06/10 09:47:31 karls Exp $
- ."
- ." Copyright (c) 1997, 1998, 1999
- ." Inferno Nettverk A/S, Norway. All rights reserved.
- ."
- ." Redistribution and use in source and binary forms, with or without
- ." modification, are permitted provided that the following conditions
- ." are met:
- ." 1. The above copyright notice, this list of conditions and the following
- ." disclaimer must appear in all copies of the software, derivative works
- ." or modified versions, and any portions thereof, aswell as in all
- ." supporting documentation.
- ." 2. All advertising materials mentioning features or use of this software
- ." must display the following acknowledgement:
- ." This product includes software developed by
- ." Inferno Nettverk A/S, Norway.
- ." 3. The name of the author may not be used to endorse or promote products
- ." derived from this software without specific prior written permission.
- ."
- ." THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- ." IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- ." OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- ." IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- ." INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- ." NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- ." DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- ." THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- ." (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- ." THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- ."
- ." Inferno Nettverk A/S requests users of this software to return to
- ."
- ." Software Distribution Coordinator or sdc@inet.no
- ." Inferno Nettverk A/S
- ." Oslo Research Park
- ." Gaustadal閑n 21
- ." N-0349 Oslo
- ." Norway
- ."
- ." any improvements or extensions that they make and grant Inferno Nettverk A/S
- ." the rights to redistribute these changes.
- ."
- .Dd May 26, 1999
- .Dt SOCKD 8
- .Sh NAME
- .Nm sockd
- .Nd network proxyserver
- .Sh SYNOPSIS
- .Nm sockd
- .Op Fl DLdhlnv
- .Oo
- .Fl N Ar number
- .Oc
- .Oo
- .Fl f Ar file
- .Oc
- .Sh DESCRIPTION
- .Nm Dante
- implements the socks standard and can function as a firewall between networks.
- .Pp
- .Nm Dante
- relays TCP and UDP both from outside the network and in, and from inside
- and out.
- .Pp
- The options are as follows:
- .Bl -tag -width Ds
- .It Fl D
- .Nm Dante
- will detach from the controlling terminal and run in
- the background as a system daemon.
- .It Fl L
- Displays the license
- .Nm Dante
- comes under.
- .It Fl N Ar number
- .Nm Dante
- will fork of
- .Ar number
- copies of itself when starting. Can be used for very busy servers.
- .It Fl d
- Enables debugging.
- .It Fl f Ar file
- .Nm Dante
- will read its configuration from
- .Ar file .
- .It Fl h
- Shows the currently valid options.
- .It Fl l
- The log output from
- .Nm Dante
- will be linebuffered.
- .It Fl n
- Disables TCP keep-alive messages. Normally
- .Nm Dante
- enables TCP keep-alive messages so that connections from machines that
- have crashed or for other reasons no longer can be reached time out.
- .It Fl v
- Displays versioninfo for
- .Nm Dante.
- .Sh ENVIRONMENT
- fBTMPDIRfP
- Use TMPDIR for temporary files. Since
- .Nm Dante
- uses lockfiles it is recommended that fBTMPDIRfP be set to a local
- filesystem with low latency.
- .Sh FILES
- .Pa /etc/sockd.conf
- .Sh AUTHORS
- For Inferno Nettverk A/S, Norway:
- .Dl Michael Shuldman <michaels@inet.no>: Design and implementation.
- .Dl Karl-Andre' Skevik <karls@inet.no>: Autoconf and porting.
- .Sh SEE ALSO
- Information about new releases and other related issues can be found
- on the Dante WWW home page at http://www.inet.no/dante.
- .Sh BUGS
- See the accompanying BUGS file. New ones should be reported to
- dante-bugs@inet.no.