|
From: Pat E. <pe...@gm...> - 2016-09-21 09:57:07
|
i imported a dhcp configuration to a server. the configuration is working
and appears in webmin, but this defined group is empty. is there something
confusing the webmin parser?
group {
option routers 1.2.3.1;
option domain-name-servers 1.2.3.1;
option ntp-servers 1.2.3.1;
default-lease-time 1800;
max-lease-time 7200;
group {
next-server 1.2.3.1;
option tftp-server-name "1.2.3.1";
host host1.domain.com {
hardware ethernet 11:22:33:B3:2F:44;
fixed-address 1.2.3.5;
}
host host2.domain.com {
hardware ethernet 11:22:33:A3:75:97;
fixed-address 1.2.3.3;
}
host host3.domain.com {
hardware ethernet 11:22:33:B3:67:53;
fixed-address 1.2.3.4;
}
}
}
--
|