Install Dnsmasq which is the lightweight DNS forwarder and DHCP Server Software. [1] Install Dnsmasq. [root@dlp ~]# yum -y install dnsmasq [2] Configure Dnsmasq. [root@dlp ~]# vi /etc/dnsmasq.conf # line 19: uncomment (never forward plain names) domain-needed # line 21: uncomment (never forward addresses in the non-routed address spaces) bogus-priv # line 41: uncomment (query with each …
Continue reading “CentOS 7 : Dnsmasq : Install : Server World”
