首页 > 其他 > 详细

pxe dnsmasq.conf

时间:2020-07-20 12:51:16      阅读:81      评论:0      收藏:0      [点我收藏+]

...占位

 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

 

pxe dnsmasq.conf

原文:https://www.cnblogs.com/eiguleo/p/13344071.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!