首页 > 其他 > 详细

DNSmasq搭建内网DNS服务器

时间:2019-09-28 12:31:10      阅读:80      评论:0      收藏:0      [点我收藏+]

1.安装dnsmasq

yum install -y dnsmasq

2.配置配置文件

vim /etc/dnsmasq.conf

no-hosts

resolv-file=/etc/resolv.dnsmasq.conf

strict-order

listen-address=192.168.0.43,127.0.0.1

addn-hosts=/etc/dnsmasq.hosts

vim /etc/resolv.conf
nameserver 127.0.0.1
 
vim /etc/resolv.dnsmasq.conf
nameserver 8.8.8.8
nameserver 115.115.115.115
 
cp /etc/hosts /etc/dnsmasq.hosts 把/etc/hosts拷贝过来
 
3.配置需要解析的域名
vim /etc/dnsmasq.hosts 添加 ip 域名
192.168.1.7 nexus.szhmxxkj.com
 
4.配置客户机DNS服务器地址
增加上内网DNS服务器ip

DNSmasq搭建内网DNS服务器

原文:https://www.cnblogs.com/cuiyupu/p/11601880.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!