找回密码
 立即注册
快捷导航

ubuntu/debian DNS修改

[复制链接]
bug 2023-7-24 13:39:44 | 显示全部楼层

临时修改:

vim /etc/resolv.conf

nameserver 8.8.8.8
nameserver 8.8.4.4

永久1:

/etc/dhcp/dhclient.conf

在尾部增加

supersede domain-name-servers 8.8.8.8, 8.8.4.4;

重启网卡:systemctl restart networking.service

永久2:

/etc/network/interfaces

在对应网卡下方增加

dns-nameservers 8.8.8.8 8.8.4.4

示例:

auto eth0
iface eth0 inet static
address 192.168.0.188
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameservers 8.8.8.8 8.8.4.4

重启网卡:systemctl restart networking.service

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

温馨提示

关于 注册码 问题

      由于近期经常大量注册机器人注册发送大量广告,本站开启免费入群领取注册码注册网站账号,注册码在群公告上贴着...

关于 注册码 问题

      由于近期经常大量注册机器人注册发送大量广告,本站开启免费入群领取注册码注册网站账号,注册码在群公告上贴着...

Archiver|手机版|小黑屋|DLSite

GMT+8, 2024-11-23 03:38

Powered by Discuz! X3.5 and PHP8

快速回复 返回顶部 返回列表