summaryrefslogtreecommitdiff
path: root/net/pptpclient/files/README
blob: 1805c93dfa6b6f68281499a14eb16355824ca681 (plain) (blame)
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
Quickstart for the PPTP client.

Set up your /etc/ppp/ppp.conf based on the example in this directory.
Make these substitutions:

    SERVER	IP address of the PPTP server

    LABEL	PPP label to use (must be the same on the command
		line and in the ppp.conf file)

    USER	Your account name on the server

    PASSWORD	Your password on the server

    Change the "add" commands in ppp.conf to set up the routing
    appropriately.

Note: your PPP program must be new enough to support MS-CHAP
authentication.

You must run the program as root.  Use a command like this:

    pptp SERVER LABEL

Kill it with ^C when you're done.

If you want to access the remote system from other hosts on your LAN,
be sure to turn on IP forwarding on the PPTP client machine.

John Polstra <jdp@freebsd.org>