当前位置:七道奇文章资讯系统安全Linux安全
日期:2012-05-05 23:26:00  来源:本站整理

Ubuntu 10.10下Dnsmasq和Named似有冲突[Linux安全]

赞助商链接



  本文“Ubuntu 10.10下Dnsmasq和Named似有冲突[Linux安全]”是由七道奇为您精心收集,来源于网络转载,文章版权归文章作者所有,本站不对其观点以及内容做任何评价,请读者自行判断,以下是其具体内容:

  我用的服务器版的Ubuntu 10.10.

  装了个dnsmasq.完了老起不来.sudo /etc/init.d/dnsmasq restart

  之后

  提醒dnsmasq: failed to create listening socket: Address already in use [fail]

  后来查英文文章,dnsmasq和其他dns解析服务都用53端口.

  sudo netstat -anlp | grep -w LISTEN

  一看53端口被named占用.但是我想本机又dnsmasq自己用,又起dns别的解析服务程序.

  这便可以操纵端口绑定./etc/dnsmasq.conf这个文件中有阐明.

  # On systems which support it, dnsmasq binds the wildcard address,

  # even when it is listening on only some interfaces. It then discards

  # requests that it shouldn't reply to. This has the advantage of

  # working even when interfaces come and go and change address. If you

  # want dnsmasq to really bind only the interfaces it is listening on,

  # uncomment this option. About the only time you may need this is when

  # running another nameserver on the same machine.

  bind-interfaces

  这行bind-interfaces之前是有井号的,把井号去了,保存.重启dnsmasq,我为我本机的lo口多加了一个127.0.0.2的地址.完了监听地址也绑到127.0.0.2上去.省的他老提醒我127.0.0.1的端口被占用.

  listen-address=127.0.0.2

  这样,把resolv.conf和dhclient.conf也相对的改了,后来就没事了.

  以上是“Ubuntu 10.10下Dnsmasq和Named似有冲突[Linux安全]”的内容,如果你对以上该文章内容感兴趣,你可以看看七道奇为您推荐以下文章:
  • ubuntu下无法利用无线网络的办理办法
  • 三步搞定windows与ubuntu之间文件同享
  • Ubuntu和windows文件同享问题详解
  • 在 Ubuntu 12.04 Server 上安装 Rails 环境
  • ubuntu 12.04 安装 Nginx+PHP5 (PHP-FPM) +MySQL主机详解
  • Linux(ubuntu)下配置android环境
  • Ubuntu 10.04上搭建Ruby on Rails环境
  • Ubuntu 10.10中关闭按钮位置的改变
  • Ubuntu下检测CPU温度的工具
  • Ubuntu Server增添关机用户
  • Ubuntu 11.04安装火狐5
  • ubuntu 10.04下搭建samba文件服务器
  • 本文地址: 与您的QQ/BBS好友分享!
    • 好的评价 如果您觉得此文章好,就请您
        0%(0)
    • 差的评价 如果您觉得此文章差,就请您
        0%(0)

    文章评论评论内容只代表网友观点,与本站立场无关!

       评论摘要(共 0 条,得分 0 分,平均 0 分) 查看完整评论
    Copyright © 2020-2022 www.xiamiku.com. All Rights Reserved .