ChinaUnix.net
相关文章推荐:

linux 启动dhcp失败

启动 dhcpd£ºInternet Systems Consortium dhcp Server V3.0.1 Copyright 2004 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ /etc/dhcpd.conf line 12: semicolon expected. option ^ Address range 192.168.10.1 to 192.168.10.254 not on net 192.168.0.0/255.255.255.0! If you did not get this software from ftp.isc.org, please ge...

by dupeng144 - 服务器架设 - 2006-09-13 11:08:05 阅读(1155) 回复(3)

相关讨论

linux配置成dhcp下发IP地址,配置完成后不能启动,不知道问题出在哪里?请帮忙 [root@localhost etc]# service dhcpd start Starting dhcpd: Internet Software Consortium dhcp Server V3.0pl1 Copyright 1995-2001 Internet Software Consortium. All rights reserved. For info, please visit http://www.isc.org/products/dhcp Wrote 0 deleted host decls to leases file. Wrote 0 new dynamic host decls to leases file....

by 千千阙歌 - 服务器架设 - 2005-12-20 17:50:56 阅读(4942) 回复(7)

下面是我配置的dhcpd.conf ddns-update-style interim; subnet 10.35.3.0 netmask 255.255.255.0 { range 10.35.3.5 10.35.3.254; default-lease-time 86400; max-lease-time 259200; option subnet-mask 255.255.255.0; option routers 10.35.3.1; option broadcast-address 10.35.3.255; option domain-name-servers 210.52.149.2,210.53.31.2; } subnet 218.106.113.75 netmask 255.255.255.255 { } 很奇怪的...

by shinesky - 服务器架设 - 2006-04-13 17:17:49 阅读(2549) 回复(7)

[root@localhost etc]# service dhcpd start 启动 dhcpd:Internet Software Consortium dhcp Server V3.0pl2 Copyright 1995-2003 Internet Software Consortium. All rights reserved. For info, please visit http://www.isc.org/products/dhcp Wrote 0 deleted host decls to leases file. Wrote 0 new dynamic host decls to leases file. Wrote 0 leases to leases file. No subnet declaration for eth1 (172.21.99.24). ...

by firmlyjin - 服务器架设 - 2006-08-04 21:22:46 阅读(992) 回复(3)

linux下配置完dhcp服务,不能启动,给出了一大堆错误信息,最后是exiting。那位高手告诉我,怎么解决。小弟在这里多谢了!

by tingyu_s - 服务器架设 - 2004-11-18 14:23:58 阅读(1439) 回复(4)

我有一台MAIL服务器,平台是linux 2.4.20-18 7smp 分别通过2条光纤与2台光纤交换机,但是当我重启动linux时候,每次都出现 scsi2: Found a QLA2200 @ bus 2, device 0x1, irq 18, iobase 0x2300 scsi(2): Allocated 4096 SRB(s) scsi(2): Configure NVRAM parameters... scsi(2): 64 Bit PCI Addressing Enabled scsi(2): Verifying loaded RISC code... scsi(2): Verifying chip... scsi(2): Waiting for LIP to complete... scs...

by ljn2004 - Linux论坛 - 2004-10-28 12:32:30 阅读(734) 回复(2)

ddns-update-style interim; ignore client-updates; subnet 192.168.0.0 netmask 255.255.255.0 { # --- default gateway # option routers 192.168.0.1; # option subnet-mask 255.255.255.0; # option nis-domain "domain.org"; # option domain-name "domain.org"; # option domain-name-servers 192.168.1.1; option time-offset -18000; # Eastern Standard Time # option ntp-servers 192.168.1.1; # option ne...

by zhpe78 - 服务器架设 - 2005-12-01 09:48:44 阅读(950) 回复(3)

各位大侠: 我在新装的RedHat9.0系统下为dhcp做配置,dhcp server成功启动,在client 端也收到了动态IP。但是,服务器重启登陆后,发现dhcp总是『Fail』。十分不解! 开始的配置工作: 1. RedHat9.0安装时选择了安装network servers里dhcpd和pxe 2. 关了防火墙 3. #ifconfig eth0 192.168.1.100 4. 配置/etc/dhcpd.conf: option space PXE; option PXE.mtftp-ip code 1 = ip-address; option PXE.mtftp-c...

by wawoo - 服务器架设 - 2005-04-01 09:55:26 阅读(742) 回复(0)

前天我刚装了一个linux ,启动时,总是出现"0101010101"数字,不知为何?请高手指教。 谢谢。

by utilities - 系统管理 - 2003-07-10 08:11:47 阅读(837) 回复(8)

ddns-update-style interim; ignore client-updates; subnet 192.168.0.0 netmask 255.255.255.0 { # --- default gateway # option routers 192.168.0.1; # option subnet-mask 255.255.255.0; # option nis-domain "domain.org"; # option domain-name "domain.org"; # option domain-name-servers 192.168.1.1; option time-offset -18000; # Eastern Standard Time # option ntp-servers 192.168.1.1; # option netbios-na...

by zhpe78 - 服务器架设 - 2005-11-30 12:23:25 阅读(846) 回复(1)
by l.darkfire - 系统管理 - 2006-07-11 19:53:18 阅读(3753) 回复(11)