ubuntu的桌面版中,以前使用系统自带的网络管理工具总是连不上VPN , 最近自己试着搭一个VPN,发现可以用命令行连接上VPN。
命令很简单:
1 2 | apt-get install pptpd apt-get install pptp-linux |
然后执行:
3 | sudo pptpsetup �create test �encrypt �server HOST_NAME �username USER_NAME �password PSW �start |
注:
�create是创建的连接名称
�server是vpn的ip地址;
�username是用户名
�password是密码,也可以没这个参数,命令稍后会自动询问。这样可以保证账号安全
�encrypt 是表示需要加密,不必指定加密方式,命令会读取配置文件中的加密方式
�start是表示创建连接完后马上连接
(如果不写这个�start参数要连接刚才定义好的vpn只能用 sudo pon lsavpn,断开用sudo poff)
原文:http://wangheng.org/ubuntu-vpn-connection.html
--
Posted By GFW BLOG 功夫网与翻墙 to GFW BLOG(功夫网与翻墙) at 8/19/2012 08:03:00 AM --
1、翻墙利器赛风3下载地址: http://dld.bz/caonima326 ,http://dld.bz/caonima745/
2、我们的订阅地址:http://feeds2.feedburner.com/chinagfwblog
3、停止订阅,请发邮件到
gfw-blog+unsubscribe@googlegroups.com
翻越防火长城,你可以到达世界上的每一个角落。(Across the Great Firewall, you can reach every corner in the world.)
没有评论:
发表评论