Run a local DNS resolver with OpenWRT - iomem
iomem.com › archives › 19-run-a-local-dns-resolverJun 12, 2011 · Monday, August 29. 2011. OpenWRT is a fantastic open source distribution for embedded devices, such as the Linksys WRT-54G series of wireless routers. One of its many features is the use of dnsmasq, a combined DNS and DHCP server, useful on small networks that are sitting behind a NAT connection. The downside of dnsmasq on OpenWRT, however, is that the default configuration uses your ISP's DNS servers, which can be problematic, if your ISP, like many others, is adopting bad habits of ...
[OpenWrt Wiki] DNS and DHCP configuration /etc/config/dhcp
openwrt.org › docs › guide-userDec 16, 2021 · List of DNS servers to forward requests to. See the dnsmasq man page for syntax details. rev_server: list of strings (none)--rev-server: List of network range with a DNS server to forward reverse DNS requests to. See the dnsmasq man page for syntax details. strictorder: boolean : 0-o: Obey order of DNS servers in /etc/resolv.conf: tftp_root ...
[OpenWrt Wiki] DNS and DHCP examples
openwrt.org › docs › guide-userDec 16, 2021 · This how-to provides most common dnsmasq and odhcpd tuning scenarios adapted for OpenWrt. Instructions. Static leases. LuCI → DHCPand DNS→ Static Leases. Add a fixed IPv4address 192.168.1.22and name mydesktopfor a machine with the MAC address 00:11:22:33:44:55. uci add dhcp hostuci setdhcp.@host[-1].name="mydesktop"uci setdhcp.@host[-1].dns='1'uci setdhcp.@host[-1].mac="00:11:22:33:44:55"uci setdhcp.@host[-1].ip="192.168.1.22"uci commit dhcp/etc/init.d/dnsmasq restart.
[OpenWrt Wiki] DNS configuration
openwrt.org › docs › guide-userApr 10, 2019 · If you want to contribute to the OpenWrt wiki, please post HERE in the forum or ask on IRC for access. Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International