User Tools

Site Tools


quay:dhcp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
quay:dhcp [2020-05-18 15:19] – created gabrielquay:dhcp [2020-05-18 18:51] – start service and notes on static leases gabriel
Line 2: Line 2:
  
 I run the [[https://www.isc.org/dhcp/|ISC DHCP Server]] service on my local network in a reduntant configuration for assigning addresses dynamically.  This page documents this usage. I run the [[https://www.isc.org/dhcp/|ISC DHCP Server]] service on my local network in a reduntant configuration for assigning addresses dynamically.  This page documents this usage.
 +
 +===== Configuration =====
 +
 +Both servers are configured as failover peers.  beowulf.in.quay.net is the primary, grendel.in.quay.net is secondary.
 +
 +Static leases are stored in a separate ''static-leases.conf'' file that should be updated on both servers using [[ansible|Ansible]].
 +
 +Start the service thusly:
 +
 +<code>
 +systemctl enable isc-dhcp-server
 +systemctl start isc-dhcp-server
 +</code>
quay/dhcp.txt · Last modified: 2020-05-18 19:05 by gabriel