summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-05-24 11:35:15 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-05-24 11:35:15 -0400
commit8cbf4c2cf24c79f194d5f66c72fdc8cd9df185a7 (patch)
tree7979fc0224478ee641ee9147f3d08cca4637c3e2 /templates
parentbeba5671e2b25aa86c32916484645129b10b676c (diff)
downloadthird_party-cobbler-8cbf4c2cf24c79f194d5f66c72fdc8cd9df185a7.tar.gz
third_party-cobbler-8cbf4c2cf24c79f194d5f66c72fdc8cd9df185a7.tar.xz
third_party-cobbler-8cbf4c2cf24c79f194d5f66c72fdc8cd9df185a7.zip
Adding dnsmasq template
Diffstat (limited to 'templates')
-rw-r--r--templates/dnsmasq.template18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/dnsmasq.template b/templates/dnsmasq.template
new file mode 100644
index 0000000..17a4a85
--- /dev/null
+++ b/templates/dnsmasq.template
@@ -0,0 +1,18 @@
+# Cobbler generated configuration file for dnsmasq
+# $date
+#
+
+# resolve.conf .. ?
+no-poll
+
+dhcp-range=192.168.1.5,192.168.1.200
+dhcp-option=3,$next_server
+dhcp-boot=pxelinux.0
+dhcp-lease-max=1000
+dhcp-authoritative
+
+# FYI: using tftp-server for TFTP ...
+
+
+$insert_cobbler_system_definitions
+