2020年8月13日星期四

dnsmasq的pxe配置

 # Custom user conf file for dnsmasq

# Please add needed params only!

pxe-service=0,"Raspberry Pi Boot"

dhcp-option=3,192.168.188.1

dhcp-option=150,192.168.188.10

dhcp-option=66,192.168.188.10

##指定tftp服务器地址

#dhcp-option=tag:eth00,option:tftp-server-name,192.168.0.12

#dhcp-option=option:66,192.168.188.10

#dhcp-boot=pxelinux.0,192.168.188.10

#dhcp-option=net:br0,150,192.168.188.10

#dhcp-option=net:br0,66,oyzjinhome.com

#dhcp-range=192.168.188.255,proxy


### Web Proxy Automatic Discovery (WPAD)

dhcp-option=252,"\n"


### Set the limit on DHCP leases, the default is 150

#dhcp-lease-max=150


### Add local-only domains, queries are answered from hosts or DHCP only

#local=/router/localdomain/


### Examples:


### Enable built-in TFTP server

#enable-tftp


### Set the root directory for files available via TFTP.

#tftp-root=/opt/srv/tftp

#tftp-root=/,192.168.188.10


### Make the TFTP server more secure

#tftp-secure


### Set the boot filename for netboot/PXE

#dhcp-boot=pxelinux.0


# 过滤 IPv6(AAAA)查询请求

#filter-aaaa


没有评论:

发表评论

在PVE使用虚拟 USB 存储设备 + ARPL 引导 DSM

  部分内容来自: https://blog.myds.cloud/archives/synoboot-usb-image-in-pve-virtual-machine.html 虚拟机建好之后,打开配置文件 nano /etc/pve/qemu-server/100.conf ...