added dnsmasq.conf
This commit is contained in:
parent
d750c56744
commit
918a458e8f
1 changed files with 6 additions and 0 deletions
6
config_files/etc/dnsmasq.d/pxe.conf
Normal file
6
config_files/etc/dnsmasq.d/pxe.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
interface=enx9cbf0d007794
|
||||
domain=yourdomain.com
|
||||
dhcp-range=192.168.0.3,192.168.0.253,255.255.255.0,1h
|
||||
dhcp-boot=grubx64.efi
|
||||
enable-tftp
|
||||
tftp-root=/srv/tftp
|
||||
Loading…
Add table
Add a link
Reference in a new issue