hello forum !
any configuration to manage multiple gateway in dhcpd scope
e.g
ddns-update-style interim;
dynamic-bootp-lease-length 86400;
max-lease-time 604800;
default-lease-time 604800;
subnet 10.10.1.0 netmask 255.255.255.0 {
option routers 10.10.1.1;
option subnet-mask 255.255.255.0;
option broadcast-address 10.10.1.255;
option nis-domain "xxx.com";
option domain-name "xxx.com";
option domain-name-servers 10.10.1.1;
option time-offset -18000;
authoritative;
option ntp-servers 10.10.1.1;
option netbios-name-servers 10.10.1.1;
option netbios-node-type 2;
range 10.10.1.40 10.10.1.254; }
this configuration apply client gateway 10.10.1.1 now i have client to fix using mac binding to select different
host servolinx {
next-server dhcp;
hardware ethernet 00:C0:26:78

3:03;
fixed-address 10.10.1.10;
gateway allocate to this mac 10.10.1.2 is this posible ? please right down script