/etc/dhcp/dhcpd-hosts.conf (1)

From RaySoft
#-----------------------------------------------------------------------
# dhcpd-hosts.conf
# ================
#
# Project   Gentoo 4 Shuttle DS57Ux
# Scope     Native
# Copyright (C) 2022 by RaySoft, Zurich, Switzerland
# License   GNU General Public License (GPL) 2.0
#           https://www.gnu.org/licenses/gpl2.txt
#
#-----------------------------------------------------------------------

host carbon.raysoft.loc. {
  hardware ethernet XX:XX:XX:XX:XX:XX;
  fixed-address 10.0.0.100;
}

host oxigen.raysoft.loc. {
  hardware ethernet XX:XX:XX:XX:XX:XX;
  fixed-address 10.0.0.101;
}