DHCP option 252

Дмитрий Симоненко simonenko.dmitri at gmail.com
Mon Feb 23 16:43:14 CET 2015


I did:
file dictionary.dhcp

ATTRIBUTE       DHCP-Option-252                         252     octets
VALUE   DHCP-Parameter-Request-List     DHCP-Option-252         252

file dhcp.conf

dhcp DHCP-Inform {
  update reply {
    DHCP-Message-Type = DHCP-ACK
    DHCP-Option-252 = "0xFC"
   }
  ok
}

But it does not work! :-(

__________________________

С уважением, Симоненко Д.В.

2015-02-23 17:35 GMT+02:00 Дмитрий Симоненко <simonenko.dmitri at gmail.com>:

> how to make such a (ISC-DHCP)?????
>
> option wpad code 252 = text;
> option wpad "\n\000";
>
> __________________________
>
> С уважением, Симоненко Д.В.
>
> 2015-02-23 15:24 GMT+02:00 <A.L.M.Buxey at lboro.ac.uk>:
>
>> Hi,
>>
>> > How do I reply to a message DHCP-Inform (WPAD) so that more did not come
>> > DHCP-Inform packages, if I do not use WPAD?  What I should include in
>> the
>> > option 252?
>>
>> I guess you are already setting the WPAD entry with newline/null
>> or with a valid WPAD URL/server?
>>
>> windows devices (and some more) do things weirdly - so you need to deal
>> with this buy providing the 252 into the DHCP request... add 0xFC to the
>> DHCP parameter request list.  Alan will probably note if the current DHCP
>> code in FR cannot do this.
>>
>>
>> alan
>> -
>> List info/subscribe/unsubscribe? See
>> http://www.freeradius.org/list/users.html
>
>
>


More information about the Freeradius-Users mailing list