急急:redhat8下dhcp的问题,望哪位高人指点迷津,感激不尽

由 to_zhangwei 在 12-31-2002 23:34 发表:

急急:redhat8下dhcp的问题,望哪位高人指点迷津,感激不尽

我在redhat8下配置dhcp服务器,默认安装好后,未作任何改动,

/etc下不存在dhcp.conf文件,这时dhcp可以启动,为什么我在/etc下加了如下的dhcp.counf后反而dhcp不能启动了,

难道dhcp的配置文件不是/etc/dhcp.conf吗?

望哪位高人能指点一下dhcp服务器要怎么配?谢谢

----------- /etc/dhcp.conf ---------------------

ddns-update-style interim;

ignore client-updates;

subnet 192.168.0.0 netmask 255.255.255.0 {

option routers 192.168.0.1;

option subnet-mask 255.255.255.0;

option nis-domain "XXX.com";

option domain-name "domain.org";

option domain-name-servers 192.168.0.1;

option time-offset -18000;

range 192.168.0.128 192.168.0.255;

}redhat8下dhcp的问题,望哪位高人指点迷津,感激不尽


由 to_zhangwei 在 01-01-2003 00:09 发表:

上面的文件是dhcpd.conf ,刚才写错了

上面的文件是dhcpd.conf ,刚才写错了


由 silver810212 在 01-01-2003 12:41 发表:


看看我的,相应的改一改就可以了。

ddns-update-style interim;

ignore client-updates;

subnet 192.168.0.0 netmask 255.255.255.0{

range dynamic-bootp 192.168.0.2 192.168.0.254;

option routers 192.168.0.1;

option subnet-mask 255.255.255.0;

option domain-name-servers 192.168.0.250,202.103.24.68,202.103.0.68,202.103.0.117;

max-lease-time 999999;

}


生命不息,学习不止!

你帮助我,我也帮助你。

MSN:[email protected]


由 Pye 在 01-02-2003 17:08 发表:


默认是没有dhcpd.conf这个文件的,你要自己touch出来的.看看我的.

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus