红联Linux门户
Linux帮助

Ubuntu15.04校园网PPPOE连接错误解决方法

发布时间:2015-08-31 09:53:57来源:linux网站作者:defineYouMyHeart

之前14.04通过新建DSL连接的方法出现了类似“Creating object for path '/org/freedesktop/NetworkManager/ActiveConnection/17' failed in libnm-glib.”这样的错误。重启注销都不行。解决方法是使用终端创建PPPOE连接:

sudo pppoeconf 


然后跟随界面引导输入帐号和密码即可。

最后一步会提示两个常用命令:

#连接网络 
sudo pon dsl-provider 
     
#断开网络 
sudo poff


注意:用这种方法联网以后右上角的网络图标依然是未联网状态,但是可以打开浏览器等测试一下,其实已经连上了。

参考ubuntu pppoe拨号设置:http://www.linuxdiyf.com/linux/13630.html


Linux PPPOE客户端使用命令启动进行连接:http://www.linuxdiyf.com/linux/471.html

64位Ubuntu配置并安装校园网客户端DrClient备忘:http://www.linuxdiyf.com/linux/13361.html

Ubuntu下设置连接广药校园网:http://www.linuxdiyf.com/linux/11542.html

Ubuntu下校园网的配置:http://www.linuxdiyf.com/linux/11541.html

Ubuntu校园网通插件解决方案(西邮):http://www.linuxdiyf.com/linux/11191.html