1.是我配置不对吗? 这是路由器系统进程截图:
2.这是我的配置:
# auto-generated config file from /etc/config/dhcp
conf-file=/etc/dnsmasq.conf
dhcp-authoritative
domain-needed
no-hosts
no-resolv
localise-queries
read-ethers
bogus-priv
expand-hosts
domain=lan
server=/lan/
server=127.0.0.1#5353
server=127.0.0.1#5353
server=127.0.0.1#5353
server=127.0.0.1#5353
server=127.0.0.1#5353
dhcp-leasefile=/tmp/dhcp.leases
addn-hosts=/tmp/hosts
conf-dir=/etc/dnsmasq.d
stop-dns-rebind
rebind-localhost-ok
dhcp-broadcast=tag:needs-broadcast
dhcp-range=lan,192.168.1.100,192.168.1.109,255.255.255.0,12h
no-dhcp-interface=eth0.2
3.这个进程是我重启服务后才看到的,只要我一下载就打不开网页了:
1
cos 2017-01-15 16:28:33 +08:00
server=127.0.0.1#5353 这一行为何要重复这么多? 5353 上侦听的是什么服务?
|
3
CloudnuY 2017-01-15 16:51:30 +08:00
实时监测下内存
|
4
skydiver 2017-01-15 21:22:26 +08:00
不需要重复这么多遍吧……
|
5
skydiver 2017-01-15 21:22:55 +08:00
而且挂掉之后是什么情况, dnsmasq 挂了 还是 5353 端口挂了
|