Disabling DHCP in dnsmasq on Linux
If you’re running dnsmasq primarily for DNS resolution and don’t need its DHCP server capabilities, you’ll want to disable DHCP while keeping DNS functional. This is a common configuration for DNS-only setups or when another service handles DHCP. Default dnsmasq behavior By default, dnsmasq ships with DHCP disabled. However, many distributions include preconfigured DHCP settings…