debian VPN client 设置

2010-08-10

安装pptp-linux包

sudo apt-get install pptp-linux binutils
sudo pptpsetup --create anjuke --server xxx.xxx.xxx.xxx --username bob --password ****** --start
sudo ip route 192.168.1.0/24 dev ppp0

注:binutils 如不没有的安装的话会出现如下错误

sh: strings: command not found
/usr/sbin/pptpsetup: couldn't find MPPE support in pppd.
sh: strings: command not found/usr/sbin/pptpsetup: couldn't find MPPE support in pppd.