Merlin,
I installed it on one of my RT-N66 you machines and no problems so far.
On a different machine, I ran into this problem:
dnsmasq[555]: bad IPv4 address at line 19 of /etc/dnsmasq.conf
dnsmasq[555]: FAILED to start up
This problem repeats itself many times as dsnmasq attempts to restart itself.
When I looked at the dnsmasq.conf, Line 19 (eblow in bold), you can see it has two commas following the number "6"...
pid-file=/var/run/dnsmasq.pid
user=nobody
bind-dynamic
interface=br0
interface=ppp1*
no-dhcp-interface=ppp1*
resolv-file=/tmp/resolv.conf
servers-file=/tmp/resolv.dnsmasq
no-poll
no-negcache
cache-size=1500
min-port=4096
domain=rt-n66u.none
expand-hosts
bogus-priv
local=/rt-n66u.none/
dhcp-range=lan,192.168.66.2,192.168.66.254,255.255.255.0,86400s
dhcp-option=lan,3,192.168.66.1
dhcp-option=lan,6,,208.67.220.220,208.67.222.222,0.0.0.0
dhcp-option=lan,15,rt-n66u.none
dhcp-option=lan,252,"\n"
dhcp-authoritative
read-ethers
addn-hosts=/etc/hosts.dnsmasq
I went to the router LAN, DHCP Server page and removed the DNS Server 1 and DNS Server 2 and all worked well. But when I enter a DNS address again, the double comma problem came back...
I wonder why I'm seeing the problem in this router and not in the other one.
Thanks,
MM