summaryrefslogtreecommitdiff
path: root/dnsmasq.conf.example
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2011-08-26 17:24:52 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2012-01-05 17:31:15 +0000
commit7de060b08dc8f7ea9fd1f972e3c55beab2df51b1 (patch)
tree5c7424c86f17fce344fe62d87f21f2802862a05a /dnsmasq.conf.example
parent572b41eb503fd765b5a195abd799043989363791 (diff)
downloaddnsmasq-7de060b08dc8f7ea9fd1f972e3c55beab2df51b1.tar.gz
import of dnsmasq-2.58.tar.gzv2.58
Diffstat (limited to 'dnsmasq.conf.example')
-rw-r--r--dnsmasq.conf.example11
1 files changed, 11 insertions, 0 deletions
diff --git a/dnsmasq.conf.example b/dnsmasq.conf.example
index 719dcff..21f9519 100644
--- a/dnsmasq.conf.example
+++ b/dnsmasq.conf.example
@@ -348,6 +348,9 @@
# external one. (See below for how to enable the TFTP server.)
#dhcp-boot=pxelinux.0
+# The same as above, but use custom tftp-server instead machine running dnsmasq
+#dhcp-boot=pxelinux,server.name,192.168.1.100
+
# Boot for Etherboot gPXE. The idea is to send two different
# filenames, the first loads gPXE, and the second tells gPXE what to
# load. The dhcp-match sets the gpxe tag for requests from gPXE.
@@ -422,6 +425,14 @@
# Can fail with old PXE ROMS. Overridden by --pxe-service.
#dhcp-boot=/var/ftpd/pxelinux.0,boothost,192.168.0.3
+# If there are multiple external tftp servers having a same name
+# (using /etc/hosts) then that name can be specified as the
+# tftp_servername (the third option to dhcp-boot) and in that
+# case dnsmasq resolves this name and returns the resultant IP
+# addresses in round robin fasion. This facility can be used to
+# load balance the tftp load among a set of servers.
+#dhcp-boot=/var/ftpd/pxelinux.0,boothost,tftp_server_name
+
# Set the limit on DHCP leases, the default is 150
#dhcp-lease-max=150