首页 > 其他 > 详细

LSPro建立PXE环境

时间:2015-02-20 12:59:19      阅读:334      评论:0      收藏:0      [点我收藏+]

一、安装tftp服务

技术分享

tftp-hpa主要的配置文件有两个:

  • /opt/etc/xinetd.conf
  • /opt/etc/xinetd.d/tftp
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Sample configuration file for xinetd

defaults
{
        only_from      = localhost 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16
        instances      = 60
        log_type       = SYSLOG authpriv info
        log_on_success = HOST PID
        log_on_failure = HOST
        cps            = 25 30
}

includedir /opt/etc/xinetd.d

LSPro建立PXE环境

原文:http://www.cnblogs.com/linuxbo/p/4296474.html

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