I just bought a N66U. I want to use google public dns for dhcp client
However I found that original firmware supported only one dns server
Does Asuswrt-Merlin support two or multiple dns server for dhcp client ?
You could create a custom dnsmasq.conf config file and put the multiple DNS servers there.
This would be perfect... can you point me to documentation on using dnsmasq.conf with Merlin? I've seen it on my DD-WRT router pages, but can't figure out how it applies to Merlin. Thanks.
Will the DNS resolve and reverse resolve local NAT-hosts? My DD-WRT router currently resolves NAT hosts and all my clients point to my DD-WRT router as their DNS server... Can Merlin cache DNS requests and serve them locally?
Thanks,
\eYeks
Will this function on AsusWRT-Merlin when added to /jffs/configs/dnsmasq.conf.add?# TFTP part
enable-tftp
tftp-root=/opt/tftproot
, those lines are added onto the /etc/dnsmasq.conf upon reboot... But, the actual DNS finctionality is not working for computers on my LAN...#dhcp
dhcp-userclass=gPXE-booted,"gPXE"
dhcp-boot=net:gPXE-booted,undionly.kpxe,,192.168.1.1
service restart_dnsmasq
dnsmasp --help > dnsmasq-opts.txt
#gPXE
# TFTP part
enable-tftp
tftp-root=/opt/tftproot
#dhcp
domain=mydomain
dhcp-option=lan,3,192.168.1.1
#dhcp-userclass=gPXE-booted,"gPXE"
dhcp-boot=undionly.kpxe,,192.168.1.1
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!