[OpenWrt Wiki] DNS and DHCP examples
openwrt.org › docs › guide-userDec 16, 2021 · DNS and DHCP examples See also: DNS and DHCP configuration, DNS encryption, DNS hijacking Introduction This how-to provides most common dnsmasq and odhcpd tuning scenarios adapted for OpenWrt. Instructions Static leases LuCI -> DHCP and DNS -> Static Leases Add a fixed IPv4 address 192.168.1.22 and name
[OpenWrt Wiki] DNS and DHCP configuration /etc/config/dhcp
openwrt.org › docs › guide-userDec 16, 2021 · OpenWrt uses dnsmasq and odhcpd to serve DNS / DHCP and DHCPv6 by default. Dnsmasq serves as a downstream caching DNS server advertising itself to DHCP clients. This allows better performance and management of DNS functionality on your local network. Every received DNS query not currently in cache is forwarded to the upstream DNS servers. Sections
pts.blog: How to set up static DHCP with OpenWRT
ptspts.blogspot.com › 2009 › 08Aug 05, 2009 · How to set up static DHCP with OpenWRT This blog post explains how to set up the DHCP server running within OpenWRT so it always assigns the same IP address to some of the hosts. In the LuCI web interface, select Administration, then Network / DHCP / Leases. Add your (MAC address, IP address) entries to the Static leases list.
[OpenWrt Wiki] Static IP
openwrt.org › docs › guide-userJun 15, 2020 · Static IP This page is a lite version of Static leases comparing with that in the usual LuCI interface (Network -> DHCP and DNS -> Static Leases). Static leases are used to assign fixed IP addresses and symbolic hostnames to DHCP clients. They are also required for non-dynamic interface configurations where only hosts with a corresponding lease are served.