1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/pptpclient/files
Ruslan Ermilov 1fa1dea593 We do not need separate `pptp_callmgr' binary
since it is built directly into `pptp' binary.
2000-08-11 08:57:41 +00:00
..
patch-aa We do not need separate `pptp_callmgr' binary 2000-08-11 08:57:41 +00:00
patch-ab
patch-ac
patch-ad
patch-ae
patch-af Handle an invalid result code of 0 in Start-Control-Connection-Reply 2000-01-29 06:57:13 +00:00
ppp.conf
README

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>