• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    Centos 6.4 安装dnsmasq的方法

    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 安装dignslookup

    Ubuntu:

    sudo apt-get install dnsutils

    Fedora / Centos:

    yum install bind-utils
    上一篇:Centos 6.4 安装erlang&rabbitmq的方法
    下一篇:yum只下载软件不安装的两种方法
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    Centos 6.4 安装dnsmasq的方法 Centos,6.4,安装,dnsmasq,的,