只有root能上网 普通用户上不了

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
头像
ioiomi
帖子: 380
注册时间: 2007-06-01 10:49

只有root能上网 普通用户上不了

#1

帖子 ioiomi »

用的是lubuntu只有root能ping通网络和上网 改修改哪里的权限
头像
tonghuix
帖子: 355
注册时间: 2010-10-08 0:55

Re: 只有root能上网 普通用户上不了

#2

帖子 tonghuix »

好奇怪的毛病~
/***
* @tonghuix 佟辉 Tong Hui
* @brief 启智开源 编码自由
* @brief Open Source Open Mind, Coding for free!
* @website: https://tonghuix.io
* @weibo http://weibo.com/234826309
* @Twitter http://twitter.com/tonghuix
* @G+ http://gplus.to/tonghuix
*/
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 只有root能上网 普通用户上不了

#3

帖子 poloshiao »

使用 非 root 帳號 登入
把下面指令 複製 貼進終端機 執行
1. sudo lshw -numeric -class network
2. sudo ifconfig -a
3. sudo route -nv
4. ping -c 3 127.0.0.1
5. ping -c 3 127.0.1.1
6. ping -c 3 198.71.84.64
7. ping -c 3 forum.ubuntu.org.cn
回复