Hi,

Maybe one of you can help me.
I have a funny error with dhcpd. I'm trying to configure it with a
simple dhcpd.conf:

subnet 192.168.0.4 netmask 255.255.0.0
{
         range 192.168.0.10 192.168.0.254 ;
         option domain-name "isaacshome.intranet";
}

where 192.168.0.4 is the ethernet card's address
but when I
#/etc/rc.d/init.d/dhcpd start
I get this:

Starting dhcpd: dhcpd Internet Software Consortium DHCPD $Name:
V2-BETA-1-PATCHLEVEL-6 $
Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium.
All rights reserved.
Address range 192.168.0.10 to 192.168.0.254 not on net
192.168.0.4/255.255.0.0!
exiting.

How come?
It sure is on the same net!
Any ideas?


Reply via email to