Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Apr 2010 10:43:40 -0500
From:      Kevin Kinsey <kdk@daleco.biz>
To:        Onur Aslan <onuraslan@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: dhcpd doesn't sent route information
Message-ID:  <4BD1C02C.3010104@daleco.biz>
In-Reply-To: <20100423152830.GA3543@localhost>
References:  <20100423131402.GA3428@localhost>	<C1426089-A51C-47E2-9BE5-3F92451878FB@mac.com> <20100423152830.GA3543@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
Onur Aslan wrote:
> I tried, but It doesn't helped.

Please show us the revised dhcpd.conf.  Also, did you -HUP
your named?

Kevin Kinsey

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?



> On Fri, Apr 23, 2010 at 08:22:54AM -0700, Chuck Swiger wrote:
>> On Apr 23, 2010, at 6:14 AM, Onur Aslan wrote:
>>> I am using isc-dhcp30-server-3.0.7_5 in FreeBSD 7.2. When I run dhclient in a
>>> client machine, this machine doesn't get gateway from dhcp server. I configured
>>> dhcpd server as described in FreeBSD handbook.
>> If the machine you are testing from is one of onur-pc or onur-eee, you aren't 
 >> getting a default router because you've only defined it for the dynamic pool
 >> range of .4 - .24.  Move the:
>>
>>    option routers 192.168.1.1;
>>
>> ...statement to the top level, or move the host declarations inside 
 >> of the subnet 192.168.1.0 block.  Or copy the routers line to your
 >> host declarations, I suppose.
>>
>> Regards,
>> -- 
>> -Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BD1C02C.3010104>