CentOS6.0配置VPN客户端
1.安装包 yum -y install ppp yum -y install pptp 2.配置文件 vi /etc/ppp/chap-secrets ------------------------------------------ # Secrets for authentication using CHAP # client server secret IP addresses username myvpn "password" * ------------------------------------------