pxe dnsmasq.conf

...占位

 1 uos@uos-PC:~/work/newiso$ cat /etc/network/interfaces
 2 # interfaces(5) file used by ifup(8) and ifdown(8)
 3 # Include files from /etc/network/interfaces.d:
 4 source-directory /etc/network/interfaces.d
 5 
 6 auto ens33
 7 iface ens33 inet static
 8 address 1.1.13.3
 9 netmask 255.255.255.0
10 gateway 1.1.13.2
11 
12 
13 
14 uos@uos-PC:~/work/newiso$ grep -v "^#" /etc/dnsmasq.conf | sed '/^$/d'
15 
16 interface=ens33
17 listen-address=1.1.13.3
18 bind-interfaces
19 dhcp-range=1.1.13.8,1.1.13.88,12h
20 dhcp-option=3,1.1.13.2
21 dhcp-option=6,1.1.13.2
22 server=114.114.114.114
23 dhcp-option=28,1.1.13.255
24 dhcp-option=42,0.0.0.0
25 enable-tftp
26 tftp-root=/var/tftp
27 dhcp-boot=debian-installer/amd64/bootnetx64.efi
28 domain=pxe.local

 

posted @ 2020-07-20 11:21  voh99800  阅读(238)  评论(0编辑  收藏  举报