1PPTPSETUP(1) User Contributed Perl Documentation PPTPSETUP(1)
2
3
4
6 pptpsetup - Point-to-Point Tunneling Protocol setup
7
9 pptpsetup --create <TUNNEL> --server <SERVER> [--domain <DOMAIN>]
10 --username <USERNAME> [--password <PASSWORD>]
11 [--encrypt] [--start]
12
13 pptpsetup --delete <TUNNEL>
14
16 PPTP Client is a Linux, FreeBSD, NetBSD and OpenBSD client for the
17 proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP.
18
19 This script configures PPTP Client on Linux.
20
22 --create TUNNEL create a tunnel named TUNNEL
23
24 --delete TUNNEL delete the file /etc/ppp/peers/TUNNEL and any lines
25 from /etc/ppp/chap-secrets that contains "TUNNEL" as a
26 single word
27
28 --server SERVER the IP address or host name of the server
29
30 --domain DOMAIN the authentication domain name (optional)
31
32 --username USERNAME
33 the username you are to use
34
35 --password PASSWORD
36 the password you are to use. If you don't specify a
37 password, pptpsetup will ask for one.
38
39 --encrypt whether encryption is required
40
41 --start whether the connection should be started after
42 configuration.
43
45 Nelson Ferraz <nferraz at gmail.com>, based on James Cameron's PPTP
46 Client Debian HOWTO.
47
49 PPTP Client Debian HOWTO
50 http://pptpclient.sourceforge.net/howto-debian.phtml
51
52 PPTP Client Diagnosis HOWTO
53 http://pptpclient.sourceforge.net/howto-diagnosis.phtml
54
56 pptpsetup - Point-to-Point Tunneling Protocol setup
57
58 Copyright (C) 2006 Nelson Ferraz
59
60 This program is free software; you can redistribute it and/or modify it
61 under the terms of the GNU General Public License as published by the
62 Free Software Foundation; either version 2 of the License, or (at your
63 option) any later version.
64
65 This program is distributed in the hope that it will be useful, but
66 WITHOUT ANY WARRANTY; without even the implied warranty of
67 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
68 General Public License for more details.
69
70 You should have received a copy of the GNU General Public License along
71 with this program; if not, write to the Free Software Foundation, Inc.,
72 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
73
74
75
76perl v5.10.1 2010-08-19 PPTPSETUP(1)