Set up Linux machine as dhcp server: Revision history

From AcrodusWiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 October 2024

  • curprev 18:0418:04, 18 October 2024Alex talk contribs 742 bytes +742 Created page with "This is a quick note on how to setup a linux machine to be a dhcp server. This is likely to be on the same machine configured as the router but does not have to be. The package to install in dhcp-isc-server. Configuration can be found in /etc/dhcp/dhcpd.conf Example below configured on home network however default examples are commented out in the conf file. subnet 192.168.40.0 netmask 255.255.255.0 { option routers 192.168.40.1; option subnet-mask 255.255.255.0;..."