[OpenWrt Wiki] Dnsmasq DHCP server
openwrt.org › docs › guide-userFeb 17, 2021 · It is already installed and preconfigured on OpenWrt. Configuration The configuration is done with help of the uci-configuration file: /etc/config/dhcp, but you can use this together with the file /etc/dnsmasq.conf . Depending on the setting in the uci-file, you may also use the files /etc/ethers and /etc/hosts additionally. /etc/config/dhcp
[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
[OpenWrt Wiki] IP set extras
https://openwrt.org/docs/guide-user/advanced/ipset_extras08.12.2021 · IP set extras This article relies on the following: * Accessing OpenWrt CLI * Managing configurations * Managing packages * Managing services Introduction * This instruction extends the functionality of IP sets. * Follow the automated section for quick setup. Features * Create and populate IP sets with domains, CIDRs and ASNs.
[OpenWrt Wiki] UCI networking options cheatsheet
openwrt.org › docs › guide-userSep 08, 2019 · UCI networking options cheatsheet This is a cheatsheet for quick lookup of networking UCI options, useful for experienced users. Options valid for all protocol types config interface 'lan' option type 'bridge' option ifname 'eth0.1' option proto 'static' option netmask '255.255.255.0' option ip6assign '60' option ipaddr '192.168.1.1' config interface 'wan' option ifname 'eth0.2' option proto ...
[OpenWrt Wiki] The UCI system
openwrt.org › docs › guide-userNov 27, 2021 · UCI is the successor to the NVRAM-based configuration found in the White Russian series of OpenWrt. It is the main configuration user interface for the most important system settings including the main network interface configuration, wireless settings, logging functionality and remote access configuration.
[OpenWrt Wiki] OpenWrt as client device
openwrt.org › docs › guide-userOct 31, 2021 · OpenWrt as client device See also: OpenWrt as router device, Router vs switch vs gateway and NAT, Regaining access to an OpenWrt device in client mode OpenWrt will provide additional functions for the network (for example, you just want to use the Wi-Fi network it provides, or the device is a NAS serving files over the network, or a mini-server offering whatever other service).
[OpenWrt Wiki] UCI (Unified Configuration Interface ...
openwrt.org › docs › techrefOct 09, 2020 · UCI is the successor of the NVRAM based configuration found in the historical OpenWrt branch White Russian and a wrapper for the standard configuration files programs bring with them, like e.g. /etc/network/interfaces, /etc/exports, /etc/dnsmasq.conf, /etc/samba/samba.conf etc. UCI configuration files are located in the directory /etc/config/