Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install dnsmasq in Centos6.4

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces Centos6.4 how to install dnsmasq, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.

1 download the source code

Wget http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.45.tar.gzcp dnsmasq-2.45.tar.gz / usr/srctar zxvf dnsmasq-2.45.tar.gz

2 compile and install

Cd / usr/src/dnsmasq-2.45make installcp dnsmasq.conf.example / etc/dnsmasq.confmkdir-p / etc/dnsmasq.d

3 configuration

Vi / etc/dnsmasq.conf#resolv-file=/etc/dnsmasq.d/dnsmasq.resolv.confstrict-orderlisten-address= 192.168.1.xxaddn-hosts=/etc/dnsmasq.d/dnsmasq.hosts

Create 2 new files in the / etc/dnsmasq.d directory

Dnsmasq.resolv.conf

Nameserver 8.8.8.8

Dnsmasq.hosts

Ip domain

4 install dig&nslookup

Ubuntu:

Sudo apt-get install dnsutils

Fedora / Centos:

Yum install bind-utils thank you for reading this article carefully. I hope the article "how to install dnsmasq for Centos6.4" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support us and follow the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report