bootpd.conf.sample

来自「linux下远程启动服务/bootp服务器源代码」· SAMPLE 代码 · 共 32 行

SAMPLE
32
字号
## sample bootpd configuration file## interface on which will run the server.interface hme0# theses values are automatically determined from # the interface.# netmask 255.255.255.0# broadcast 192.168.0.255# # default gatewaygateway 192.168.0.1# a name servernameserver 10.160.9.6# logfile logfile /var/log/bootpd.log# boot image file bootfile /tftpboot/pxelinux.0

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?