最近在解决ubuntu上网速度慢的问题时,运到一些问题,现在将收集到的方法分享一下:
这个问题在红黑联盟上有很好的方法可以参考:http://www.2cto.com/os/201110/108843.html
(当然网上还有很多dnsmasq的方法,之前是看到这种的方法步骤少,不过一直行不通,就卸了换pdnsd了)
在 chattr +i /etc/resolv.conf时出错,下面是搜到的解决方法,验证有用:(出处:http://ybq0123.blog.51cto.com/517844/963889)
“最近安装Ubuntu 12.04 server 64位系统的时候出现下面的问题:
root@ubuntu12:~# chattr +i /etc/resolv.conf
chattr: Operation not supported while reading flags on /etc/resolv.conf
最近也经常安装Ubuntu 12.04 desktop的系统,没有出现这种问题。
查找了网上相关资料。
解决步骤如下:
root@ubuntu12:~# dpkg -l | grep resolv
root@ubuntu12:~# apt-get remove resolvconf
root@ubuntu12:~# reboot
root@ubuntu12:~# vim /etc/resolv.conf
root@ubuntu12:~# chattr +i /etc/resolv.conf
问题解决。”