• Home
  • Raw
  • Download

Lines Matching +full:ipv4 +full:- +full:simple +full:- +full:service +full:- +full:config

5 # "/usr/sbin/dnsmasq --help" or "man 8 dnsmasq" for details.
10 # uneccessarily. If you have a dial-on-demand link they also stop
14 #domain-needed
15 # Never forward addresses in the non-routed address spaces.
16 #bogus-priv
19 # Uncomment this to filter useless windows-originated DNS requests
20 # which can trigger dial-on-demand links needlessly.
22 # so don't use it if you use eg Kerberos, SIP, XMMP or Google-talk.
24 # dnsmasq (via srv-host= lines) are not suppressed by it.
29 #resolv-file=
36 #strict-order
41 #no-resolv
44 # files for changes and re-read them then uncomment this.
45 #no-poll
48 # non-public domains.
52 # address->name queries for 192.168.3/24 to nameserver 10.1.2.3
53 #server=/3.168.192.in-addr.arpa/10.1.2.3
55 # Add local-only domains here, queries in these domains are answered
64 # --address (and --server) work with IPv6 addresses too.
69 # --server=10.1.2.3@eth1
74 # --server=10.1.2.3@192.168.1.1#55
87 #except-interface=
90 #listen-address=
91 # If you want dnsmasq to provide only DNS service on an interface,
94 #no-dhcp-interface=
103 #bind-interfaces
107 #no-hosts
110 #addn-hosts=/etc/banner_add_hosts
113 # automatically added to simple names in a hosts-file.
114 #expand-hosts
122 # 3) Provides the domain part for "expand-hosts"
135 # service.
136 #dhcp-range=192.168.0.50,192.168.0.150,12h
142 #dhcp-range=192.168.0.50,192.168.0.150,255.255.255.0,12h
144 # This is an example of a DHCP range with a network-id, so that
146 #dhcp-range=red,192.168.0.50,192.168.0.150
156 #dhcp-host=11:22:33:44:55:66,192.168.0.60
160 #dhcp-host=11:22:33:44:55:66,fred
164 #dhcp-host=11:22:33:44:55:66,fred,192.168.0.60,45m
172 #dhcp-host=11:22:33:44:55:66,12:34:56:78:90:12,192.168.0.60
176 #dhcp-host=bert,192.168.0.70,infinite
180 #dhcp-host=id:01:02:02:04,192.168.0.60
184 #dhcp-host=id:marjorie,192.168.0.60
189 #dhcp-host=judge
191 # Never offer DHCP service to a machine whose ethernet
193 #dhcp-host=11:22:33:44:55:66,ignore
195 # Ignore any client-id presented by the machine with ethernet
199 #dhcp-host=11:22:33:44:55:66,id:*
203 #dhcp-host=11:22:33:44:55:66,net:red
207 #dhcp-host=11:22:33:*:*:*,net:red
209 # Ignore any clients which are specified in dhcp-host lines
210 # or /etc/ethers. Equivalent to ISC "deny unkown-clients".
213 #dhcp-ignore=#known
217 #dhcp-vendorclass=red,Linux
221 #dhcp-userclass=red,accounts
225 #dhcp-mac=red,00:60:8C:*:*:*
228 # on the ethernet-address/IP pairs found there just as if they had
229 # been given as --dhcp-host options. Useful if you keep
230 # MAC-address/host mappings there for other purposes.
231 #read-ethers
236 # run "dnsmasq --help dhcp" to get a list.
240 # any dhcp-options. If you use Windows clients and Samba, there
246 #dhcp-option=3,1.2.3.4
249 #dhcp-option=option:router,1.2.3.4
253 # default (1, 3, 6, 12, 28) the same line will send a zero-length option
255 #dhcp-option=3
258 #dhcp-option=option:ntp-server,192.168.0.4,10.10.0.5
262 #dhcp-option=42,0.0.0.0
265 #dhcp-option=40,welly
267 # Set the default time-to-live to 50
268 #dhcp-option=23,50
271 #dhcp-option=27,1
274 #dhcp-option=128,e4:45:74:68:00:00
275 #dhcp-option=129,NIC=eepro100
278 # (see dhcp-range for the declaration of the "red" network)
280 #dhcp-option = net:red, option:ntp-server, 192.168.1.1
284 # http://www.samba.org/samba/ftp/docs/textdocs/DHCP-Server-Configuration.txt
289 #dhcp-option=19,0 # option ip-forwarding off
290 #dhcp-option=44,0.0.0.0 # set netbios-over-TCP/IP nameserver(s) aka WINS server(s)
291 #dhcp-option=45,0.0.0.0 # netbios datagram distribution server
292 #dhcp-option=46,8 # netbios node type
294 # Send RFC-3397 DNS domain search DHCP option. WARNING: Your DHCP client
296 #dhcp-option=option:domain-search,eng.apple.com,marketing.apple.com
298 # Send RFC-3442 classless static routes (note the netmask encoding)
299 #dhcp-option=121,192.168.1.0/24,1.2.3.4,10.0.0.0/8,5.6.7.8
301 # Send vendor-class specific options encapsulated in DHCP option 43.
302 # The meaning of the options is defined by the vendor-class so
307 #dhcp-option=vendor:PXEClient,1,0.0.0.0
309 # Send microsoft-specific option to tell windows to release the DHCP lease
311 # value as a four-byte integer - that's what microsoft wants. See
312 # http://technet2.microsoft.com/WindowsServer/en/library/a70f1bb7-d2d4-49f0-96d6-4b7414ecfaae1033.m…
313 #dhcp-option=vendor:MSFT,2,1i
315 # Send the Encapsulated-vendor-class ID needed by some configurations of
317 #dhcp-option=vendor:Etherboot,60,"Etherboot"
321 # to use dhcp-option-force here.
323 # Magic number - needed before anything else is recognised
324 #dhcp-option-force=208,f1:00:74:7e
326 #dhcp-option-force=209,configs/common
328 #dhcp-option-force=210,/tftpboot/pxelinux/files/
329 # Reboot time. (Note 'i' to send 32-bit value)
330 #dhcp-option-force=211,30i
336 #dhcp-boot=pxelinux.0
340 # load. The dhcp-match sets the gpxe tag for requests from gPXE.
341 #dhcp-match=gpxe,175 # gPXE sends a 175 option.
342 #dhcp-boot=net:#gpxe,undionly.kpxe
343 #dhcp-boot=mybootimage
347 #dhcp-option=encap:175, 1, 5b # priority code
348 #dhcp-option=encap:175, 176, 1b # no-proxydhcp
349 #dhcp-option=encap:175, 177, string # bus-id
350 #dhcp-option=encap:175, 189, 1b # BIOS drive code
351 #dhcp-option=encap:175, 190, user # iSCSI username
352 #dhcp-option=encap:175, 191, pass # iSCSI password
356 #dhcp-match=peecees, option:client-arch, 0 #x86-32
357 #dhcp-match=itanics, option:client-arch, 2 #IA64
358 #dhcp-match=hammers, option:client-arch, 6 #x86-64
359 #dhcp-match=mactels, option:client-arch, 7 #EFI x86-64
362 # alternative to dhcp-boot.
363 #pxe-prompt="What system shall I netboot?"
365 #pxe-prompt="Press F8 for menu.", 60
368 #pxe-service=x86PC, "Boot from local disk", 0
370 # Loads <tftp-root>/pxelinux.0 from dnsmasq TFTP server.
371 #pxe-service=x86PC, "Install Linux", pxelinux
373 # Loads <tftp-root>/pxelinux.0 from TFTP server at 1.2.3.4.
375 #pxe-service=x86PC, "Install Linux", pxelinux, 1.2.3.4
378 #pxe-service=x86PC, "Install windows from RIS server", 1
381 #pxe-service=x86PC, "Install windows from RIS server", 1, 1.2.3.4
383 # If you have multicast-FTP available,
389 # Enable dnsmasq's built-in TFTP server
390 #enable-tftp
393 #tftp-root=/var/ftpd
397 #tftp-secure
402 #tftp-no-blocksize
405 #dhcp-boot=net:red,pxelinux.red-net
407 # An example of dhcp-boot with an external TFTP server: the name and IP
409 # Can fail with old PXE ROMS. Overridden by --pxe-service.
410 #dhcp-boot=/var/ftpd/pxelinux.0,boothost,192.168.0.3
413 #dhcp-lease-max=150
418 #dhcp-leasefile=/var/lib/misc/dnsmasq.leases
428 #dhcp-authoritative
434 #dhcp-script=/bin/echo
437 #cache-size=150
440 #no-negcache
443 # file have Time-To-Live set as zero, which conventionally means
445 # server for potentially stale date, you can set a time-to-live (in
447 #local-ttl=
450 # to unregistered .com and .net hosts to its sitefinder service and
454 #bogus-nxdomain=64.94.110.11
457 # alias option. This only works for IPv4.
462 # and this maps 192.168.0.10->192.168.0.40 to 10.0.0.10->10.0.0.40
463 #alias=192.168.0.10-192.168.0.40,10.0.0.0,255.255.255.0
469 #mx-host=maildomain.com,servermachine.com,50
472 #mx-target=servermachine.com
474 # Return an MX record pointing to the mx-target for all local
483 # Active Directory and other windows-originated DNS requests.
485 # You may add multiple srv-host lines.
488 # service and protocol sections) then the domain given by the domain=
489 # config option is used. (Note that expand-hosts does not need to be
494 #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389
499 #srv-host=_ldap._tcp,ldapserver.example.com,389
502 #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,1
503 #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,2
507 #srv-host=_ldap._tcp.example.com
510 # record. This is useful for DNS-SD. (Note that the
511 # domain-name expansion done for SRV records _does_not
513 #ptr-record=_http._tcp.dns-sd-services,"New Employee Page._http._tcp.dns-sd-services"
517 # domain-name expansion done for SRV records _does_not
521 #txt-record=example.com,"v=spf1 a -all"
524 #txt-record=_http._tcp.example.com,name=value,paper=A4
533 #log-queries
536 #log-dhcp
539 #conf-file=/etc/dnsmasq.more.conf
540 #conf-dir=/etc/dnsmasq.d