summaryrefslogtreecommitdiff
path: root/conf/dnsmasq.conf
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-05-06 20:34:29 +0200
committerAndrew Cady <d@jerkface.net>2016-05-06 20:34:29 +0200
commit9770d8661315ca1112aa92580c6668ba0885b0c1 (patch)
tree5abac644d9e579e50d2ad62faf8950e9174fc001 /conf/dnsmasq.conf
parent5420ecb6ba0d0811a5f4650b41f5a621a445a6e2 (diff)
added configuration files for various things
Diffstat (limited to 'conf/dnsmasq.conf')
-rw-r--r--conf/dnsmasq.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/dnsmasq.conf b/conf/dnsmasq.conf
new file mode 100644
index 0000000..2b523ec
--- /dev/null
+++ b/conf/dnsmasq.conf
@@ -0,0 +1,9 @@
1interface=br0
2domain=localdomain
3dhcp-range=192.168.10.10,192.168.10.253,255.255.255.0,1h
4dhcp-boot=pxelinux.0,pxeserver,192.168.10.1
5pxe-service=x86PC, "Samizdat", pxelinux
6enable-tftp
7tftp-root=/usr/local/lib/samizdat-rhizome/isolinux
8tftp-unique-root
9dhcp-script=/usr/local/bin/dnsmasq-dhcp-script.sh