Turning off subnet options

Philip Prindeville philipp_subx at redfish-solutions.com
Fri Jul 31 19:32:07 UTC 2020


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



More information about the dhcp-workers mailing list