[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Help DHCPD server



Ok. The problem is the next one:
Ihave a linux machine with next issue
"Red Hat Linux release 5.0 (Hurricane)
 Kernel 2.0.32 on an i586"  
this machine is running DHCPD-2.061pl6 (i get this from www.isc.org)
and i have no problems with it but i need to run the DHCPD server on other
machine
(i run only one dhcpd server at once)
"Red Hat Linux  4.2 (Biltmore)
 Kernel 2.0.35  on an i586" 
and the two versions of dhcp server from www.isc.org dont work very good on
RH 4.2
i tried dhcp-1.0pl2 and dhcpd-2.061pl6 and some of the Windows machines
with Ethernet Adapters work ok and some of them not i try to connect by
modem and it worked ok, but the local network dont work very good.
I use this dhcpd.conf file 
--------------------------------BEGIN---------------------------------------

----
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.192;
option broadcast-address 200.38.249.63;
option routers 200.38.249.62;
option domain-name-servers 200.38.249.1, 200.38.249.21;
option domain-name "netspace.com.mx";

subnet 200.38.249.0 netmask 255.255.255.192 {
   range 200.38.249.50 200.38.249.60;
}
-------------------------------------END------------------------------------

----
I wanted to install the DHCPD server that comes with RH 5.0 distribution CD
but have the following error msg
"failed dependencies:
        libc.so.6 is needed by dhcpd-5.16-5
        ld-linux.so.2 is needed by dhcpd-5.16-5
        /sbin/chkconfig   is needed by dhcpd-5.16-5
"


If anyone have an idea about this problem please helpme.
THANK YOU



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index] []