我有一个openwrt路由器,还有一个连接到它的客户机linux。配置dnsmasq
resolv-file=/tmp/resolv.conf.auto例如,当我在客户机上使用nslookup时,nslookup google.com是OK的,但是nslookup bd.ysmood.org是No answer。
如何使路由器正常工作?
发布于 2014-05-12 06:42:56
好的,因为bd.ysmood.org是一个内部IP地址。dnsmasq的rebind_protection将使查找失败。
编辑/etc/config/dhcp,找到行:
option rebind_protection 1将1更改为0即可。
https://stackoverflow.com/questions/23601873
复制相似问题