Skip to content

Instantly share code, notes, and snippets.

View NiKiZe's full-sized avatar

Christian I. Nilsson NiKiZe

View GitHub Profile
@NiKiZe
NiKiZe / dhcpd.conf
Created August 6, 2021 14:23 — forked from robinsmidsrod/dhcpd.conf
Trying to chainload iPXE with full feature set from a lesser featured one, whilst still being able to boot non-supported cards with UNDI
ddns-update-style none;
deny bootp; #default
authoritative;
include "/etc/dhcp/ipxe-option-space.conf";
# GREEN (private network)
subnet 10.1.1.0 netmask 255.255.255.0 {
range 10.1.1.100 10.1.1.199;
option subnet-mask 255.255.255.0;