openwrt 设置 dhcp 的范围 2024-10-22 · 37 words · ~ 1 min read Markdown 1 2 3 4 5 6 7 8 9 vim /etc/config/dhcp config dhcp 'lan' option interface 'lan' option start '230' # dhcp 开始的位置 option limit '23' # dhcp 多少个 vim /tmp/dhcp.leases # 删除临时的dhcp。然后重启 /etc/init.d/dnsmasq restart # 重启 #Openwrt Related posts openwrt 使用 node-exporter 收集指标 ← Previous openwrt 使用 node-exporter 收集指标 Next → pve 安装 homeassistant