Linux下配置pptp协议之拨号上网
首先安装pptp,sodo apt-get install pptp-linux -y:创建连接:sudo pptpsetup --create vpnName --server yourServerAddr --username xxx --password xxxconnectionconfigfile 为拨号配置文件,可通过pppd call 进行拨号打开配...
·
首先安装pptp,sodo apt-get install pptp-linux -y:
创建连接:sudo pptpsetup --create nodeName --server yourServerAddr --username xxx --password xxx
connectionconfigfile 为拨号配置文件,可通过pppd call 进行拨号
打开配置路由,sudo gedit /etc/ppp/ip-up
在文件末尾追加 route add default dev $1
PS:上面是数字 1
配置完成,可以拨号上网了,
拨号指令:pon nodeName
断开指令:poff nodeName
删除会话:sudo pptpsetup --delete nodeName
更多推荐
已为社区贡献1条内容
所有评论(0)