Systems/Services/Dhcp

From Pumping Station One
Revision as of 22:22, 13 September 2020 by Books (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Server Details

The Spaces dhcp server runs on dhcp.ad.pumpingstationone.org, on 10.100.0.110

Config

in /etc/dhcpd.conf make your changes

# Proxmox Servers
# The machine id determins the ip i.e.: 10.100.0.id
group {
        ...
        host fizzle {
                hardware ethernet 96:3A:A7:48:B6:BF;
                fixed-address 10.100.0.101;
        }
}

After changes you need to restart the dhcp server

   sudo systemctl restart dhcpd4