logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pptpsetup - Point-to-Point Tunneling Protocol setup

Author

       Nelson Ferraz <nferraz at gmail.com>, based on James Cameron's PPTP Client Debian HOWTO.

Description

       PPTP Client is a Linux, FreeBSD, NetBSD and OpenBSD client for the proprietary Microsoft Point-to-Point
       Tunneling Protocol, PPTP.

       This script configures PPTP Client on Linux.

Name

       pptpsetup - Point-to-Point Tunneling Protocol setup

Options

       --create TUNNEL create a tunnel named TUNNEL

       --delete TUNNEL delete  the  file  /etc/ppp/peers/TUNNEL  and  any  lines from /etc/ppp/chap-secrets that
                       contains "TUNNEL" as a single word

       --server SERVER the IP address or host name of the server

       --domain DOMAIN the authentication domain name (optional)

       --username USERNAME
                       the username you are to use

       --password PASSWORD
                       the password you are to use. If you don't specify a password, pptpsetup will ask for one.

       --encrypt       whether encryption is required

       --start         whether the connection should be started after configuration.

See Also

Synopsis

           pptpsetup --create <TUNNEL> --server <SERVER> [--domain <DOMAIN>]
                     --username <USERNAME> [--password <PASSWORD>]
                     [--encrypt] [--start]

           pptpsetup --delete <TUNNEL>

See Also