[OpenWrt Wiki] Command-line interpreter
openwrt.org › docs › guide-userSep 08, 2021 · A command-line interpreter is a computer program that reads singular lines of text entered by a user and interprets them in the context of a given operating system or programming/scripting language. The interaction takes place by means of a command-line interface. Other common, but technically not quite correct, denominations are console or shell .
[OpenWrt Wiki] OpenWrt as client device
openwrt.org › docs › guide-userOct 31, 2021 · Scroll down and in DHCPServer, in Generaltab, select “Disable DHCPfor this interface”, to disable automatic IPassignment on the LAN. Client devices will be connected to a network where there is a router doing DHCPserver already and this will avoid conflicts with it.
[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] Managing services
openwrt.org › docs › guide-userNov 27, 2021 · Command-line instructions. Manage services using command-line interface. Use the invocation column inside scripts, hotplug or cron . Check syslog for troubleshooting. Print a list of available services. Print a list of available actions for a service. Execute that action on a specific service.
[OpenWrt Wiki] The UCI system
https://openwrt.org/docs/guide-user/base-system/uci27.11.2021 · OpenWrt's central configuration is split into several files located in the /etc/config/ directory. Each file relates roughly to the part of the system it configures. You can edit the configuration files with a text editor or modify them with the command line utility program uci.UCI configuration files are also modifiable through various programming APIs (like Shell, Lua and C), …