On Mon, 5 Feb 2001, Chris Harvey wrote:

> I wondered that..
>
> > Is it possible that one of the addresses you've assigned for DHCP
> > assignment is in use on another box?
> >
>
> I did have the DHCP range as 10.1.1.10 - 10.1.1.100 and I had another
> machine on the Network using the 10.1.1.10 address.. so made the range
> 10.1.1.50 - 10.1.1.60 just keep the complexity down.
>
> Still didn't work...
>
> This is what I have in my dhcpd.conf file
>
> subnet 10.1.1.0 netmask 255.255.255.0 {
>   range dynamic-bootp 10.1.1.50 10.1.1.60;
>   default-lease-time 600;
>   max-lease-time 7200;
>   option subnet-mask 255.0.0.0;
>   option broadcast-address 10.1.1.255;
>   option routers 10.1.1.1;
>   option domain-name-servers 10.1.1.1;
>   option domain-name "e-harvey.com";
> }
> subnet 208.45.64.0 netmask 255.255.254.0 {
> }
>
> Anything look obviously wrong?
>
> Chris
>
Your second subnet section is wrong.  Is it in there for a reasion?
This may be where your error is comming from.  You do not want the
subnet from your public IP in the file.  Chop out the last two lines,
and it should work.  I use a different format, but it looks close.

Mikkel
-- 

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to