Openwrt disable dhcp

uci set dhcp.lan.ignore='1'
uci commit dhcp
/etc/init.d/dnsmasq restart

uci show dhcp

### Revert
uci delete dhcp.lan.ignore='1'
uci commit dhcp
/etc/init.d/dnsmasq restart

uci show dhcp

Published by

Leave a Reply

Your email address will not be published. Required fields are marked *