From 189b3763818fe5792cf06ead5f96f13be4080ed9 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 11 Oct 2019 22:30:22 -0400 Subject: new target: make install-bootserver --- conf/dnsmasq.conf.in | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 conf/dnsmasq.conf.in (limited to 'conf/dnsmasq.conf.in') diff --git a/conf/dnsmasq.conf.in b/conf/dnsmasq.conf.in new file mode 100644 index 0000000..5ab9008 --- /dev/null +++ b/conf/dnsmasq.conf.in @@ -0,0 +1,22 @@ +interface=br0 +domain=localdomain +dhcp-range=192.168.10.10,192.168.10.253,255.255.255.0,1h +enable-tftp + +dhcp-host=52:54:00:12:34:56,samizdoot-vm,192.168.10.82 +dhcp-host=52:54:00:12:34:57,samizdote-vm,192.168.10.83 +dhcp-host=52:54:00:12:34:58,samizdeet-vm,192.168.10.84 +dhcp-host=52:54:00:12:34:59,samizdite-vm,192.168.10.85 +dhcp-host=52:54:00:12:34:5A,samizdate-vm,192.168.10.86 + +#dhcp-host=f0:de:f1:5a:ac:e8,samizdoot-irl,192.168.10.82 + +pxe-service=x86PC, "Samizdat", pxelinux +dhcp-boot=pxelinux.0 +tftp-root=/usr/local/lib/samizdat-rhizome/isolinux + +# dhcp-boot=/boot/grub/i386-pc/core.0 +# tftp-root=/srv/tftp + +tftp-unique-root +dhcp-script=/usr/local/bin/dnsmasq-dhcp-script.sh -- cgit v1.2.3