File: dnsmasq.conf.simple

package info (click to toggle)
di-netboot-assistant 0.79
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 316 kB
  • sloc: sh: 1,511; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#interface=ens8
listen-address=192.168.0.10
dhcp-range=192.168.0.50,192.168.0.150,2h

#Force the address of the router (or DSL modem):
#dhcp-range=vendor:PXEClient,192.168.0.81,192.168.0.91
#dhcp-option=option:router,192.168.0.1

enable-tftp
tftp-root=/var/lib/tftpboot
dhcp-boot=d-i/n-a/pxelinux.0

dhcp-match=set:efi-x86_64,option:client-arch,7
dhcp-boot=tag:efi-x86_64,d-i/n-a/bootnetx64.efi

dhcp-match=set:ipxe,175
dhcp-boot=tag:ipxe,d-i/n-a/boot.ipxe