很简单,很实用

安装

 yum install pptp pptp-setup

启动

 # pptpsetup --help
pptpsetup --create --server [--domain ]
          --username [--password ]
          [--encrypt] [--start]

pptpsetup --delete

Options:

* the name you wish to use to refer to the tunnel (you choose it),
* the IP address or host name of the server,
* the authentication domain name (optional),
* the username you are to use,
* the password you are to use,
* whether encryption is required,
* whether to start the connection after configuration.

Example,
pptpsetup --create test  --server ipaddress --username user --password  pass  --encrypt --start

结束

  killall pppd

路由

 route add -net 192.168.x.x netmask 255.255.255.x dev ppp0