From: Tomek Mrugalski Date: Fri, 11 Oct 2013 18:17:32 +0000 (+0200) Subject: [3191] User's Guide updated X-Git-Tag: bind10-1.2.0beta1-release~102^2~59^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e98ccfe63db14be0d9a027797ffd75885b296969;p=thirdparty%2Fkea.git [3191] User's Guide updated --- diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index 83c50b6a30..36fd6d54e5 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -4388,6 +4388,27 @@ Dhcp4/subnet4 [] list (default) +
+ Next server (siaddr) + In some cases, clients want to obtain configuration form the TFTP server. + Although there is a dedicated option for it, some devices may use siaddr field + in the DHCPv4 packet for that purpose. That specific field can be configured + using next-server directive. It is possible to define it in global scope or + for a given subnet only. If both are defined, subnet value takes precedence. + + + +> config add Dhcp4/next-server +> config set Dhcp4/next-server "192.0.2.123" +> config commit + +> config add Dhcp4/subnet[0]/next-server +> config set Dhcp4/subnet[0]/next-server "192.0.2.234" +> config commit + + +
+
Supported Standards The following standards and draft standards are currently