为什么每次都会重新生成我的resolv.conf文件?
我的/etc/resolv.conf文件被再生每一次,让我失去谷歌DNS服务器,当我重新连接我的3G调制解调器。 为了更改DNS设置,我查看了http://code.google.com/intl/fr-FR/speed/public-dns/docs/using.html。 我dhclient.conf的很大(58行),所以我将其发布在pastebin上。 但是,这里是dhclient.conf没有注释行或空白行的整体: option rfc3442-classless-static-routes code 121 = array of unsigned integer 8; send host-name "<hostname>"; request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, domain-search, host-name, netbios-name-servers, netbios-scope, interface-mtu, rfc3442-classless-static-routes, ntp-servers; prepend domain-name-servers 8.8.8.8, 8.8.4.4; 我使用的wvdial不是Network Manager。