summaryrefslogtreecommitdiff
path: root/net/pptp/patches/patch-ag
blob: ca08135cc029d87db518ea2ecad578b43da8808c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
$NetBSD: patch-ag,v 1.1.1.1 2000/04/10 01:14:02 jtk Exp $

Index: pptp.8
--- /dev/null	Sun Apr  9 20:55:33 2000
+++ pptp.8	Sun Apr  9 20:55:52 2000
@@ -0,0 +1,59 @@
+.\" Manual page for pptp-1.0.2
+.\" Information gleaned from USING file in the distribution
+.\" SH section heading
+.\" SS subsection heading
+.\" LP paragraph
+.\" IP indented paragraph
+.\" TP hanging label
+.Dd April 9, 2000
+.Dt pptp 8
+.Sh NAME
+.Nm pptp
+.Nd Point-to-Point Tunneling Protocol daemon
+.Sh SYNOPSIS
+.Nm
+.Ar hostname
+.Op Ar ppp-options
+.Sh DESCRIPTION
+.Nm
+manages
+a virtual private network (VPN) connection using Microsoft
+PPTP protocols using IP GRE tunneling protocols.
+.Nm
+uses
+.Xr pppd 8
+on a pseudo-tty
+to negotiate the connection with MS-CHAP authentication.
+.Pp
+Because
+.Nm
+uses GRE by using a raw IP socket, it will not work if your kernel has
+the
+.Xr gre 4
+pseudo-device
+configured.
+The
+.Ar hostname
+parameter specifies which host should be contacted as the PPTP server.
+Additional parameters are passed on to 
+.Ic pppd
+and typically include a remote username or a file containing options.
+.Pp
+.Nm
+must be run as root.
+
+.Sh EXAMPLE
+.Nm
+.Ar vpnhost.company.com
+.Ar file
+.Pa /etc/ppp/options.pptp.company.com
+.Sh FILES
+.Pa /var/run/pptp/<ip-address>
+is created as a socket.  It is used for communicating with an existing
+PPTP call manager for a given remote server host.
+.Sh SEE ALSO
+.Xr pppd 8 ,
+.Xr gre 4 ,
+.Pa ${PREFIX}/share/doc/pptp/USING
+
+