[OpenWrt Wiki] Network basics /etc/config/network
openwrt.org › docs › guide-userdhcp specifies the interface protocol, DHCP in this example eth0.2 is the physical interface associated with this section The Linux kernel limits the physical interface name length to 15 characters including the automatically added prefix that is added for some protocols (e.g. 6in4 , pppoa- , pppoe- , gre4t- ) or with bridges ( br- ).
OpenWrt Forum Archive
https://forum.archive.openwrt.org/viewtopic.php?id=6766521.09.2016 · Hello, Just switched over to OpenWRT as the final official firmware for my router left a bad memory leak issue. So far, I am really enjoying it, but there is one thing I am curious about. I have a small range I use for static IPs (192.168.1.160-169), which was never a problem before as previously DHCP had been setup to use 192.168.1.100-150.
[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 Forum Archive
forum.archive.openwrt.org › viewtopicSep 21, 2016 · Hello, Just switched over to OpenWRT as the final official firmware for my router left a bad memory leak issue. So far, I am really enjoying it, but there is one thing I am curious about. I have a small range I use for static IPs (192.168.1.160-169), which was never a problem before as previously DHCP had been setup to use 192.168.1.100-150.
[OpenWrt Wiki] DNS and DHCP configuration /etc/config/dhcp
openwrt.org › docs › guide-userDec 16, 2021 · lan specifies the OpenWrt interface that is served by this DHCP pool 100 is the offset from the network address, in the default configuration this would mean start leasing addresses from 192.168.1.100 150 is the maximum number of addresses that may be leased, in the default configuration this would mean leasing addresses up to 192.168.1.249