*** From dhcp-server -- To unsubscribe, see the end of this message. ***
Dear Ted,
I have tried to define the option within a subnet, below is part of my
dhcpd.conf file. But it still can't work.
shared-network CC-Office {
deny unknown-clients;
subnet 147.8.196.0 netmask 255.255.240.0 {
range 147.8.208.1 147.8.208.130;
option broadcast-address 147.8.211.255;
option routers 147.8.196.100;
option option-78 "147.8.135.151";
}
}
When I checked the log, the last line is
Apr 19 16:31:33 dhcp6 dhcpd: DHCPINFORM from 147.8.196.15 via le0
the dhcp server seems been killed and core dumped. Any suggestions to make
it work?
regards,
Katherine Kwok
HKU
On Wed, 14 Apr 1999, Ted Lemon wrote:
>
>> I have just download dhcp-3.0-alpha-19990412 and installed it. But the
>> readme file says DHCPINFORM is not support in this version. Is this the
>> latest version?
>
>Yes, that's the latest - I just forgot to update the README file.
>Sorry about that. The RELNOTES file has the latest changes in it, so
>you can always check that to see what's been done since the last
>snapshot.
>
>> When I tested it, the log shows the server can receive DHCPINFORM, but no
>> reply is sent back to the client.
>>
>> Apr 14 16:45:34 dhcp6 dhcpd: DHCPINFORM from 147.8.166.86 via le0: unknown
>> subnet 147.8.164.6
>>
>> I'd like to know if the syntex in the config file is correct or not?
>
>The syntax is correct, but the DHCP server needs to know about the
>subnets to which all of its clients are connected so that it can give
>them correct parameters. For DHCPINFORM, maybe I should relax this
>requirement and just reply with global options if the subnet isn't
>recognized. What do you think? Or did you declare the subnet, and
>it's just not working right?
>
> _MelloN_
>
------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED] Please try to use the web
page first - it will take a long time for your request to be processed by hand.
------------------------------------------------------------------------------