isc dhcpd 3.0 快速安装实例
2009-05-13 01:40:53来源:未知 阅读 ()
阿土 Aborigen Yin
2003.06.19
目的:
为内网提供dhcp服务,每个网卡一个网段;
平台:
FreeBSD 5.1 + ports
#程序安装
cd /data/usr/ports/net/isc-dhcp3
make clean install clean
###配置
#/usr/local/etc/dhcpd.conf.sample 是个很好的参考文件;
###########
目的:
为内网提供dhcp服务,每个网卡一个网段;
平台:
FreeBSD 5.1 + ports
#程序安装
cd /data/usr/ports/net/isc-dhcp3
make clean install clean
###配置
#/usr/local/etc/dhcpd.conf.sample 是个很好的参考文件;
###########
#注意:一下配置的多个网段,分别对应服务器上多个网卡的地址段,而不是单一网卡上的多个地址(address alias 地址别名);
#如果你有某网卡设置多个地址,而配置文件中分别给这些网段设置了subnet(这是很多人所谓的”多网段dhcp地址分配“),那么启动
#dhcpd时,会收到如下错误,一般是发送到/var/log/messages:
#Jun 19 14:49:14 mail dhcpd: Interface fxp1 matches multiple shared networks
#
##############
#vi /usr/local/etc/dhcpd.conf
#begin of dhcpd.conf
# dhcpd.conf
server-identifier mail.oss4e.org;
option domain-name "oss4e.org";
option domain-name-servers 202.96.134.133;
default-lease-time 600;
max-lease-time 7200;
#重要,没有这一行不能启动dhcpd。
ddns-update-style none;
# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
authoritative;
# Use this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete the redirection).
log-facility local7;
# Hosts which require special configuration options can be listed in
# host statements. If no address is specified, the address will be
# allocated dynamically (if possible), but the host-specific information
# will still come from the host declaration.
# Fixed IP addresses can also be specified for hosts. These addresses
# should not also be listed as being available for dynamic assignment.
# Hosts for which fixed IP addresses have been specified can boot using
# BOOTP or DHCP. Hosts for which no fixed address is specified can only
# be booted with DHCP, unless there is an address range on the subnet
# to which a BOOTP client is connected which has the dynamic-bootp flag
# set.
#host fantasia {
# hardware ethernet 08:00:07:26:c0:a5;
# fixed-address fantasia.fugue.com;
#}
#group优先于subnet。
group {
# PXE-specific configuration directives...
#next-server 172.16.100.249;
#filename "/pxelinux.0";
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- FreeBSD下nginx+fast-cgi+mysql+zend的实现 2009-05-13
- gd 安装报错.求助 2009-05-13
- virtualbox for freeBSD 2009-05-13
- 从网上下载的packages为什么本地安装不了?[已解决!] 2009-05-13
- 求PC-BSD 7.1安装指南? 2009-05-13
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash