ChinaUnix.net
相关文章推荐:

ubuntu dhcp server

哪位装过,有多大区别!

by zmcjs - 系统管理 - 2006-11-02 13:19:06 阅读(904) 回复(1)

相关讨论

ubuntu 最新发布的服务器版 5.10; 操作系统,Linux,ubuntu server 5.10; ubuntu-server-5.10-install-amd64.iso  549MB; ubuntu-server-5.10-install-i386.iso   565MB; ubuntu-server-5.10-install-powerpc.iso 493MB。 http://www.yourbook.org/bbs/forumdisplay.php?fid=4&page=1

by sandanyuan - Linux论坛 - 2005-12-04 21:28:18 阅读(1189) 回复(6)

路由器dhcp server的简单配置 将R1路由作为dhcp server,R2作为PC机,使用命令no ip routing去除路由功能!路由器R1的Fa0/0端口与R2的Fa0/0端口相连! R2的配置其实很简单,去除路由功能后,将对应端口配置为dhcp的client即可! Router>en Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#ho Router(config)#hostname PC1 PC1(config)#no ip routing (在工程中切忌要谨慎使用,...

网络管理

by c1813 - 网络技术文档中心 - 2009-04-15 10:40:55 阅读(1064) 回复(0)

dhcp server 1 cd /usr/ports/net/isc-dhcp3-server Make install clean 2 参考 /usr/local/etc/dhcpd.conf.sample文件创建dhcpd.conf Ee /usr/local/etc/dhcpd.conf 3 default-lease-time 600; 客户端地址默认生存期/秒 Max-lease-time 7200; 最大生存期/秒 Option domain-name "warder_cn" ; 域名服务器 Option domain-name-servers 192.168.1.1 , 6...

by xiaoshi20cn - BSD文档中心 - 2007-11-05 22:35:49 阅读(1004) 回复(0)

/etc/dhcpc/dhcpcd-eth0.info保存了dhcp server的信息,请问这个文件是如何生成的? 谢谢!

by rion10 - 程序开发 - 2006-12-02 11:38:59 阅读(825) 回复(1)

请问各位现在有没有做dhcp server负载均衡集群的有效方法啊? 我试过LVS方法,但是因为dhcp client在申请地址信息的时候发的是广播包,lvs的三种形式lvs/dr,lvs/tun ,lvs/nat都不能用!还有其它的方法没有啊?请各们多多帮助啊! [ 本帖最后由 robust8006 于 2006-7-17 22:57 编辑 ]

by robust8006 - 集群和虚拟机 - 2006-07-21 08:42:49 阅读(1057) 回复(5)

我不想用红帽自带的dhcp server 我想自己下载dhcp server源代码包进行安装 请问什么地方可以下载到啊? 它有官方站点吗? 谢

by txkss - 服务器架设 - 2005-08-20 20:52:55 阅读(646) 回复(2)

dhcp server迁移到6509交换机1.同时为多个VLAN的客户机分配地址 2.VLAN内有部分地址采用手工分配的方式 3.为客户指定网关、Wins服务器等 4.VLAN 2的地址租用有效期限为1天,其它为3天 5.按MAC地址为特定用户分配指定的IP地址 dhcp server迁移到6509交换机的MSFC上1.同时为多个VLAN的客户机分配地址 2.VLAN内有部分地址采用手工分配的方式 3.为客户指定网关、Wins服务器等 4.VLAN 2的地址租用有效期限为1天,其它为3天 5.按M...

by leonheart - 网络技术文档中心 - 2005-08-02 14:35:49 阅读(713) 回复(0)

Zabbix (http: //www.zabbix.com)是一个可高自由度定制,可视化的网管报警监控系统。 功能十分的强大,通过SNMP或Agent Client可跨平台监控(unix、linux、windows等)可任意定制监控项,可定制各种模板(template),可自由定制可视化的屏幕 (screen)等等 一,系统配置 ubuntu server 8.10 在系统安装的时候你已经可以选择安装了LAMP,如果你在安装系统的时候没有安装过LAMP,你可以用以下命令进行安装: sudo apt-...

by arstcmyy - 网络技术文档中心 - 2009-04-02 15:15:46 阅读(2640) 回复(0)

相关配置命令: config)#ip dhcp pool [地址池名] (config)#ip dhcp excluded-address [不分配的地址] (dhcp-config)#network [要分配的地址] [掩码] (dhcp-config)#lease [租约] (dhcp-config)#default-router [默 认网关] (dhcp-config)#dns-server[dns 服务器] 然后要对自动获取地址的vlan 进行设置 (config)#ip helper-address [交换机地址] 再将端口划分到vlan 里 show config: ip dhcp excluded-address 10.0.1...

网络管理

by 剑心通明 - 网络技术文档中心 - 2008-05-20 17:19:59 阅读(938) 回复(0)

Solaris 10 System Administrator Collection >> System Administration Guide: IP Services >> dhcp >> 14. Configuring the dhcp Service (Tasks) >> Configuring and Unconfiguring a dhcp server Using dhcp Manager 上一页: 13. Planning for dhcp Service (Tasks) Configuring and Unconfiguring a dhcp server Using dhcp Manager This section includes procedures to help you configure and unconfigure a ...

by anfy - Solaris文档中心 - 2007-05-04 11:46:04 阅读(1021) 回复(0)