Phil Connor wrote:
> 
> >I don't understand, dhcpd should just use the address of the NIC.  How
> >does it know "the address is already in use"?
> 
> Nope! try setting the ipaddress for DHCPD as .0 example 192.168.20.0 and
> then set your range to start with your nic address like 192.168.20.20 -
> 192.168.20.40
> 
Yes, the subnet is declared as the network addresss - not the machine. 
But dhcpd was still responding that it couldn't bind to the machine
address.  Here is my dhcpd.conf.

# Dynamic Host Configuration Protocol
# DHCPd Daemon Configuration File
# dlt=600sec=10min, mlt=43200sec=12hours
#
default-lease-time 600;
max-lease-time 43200;
option domain-name-servers 10.8.1.7, 207.73.196.250;
option domain-name "forestview.edu";

subnet 10.33.1.0 netmask 255.255.255.0 {
   range 10.33.1.10 10.33.1.250;
   option subnet-mask 255.255.255.0;
   option broadcast-address 10.33.1.255;
   option routers 10.33.1.251;
}

> >Perhaps there is more that one dhcpd running on the box.  What does the
> >log file say?  What does the output from ifconfig say?  What does your
> >dhcpd.conf file say?
> 
> Only if he has several or virtual address's which will all have to have an
> entry/declaration even if their not used to give address out.
> 
ifconfig shows only eth0 and lo.  Nothing appears abnormal in any way. 
Even the routing table looked normal and the server itself was able to
surf the web as normal.  dhcpd just insisted on pukeing whenever I tried
to launch it.  As I've said elsewhere though, I think there must be
something going on either with the server or the network as we're
getting sharing violations with Samba that shouldn't be happening.  I
don't know what else on the network would cause this.  Immediately after
I changed the server IP I pinged the original IP to see what I'd find. 
Ping said there was nothing there.

?????


-- 
Mike Rambo
[EMAIL PROTECTED]

Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.

Reply via email to