Turning off
Philip Prindeville
philipp_subx at redfish-solutions.com
Fri Jul 31 18:38:05 UTC 2020
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
More information about the dhcp-workers
mailing list