码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu更改 resolv.conf 重启失效

时间:2018-09-08 15:24:18      阅读:273      评论:0      收藏:0      [点我收藏+]

标签:names   apt   文件   方法   ubuntu   原来   google   服务   code   

更改Ubuntu的 resolv.conf的时候,重启的时候,经常又给重置了。google大法找到方法。

sudo apt-get install resolvconf

 原来Ubuntu的resolvconf 服务重启的时候/etc/resolv.conf 的内容会被修改成默认的样子.默认的内容则来自于/etc/resolvconf/resolv.conf.d/base,将要添加的内容配置在这个文件即可在每次重启服务的时候重置nameserver,

sudo gedit /etc/resolvconf/resolv.conf.d/base

在base 中加入 nameserver 8.8.8.8

 

Ubuntu更改 resolv.conf 重启失效

标签:names   apt   文件   方法   ubuntu   原来   google   服务   code   

原文地址:https://www.cnblogs.com/tl542475736/p/9609038.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!