diff options
author | Andrew Cady <d@jerkface.net> | 2019-10-11 22:30:22 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2019-10-11 22:30:22 -0400 |
commit | 189b3763818fe5792cf06ead5f96f13be4080ed9 (patch) | |
tree | 02a5b2c717032b3c01349b0adec9369355d43198 /conf/dnsmasq.conf.in | |
parent | 674020ccbe893f89238982b0c7e11cc9be871629 (diff) |
new target: make install-bootserver
Diffstat (limited to 'conf/dnsmasq.conf.in')
-rw-r--r-- | conf/dnsmasq.conf.in | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ | |||
1 | interface=br0 | ||
2 | domain=localdomain | ||
3 | dhcp-range=192.168.10.10,192.168.10.253,255.255.255.0,1h | ||
4 | enable-tftp | ||
5 | |||
6 | dhcp-host=52:54:00:12:34:56,samizdoot-vm,192.168.10.82 | ||
7 | dhcp-host=52:54:00:12:34:57,samizdote-vm,192.168.10.83 | ||
8 | dhcp-host=52:54:00:12:34:58,samizdeet-vm,192.168.10.84 | ||
9 | dhcp-host=52:54:00:12:34:59,samizdite-vm,192.168.10.85 | ||
10 | dhcp-host=52:54:00:12:34:5A,samizdate-vm,192.168.10.86 | ||
11 | |||
12 | #dhcp-host=f0:de:f1:5a:ac:e8,samizdoot-irl,192.168.10.82 | ||
13 | |||
14 | pxe-service=x86PC, "Samizdat", pxelinux | ||
15 | dhcp-boot=pxelinux.0 | ||
16 | tftp-root=/usr/local/lib/samizdat-rhizome/isolinux | ||
17 | |||
18 | # dhcp-boot=/boot/grub/i386-pc/core.0 | ||
19 | # tftp-root=/srv/tftp | ||
20 | |||
21 | tftp-unique-root | ||
22 | dhcp-script=/usr/local/bin/dnsmasq-dhcp-script.sh | ||