Turning off subnet options

Pons Nicolas Nicolas.Pons at iter.org
Fri Jul 31 21:26:01 UTC 2020


as far as I remember, it is not mentioned for routers but for static routes.
since 0.0.0.0 is an invalid destination the client should then discard it.

Pons Nicolas
+33 6 03 74 36 61
Sent from my mobile device,
please excuse any typos.
________________________________
From: Philip Prindeville <philipp_subx at redfish-solutions.com>
Sent: Friday, July 31, 2020 21:32
To: Pons Nicolas
Cc: dhcp-workers at lists.isc.org
Subject: Re: Turning off subnet options

I must have missed that in the documentation.  Thanks!


> On Jul 31, 2020, at 12:59 PM, Pons Nicolas <Nicolas.Pons at iter.org> wrote:
>
> hi
> unless mistake from me
> I think you can set it to 0.0.0.0
> From: Philip Prindeville <philipp_subx at redfish-solutions.com>
> Sent: Friday, July 31, 2020 20:51
> To: dhcp-workers at lists.isc.org
> Subject: Re: Turning off subnet options
>
> Sorry, that’s what happens when my wife talks to me as I’m composing email… I mangle the subject.
>
>
> > On Jul 31, 2020, at 12:38 PM, Philip Prindeville <philipp_subx at redfish-solutions.com> wrote:
> >
> > I’ve got a config which looks like:
> >
> > authoritative;
> > log-facility daemon;
> > default-lease-time 3600;
> > max-lease-time 86400;
> > option domain-name “xyzzy.com";
> > subnet 192.168.1.0 netmask 255.255.255.0 {
> >   range 192.168.1.128 192.168.1.160;
> >   option subnet-mask 255.255.255.0;
> >   option broadcast-address 192.168.1.255;
> >   default-lease-time 43200;
> >   max-lease-time 43200;
> >   option routers 192.168.1.252;
> >   option domain-name-servers 192.168.1.252;
> >   option domain-search “xyzzy;
> >   option ntp-servers 192.168.1.40, 192.168.1.252;
> > }
> > …
> > host Pelican2-aabbccddeeff00 {
> >   hardware ethernet aa:bb:cc:dd:ee:ff:00;
> >   fixed-address 192.168.1.96;
> >   option host-name "Pelican2”;
> > }
> > …
> >
> >
> > And I want to *not* send an “routers” option to Pelican2.
> >
> > Is there a way to do this?
> >
> > He’s running VPN and I want to force his non-local traffic to flow out that way.
> >
> > Thanks.
> >
> > -Philip
> >
>
> _______________________________________________
> dhcp-workers mailing list
> dhcp-workers at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-workers

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-workers/attachments/20200731/6e809dbc/attachment.htm>


More information about the dhcp-workers mailing list