Send dhcp-users mailing list submissions to
        dhcp-users@lists.isc.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/dhcp-users
or, via email, send a message with subject or body 'help' to
        dhcp-users-requ...@lists.isc.org

You can reach the person managing the list at
        dhcp-users-ow...@lists.isc.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of dhcp-users digest..."


Today's Topics:

   1. Re: Struggling with classes not work (Simon Hobson)
   2. Re: Struggling with classes not work (Thomas Markwalder)
   3. Re: Struggling with classes not work (Mark Mc Nicholas)
   4. Re: Vendor Specific Information (DHCP Option 43) (perl-list)


----------------------------------------------------------------------

Message: 1
Date: Tue, 5 Jan 2021 16:58:57 +0000
From: Simon Hobson <dh...@thehobsons.co.uk>
To: Users of ISC DHCP <dhcp-users@lists.isc.org>
Subject: Re: Struggling with classes not work
Message-ID: <d114d61c-e297-43bf-9822-77d76a7bb...@thehobsons.co.uk>
Content-Type: text/plain; charset=us-ascii

Mark Mc Nicholas <mark...@section9.ie> wrote:

> Thanks for the suggestion however Thomas has confirmed the issue is that 
> BOOTP packets don't go through classification. 

Bootp is still around ?

Are these the only devices that will use bootp ? If so, then one work around 
would be to give them their own pool (where you can set next-server) and deny 
bootp for all other pools.

Simon



------------------------------

Message: 2
Date: Tue, 5 Jan 2021 12:00:54 -0500
From: Thomas Markwalder <tm...@isc.org>
To: dhcp-users@lists.isc.org
Subject: Re: Struggling with classes not work
Message-ID: <c7a4d42f-64ee-00d9-6c8b-226219159...@isc.org>
Content-Type: text/plain; charset=utf-8; format=flowed

Good point, Simon.? One can allow/deny bootp so they could be isolated 
to their own pool.

On 1/5/21 11:58 AM, Simon Hobson wrote:
> Mark Mc Nicholas <mark...@section9.ie> wrote:
>
>> Thanks for the suggestion however Thomas has confirmed the issue is that 
>> BOOTP packets don't go through classification.
> Bootp is still around ?
>
> Are these the only devices that will use bootp ? If so, then one work around 
> would be to give them their own pool (where you can set next-server) and deny 
> bootp for all other pools.
>
> Simon
>
> _______________________________________________
> ISC funds the development of this software with paid support subscriptions. 
> Contact us at https://www.isc.org/contact/ for more information.
>
> dhcp-users mailing list
> dhcp-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users



------------------------------

Message: 3
Date: Tue, 5 Jan 2021 17:06:37 +0000
From: Mark Mc Nicholas <mark...@section9.ie>
To: Users of ISC DHCP <dhcp-users@lists.isc.org>
Subject: Re: Struggling with classes not work
Message-ID:
        <ca+huvoodvo4lfnluam4+g_1p02s-zt6dq_bleqq71ota2qv...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Thank you Simon,
That solution solves the problem for me also :)
Cheers
Mark

On Tue, Jan 5, 2021 at 5:01 PM Thomas Markwalder <tm...@isc.org> wrote:

> Good point, Simon.  One can allow/deny bootp so they could be isolated
> to their own pool.
>
> On 1/5/21 11:58 AM, Simon Hobson wrote:
> > Mark Mc Nicholas <mark...@section9.ie> wrote:
> >
> >> Thanks for the suggestion however Thomas has confirmed the issue is
> that BOOTP packets don't go through classification.
> > Bootp is still around ?
> >
> > Are these the only devices that will use bootp ? If so, then one work
> around would be to give them their own pool (where you can set next-server)
> and deny bootp for all other pools.
> >
> > Simon
> >
> > _______________________________________________
> > ISC funds the development of this software with paid support
> subscriptions. Contact us at https://www.isc.org/contact/ for more
> information.
> >
> > dhcp-users mailing list
> > dhcp-users@lists.isc.org
> > https://lists.isc.org/mailman/listinfo/dhcp-users
>
> _______________________________________________
> ISC funds the development of this software with paid support
> subscriptions. Contact us at https://www.isc.org/contact/ for more
> information.
>
> dhcp-users mailing list
> dhcp-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users
>


-- 
Begin at the beginning,and go on till you come to the end: then stop.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.isc.org/pipermail/dhcp-users/attachments/20210105/caa62e7b/attachment-0001.htm>

------------------------------

Message: 4
Date: Tue, 5 Jan 2021 12:50:16 -0500 (EST)
From: perl-list <perl-l...@network1.net>
To: Users of ISC DHCP <dhcp-users@lists.isc.org>
Subject: Re: Vendor Specific Information (DHCP Option 43)
Message-ID:
        <564853977.2199255.1609869016841.javamail.zim...@network1.net>
Content-Type: text/plain; charset=utf-8

Its pretty easy.

option space <some name>;
option <some name>.<some name 2> code <code #> = <data type>;
option <some name>.<some name 2> "http://IPADDRESS:port/";;

Here is a practical example from a Calix ACS URL (distribution of tr69 URL via 
DHCP):

option space CALIXGS;
option CALIXGS.acs-url code 1 = text;
option CALIXGS.acs-url 
"https://gcs14.calix.com:8443/123adskfjalskdf1/2kjakldfow";;

----- Original Message -----
> From: "boomer_sooner_88" <jordanspcrep...@gmail.com>
> To: "Users of ISC DHCP" <dhcp-users@lists.isc.org>
> Sent: Tuesday, January 5, 2021 11:53:02 AM
> Subject: Vendor Specific Information (DHCP Option 43)

> I need to know if I can configure Vendor Specific Informatiton (DHCP Option
> 43) on ISC DHCP. Not sure exactly how to do this on ISC DHCP, but I can do
> this without problem on Windows DHCP Server.

> I need to convert "http://IPADDRESS:port/"; to Binary for the Option 43
> Value.

> Thanks!

> --
> Sent from: http://isc-dhcp-users.2343191.n4.nabble.com/
> _______________________________________________
> ISC funds the development of this software with paid support subscriptions.
> Contact us at https://www.isc.org/contact/ for more information.

> dhcp-users mailing list
> dhcp-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users


------------------------------

Subject: Digest Footer

_______________________________________________
ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.

dhcp-users mailing list
dhcp-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/dhcp-users


------------------------------

End of dhcp-users Digest, Vol 147, Issue 5
******************************************

Reply via email to