免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2229 | 回复: 3
打印 上一主题 下一主题

DHCP启动失败 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-08-01 16:03 |只看该作者 |倒序浏览
** Ignoring requests on start.  If this is not what
   
you want, please write a subnet declaration
   
in your dhcpd.conf file for the network segment
   
to which interface start is attached. **




Not configured to listen on any interfaces!



If you did not get this software from ftp.isc.org, please

get the latest from ftp.isc.org and install that before

requesting help.


If you did get this software from ftp.isc.org and have not

yet read the README, please read it before requesting help.

If you intend to request help from the server@isc.org[/email]

mailing list, please read the section on the README about

submitting bug reports and requests for help.


Please do not under any circumstances send requests for

help directly to the authors of this software - please

send them to the appropriate mailing list as described in

the README file.


-------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------
/etc/dhcpd.conf

ddns-update-style none;
ignore client-updates;

subnet 10.0.0.0 netmask 255.255.255.0 {

# --- default gateway
        option routers                        10.0.0.254;
        option subnet-mask                255.255.255.0;

#        option nis-domain                "domain.org";
        option domain-name                "domain.org";
        option domain-name-servers        10.0.0.254;

        option time-offset                -18000;        # Eastern Standard Time
        option ntp-servers                10.0.0.1;
#        option netbios-name-servers        10.0.0.1;
# --- Selects point-to-point node (default is hybrid). Don't change this unless
# -- you understand Netbios very well
        option netbios-node-type 2;

        range dynamic-bootp 10.0.0.128 10.0.0.253;
        default-lease-time 21600;
        max-lease-time 43200;

        # we want the nameserver to appear at a fixed address
        host ns {
                next-server marvin.redhat.com;
                hardware ethernet 12:34:56:78:AB:CD;
                fixed-address 10.0.0.1;
        }
}




eth0      Link encap:Ethernet  HWaddr 00:0C:29:4B:10:E9
          inet addr:10.0.0.254  Bcast:10.0.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:173 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:21671 (21.1 Kb)  TX bytes:550 (550.0 b)
          Interrupt:10 Base address:0x1080

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:10 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:700 (700.0 b)  TX bytes:700 (700.0 b)

[ 本帖最后由 jin310 于 2008-8-2 13:51 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2008-08-01 16:37 |只看该作者
先占个沙发!再学习下!

论坛徽章:
0
3 [报告]
发表于 2008-08-01 16:54 |只看该作者
原帖由 jin310 於 2008-8-1 16:03 發表
** Ignoring requests on start.  If this is not what


這個前面幾行寫啥?你把資訊掩蓋了。

--

论坛徽章:
0
4 [报告]
发表于 2008-08-01 18:18 |只看该作者
你的配置文件绝对路径是?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP