summaryrefslogtreecommitdiff
path: root/dnsmasq.conf.example
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2009-06-04 20:32:05 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2012-01-05 17:31:14 +0000
commit7622fc06ab82e532fef4230dab6d8a0bae8353a4 (patch)
tree8c0f4e6e7eabee98c856f53dfb683b7d409c2552 /dnsmasq.conf.example
parent73a08a248d45ca4ed6e5454a174d7248fdbeb17d (diff)
downloaddnsmasq-7622fc06ab82e532fef4230dab6d8a0bae8353a4.tar.gz
import of dnsmasq-2.48.tar.gzv2.48
Diffstat (limited to 'dnsmasq.conf.example')
-rw-r--r--dnsmasq.conf.example33
1 files changed, 31 insertions, 2 deletions
diff --git a/dnsmasq.conf.example b/dnsmasq.conf.example
index b4e9d80..1b3202f 100644
--- a/dnsmasq.conf.example
+++ b/dnsmasq.conf.example
@@ -329,7 +329,7 @@
# Reboot time. (Note 'i' to send 32-bit value)
#dhcp-option-force=211,30i
-# Set the boot filename for BOOTP. You will only need
+# Set the boot filename for netboot/PXE. You will only need
# this is you want to boot machines over the network and you will need
# a TFTP server; either dnsmasq's built in TFTP server or an
# external one. (See below for how to enable the TFTP server.)
@@ -358,6 +358,34 @@
#dhcp-match=hammers, option:client-arch, 6 #x86-64
#dhcp-match=mactels, option:client-arch, 7 #EFI x86-64
+# Do real PXE, rather than just booting a single file, this is an
+# alternative to dhcp-boot.
+#pxe-prompt="What system shall I netboot?"
+# or with timeout before first available action is taken:
+#pxe-prompt="Press F8 for menu.", 60
+
+# Available boot services. for PXE.
+#pxe-service=x86PC, "Boot from local disk", 0
+
+# Loads <tftp-root>/pxelinux.0 from dnsmasq TFTP server.
+#pxe-service=x86PC, "Install Linux", pxelinux
+
+# Loads <tftp-root>/pxelinux.0 from TFTP server at 1.2.3.4.
+# Beware this fails on old PXE ROMS.
+#pxe-service=x86PC, "Install Linux", pxelinux, 1.2.3.4
+
+# Use bootserver on network, found my multicast or broadcast.
+#pxe-service=x86PC, "Install windows from RIS server", 1
+
+# Use bootserver at a known IP address.
+#pxe-service=x86PC, "Install windows from RIS server", 1, 1.2.3.4
+
+# If you have multicast-FTP available,
+# information for that can be passed in a similar way using options 1
+# to 5. See page 19 of
+# http://download.intel.com/design/archives/wfm/downloads/pxespec.pdf
+
+
# Enable dnsmasq's built-in TFTP server
#enable-tftp
@@ -371,8 +399,9 @@
# Set the boot file name only when the "red" tag is set.
#dhcp-boot=net:red,pxelinux.red-net
-# An example of dhcp-boot with an external server: the name and IP
+# An example of dhcp-boot with an external TFTP server: the name and IP
# address of the server are given after the filename.
+# Can fail with old PXE ROMS. Overridden by --pxe-service.
#dhcp-boot=/var/ftpd/pxelinux.0,boothost,192.168.0.3
# Set the limit on DHCP leases, the default is 150