openwrt 设置 dhcp 的范围
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 # 重启
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 # 重启