概述
1 下载源码
wget http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.45.tar.gz cp dnsmasq-2.45.tar.gz /usr/src tar zxvf dnsmasq-2.45.tar.gz
2 编译安装
cd /usr/src/dnsmasq-2.45 make install cp dnsmasq.conf.example /etc/dnsmasq.conf mkdir -p /etc/dnsmasq.d
3 配置
vi /etc/dnsmasq.conf ########## resolv-file=/etc/dnsmasq.d/dnsmasq.resolv.conf strict-order listen-address= 192.168.1.xx addn-hosts=/etc/dnsmasq.d/dnsmasq.hosts
在/etc/dnsmasq.d目录下新建2个文件
dnsmasq.resolv.conf
nameserver 8.8.8.8
dnsmasq.hosts
ip domain
4 安装dig&nslookup
Ubuntu:
sudo apt-get install dnsutils
Fedora / Centos:
yum install bind-utils
最后
以上就是单薄黄蜂为你收集整理的Centos 6.4 安装dnsmasq的方法的全部内容,希望文章能够帮你解决Centos 6.4 安装dnsmasq的方法所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复