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? Thank you! __________________________ С уважением, Симоненко Д.В.
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
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@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
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@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@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
On Feb 23, 2015, at 10:43 AM, Дмитрий Симоненко <simonenko.dmitri@gmail.com> wrote:
dhcp DHCP-Inform { update reply { DHCP-Message-Type = DHCP-ACK DHCP-Option-252 = “0xFC"
Don’t put quotation marks around hex values.
} ok }
But it does not work! :-(
What does the debug output say? Alan DeKok.
My DHCP server responds to DHCP-Relay, but need to respond to the client (in DHCP-Option-252 transmitted 0xfc). How can I do it? __________________________ С уважением, Симоненко Д.В. 2015-02-23 17:46 GMT+02:00 Alan DeKok <aland@deployingradius.com>:
On Feb 23, 2015, at 10:43 AM, Дмитрий Симоненко < simonenko.dmitri@gmail.com> wrote:
dhcp DHCP-Inform { update reply { DHCP-Message-Type = DHCP-ACK DHCP-Option-252 = “0xFC"
Don’t put quotation marks around hex values.
} ok }
But it does not work! :-(
What does the debug output say?
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
Дмитрий Симоненко