dnsmasq
dnsmasq is free software providing services such as Domain Name System (DNS) caching, Dynamic Host Configuration Protocol (DHCP) server, and many more.
Setup a Dynamic Host Configuration Protocol (DHCP) server
$ sudo vim /etc/dnsmasq.conf
# OR
$ sudo nano /etc/dnsmasq.conf...
interface=<iface>
dhcp-range=<dhcp_start_range>,<dhcp_end_range>,<lease_time>
Example
Connecting to the DHCP server
Linux
Troubleshooting on Linux
Windows
Troubleshooting on Windows
Last updated