Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 操作系统 > Linux > sarge PEX install
【标  题】:sarge PEX install
【关键字】:sarge,PEX,install
【来  源】:http://blog.chinaunix.net/article.php?articleId=46004&blogId=7015

sarge PEX install

Your Ad Here sarge PEX install


sarge pex install

dhcpd + tftpd + httpd/ftpd sarge deb source.

dhcpd
apg-get dhcp
vi /etc/dhcpd.conf

option domain-name "forrestrun.org";
option domain-name-servers dhcpd.forrestrun.org;

option subnet-mask 255.255.255.0;
default-lease-time 600;
max-lease-time 7200;

subnet 192.168.8.0 netmask 255.255.255.0 {
range 192.168.8.201 192.168.8.220;
option broadcast-address 192.168.8.255;
option routers 192.168.8.2;
}

host pexinstall {
#r40e's mac 00-06-1B-DA-78-E9
hardware ethernet 00:06:1b:da:78:e9;
fixed-address 192.168.8.211;
option domain-name-servers 192.168.8.2;
filename "/pxelinux.0";

}


the subnet must in your interface 's connect net.

TFTPD
apg-get tftpd-hpa
some article said that other tfpt will not suport the pex boot.

cd /var/lib/tftpboot
wget sarge 's netboot.tar.gz and untar it.


HTTPD/FTPD
setup the net install deb source url.

OK.

linux下配置JAVA环境变量:【上一篇】
随风而去:【下一篇】
【相关文章】
  • Manually install db2 on AIX
  • Debian GNU/Linux Sarge下安装dos2unix
  • Win Installer(安装服务)出错的解决方案
  • Active Directory Installation and Configuration
  • Installation Outlook 2000
  • debiansarge3.1下安装apache2+php4
  • debian sarge3.1下用gtkimage和gdkpixbuf编程的弯路
  • Installing FreeBSD 5
  • Debian (Sarge) 下安装 J2SE 1.5.0.05
  • Installing Bugzilla on Microsoft Windows
  • 【随机文章】
  • HACMP的版本和REDBOOK对应表
  • unix/linux体系结构图
  • NetBSD全能服务器安装手册之更新记录及版权声明
  • 在X11上运行microwindows
  • 请问以前blog的统计功能,现在怎么没有了?请教csdn的blog管理员~~~
  • ado.net数据操作全接触二(query,Parameters)
  • Delphi VCLSkin v2.4 for Delphi567 破解版
  • 解决source navgator的中文显示问题
  • Scott Guthrie射击甜圈列兵的录像(以及一些好的ASP.NET AJAX链接)
  • 我的Debian之xmms
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 软讯网络 All Rigths Reserved.