By the way: on my Experimental system (release of March 28), dnsmasq (both the original version 2.20 and its update 2.22) seems to malfunction unless it's run as root. e.g., by passing it the "-u root" parameter or the "-d" option. In particular:
- /etc/ethers seems to be ignored
- dns forwarding doesn't work
The permissions seems to be all OK (besides, I assume that the configuration files are read, and the dhcp.leases file created, before dropping root privilege):
root@OpenWrt:~# ls -l /etc/dnsmasq.conf
-rw-r--r-- 1 root root 652 Jun 1 17:17 /etc/dnsmasq.conf
root@OpenWrt:~# ls -l /etc/ethers
-rw-r--r-- 1 nobody root 63 Jun 1 16:41 /etc/ethers
Has anyone noticed similar problems?
Enzo