安装:
1 |
] # yum install dnsmasq
|
配置:
- 配置主配置文件:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
] # cp /etc/dnsmasq.conf /etc/dnsmasq.conf.bak
|
- 配置关联配置文件
新建 inside.dnsmasq.conf 文件,并配置内网域名解析
1 2 3 4 5 |
] # vim /etc/dnsmasq.d/inside.dnsmasq.conf
|
新建 external.resolv.conf 文件,配置上级 DNS 解析
1 2 3 |
] # vim /etc/dnsmasq.d/external.resolv.conf
|
修改 resovl.conf 文件
1 2 |
] # vim /etc/resolv.conf
|
修改 hosts 文件
1 2 3 |
] # vim /etc/hosts
|
启动:
启动 dnsmasq 并设置为开机启动
1 2 |
] # /etc/init.d/dnsmasq start
|
Client:
其它主机配置
其它主机将 /etc/resolv.conf 中的 DNS 服务器指向 192.168.135.42