Updating HEAD branch #3; more obsolete files removed.

This commit is contained in:
Ivo Timmermans 2002-04-09 15:07:27 +00:00
parent db59cbfa47
commit e64ef59df4
5 changed files with 0 additions and 455 deletions

View file

@ -1,54 +0,0 @@
.TH TINC 1 "April 2000" "tinc version 1.0" "FSF"
.SH NAME
genauth \- generate a passphrase for tinc
.SH SYNOPSIS
.PP
.B genauth
\fIbits\fR \fB>\fR \fIfile\fR
.PP
.B genauth
\fI-h\fR\fB|\fR\fI--help\fR
.SH DESCRIPTION
.PP
Use \fBgenauth\fR to generate a random passphrase for tinc.
\fIbits\fR is the desired length of the passphrase in bits. The
actual number will be rounded up to the next multiple of 64. The
default value is 1024.
.PP
If \fIfile\fR is omitted, the passphrase is written to stdout.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
Show the syntax.
.SH "REPORTING BUGS"
Report bugs to tinc@nl.linux.org.
.SH "FILES"
.TP
\fI/etc/tinc\fR
The top directory for configuration files.
.PP
.SH "SEE ALSO"
\fBtincd\fR(8),
\fBtincd.conf\fR(5)
.TP
\fBhttp://tinc.nl.linux.org/\fR
.TP
\fBhttp://www.cabal.org/\fR
.PP
The full documentation for
.B tinc
is maintained as a Texinfo manual. If the
.B info
and
.B tinc
programs are properly installed at your site, the command
.IP
.B info tinc
.PP
should give you access to the complete manual.
.PP
tinc comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions;
see the file COPYING for details.
.PP
This product includes software developed by Eric Young (eay@mincom.oz.au)

View file

@ -1,46 +0,0 @@
# Sample tinc configuration file
# This is a comment.
# Spaces and tabs are eliminated.
# The = sign isn't strictly necessary any longer, though you may want
# to leave it in as it improves readability :)
# Variable names are treated case insensitive.
# The internet host to connect with
# comment these out to make yourself a listen-only connection
# You may use an IP address or its FQDN.
ConnectTo = 1.2.3.4
# Connect to which port of the `ConnectTo' host
# It is advised that you only connect to ports that are < 1024,
# because some malicious (non-root) user may run a fake tincd on ports
# above 1024.
# The default port is 655, the port that has been assigned to tinc
# by the IANA. If you want tincd to listen on any other port than 655,
# you can use ListenPort for the `server', and ConnectPort for the
# `client'.
# You may use the prefixes 0x or 0 to denote a hexadecimal or octal
# number respectively.
ConnectPort = 0x300
# Listen on which port
ListenPort = 200
# My own VPN IP
# You may use the /nn notation to indicate the number of bits used for
# the mask, /8 is equivalent to the netmask 255.0.0.0 (the first 8
# bits are set to 1).
MyOwnVPNIP = 10.x.x.x/8
# VPN Netmask
# You'll need this option if you use the Debian or Redhat init
# scripts. Put in here a netmask that covers your entire VPN network;
# it is used to set routes from the init script, tinc itself ignores
# it.
VpnMask = 255.255.0.0
# Which local file?
# Default is /dev/tap0
TapDevice = /dev/tap1

View file

@ -1,22 +0,0 @@
[DESCRIPTION]
." Add any additional description here
This is the daemon part of tinc. tinc is a secure virtual private
network (VPN) project.
.SH OPTIONS
[FILES]
.TP
\fI/etc/tinc\fR
The top directory for configuration files.
.PP
[SEE ALSO]
\fBtincd.conf\fR(5), \fBgenauth\fR(8)
.TP
\fBhttp://tinc.nl.linux.org/\fR
.TP
\fBhttp://www.cabal.org/\fR