From: Tomek Mrugalski Date: Thu, 26 Nov 2015 16:27:57 +0000 (+0100) Subject: [3569] User's guide updated (currently disabled) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79b2338c037bf9cedca89aaba51d54698486cd6c;p=thirdparty%2Fkea.git [3569] User's guide updated (currently disabled) --- diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index e4a9c16094..7f1be2c43b 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -425,17 +425,17 @@ be followed by a comma and another object definition.
- Database Configuration + Lease Database Configuration - Database access information must be configured for the DHCPv4 server, - even if it has already been configured for the DHCPv6 server. The servers + Lease database access information must be configured for the DHCPv4 server, + even if it has already been configured for the DHCPv6 server. The servers store their information independently, so each server can use a separate database or both servers can use the same database. - Database configuration is controlled through the Dhcp4/lease-database - parameters. The type of the database must be set to "mysql" or "postgresql", + Lease database configuration is controlled through the Dhcp4/lease-database + parameters. The type of the database must be set to "memfile", "mysql" or "postgresql", e.g. "Dhcp4": { "lease-database": { "type": "mysql", ... }, ... } @@ -471,6 +471,70 @@ be followed by a comma and another object definition.
+ +
Interface configuration The DHCPv4 server has to be configured to listen on specific network diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 3aad8b1216..c5f3d30cca 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -424,18 +424,18 @@ be followed by a comma and another object definition.
- Database Configuration + Lease Database Configuration - Database access information must be configured for the DHCPv6 server, + Lease database access information must be configured for the DHCPv6 server, even if it has already been configured for the DHCPv4 server. The servers store their information independently, so each server can use a separate database or both servers can use the same database. - Database configuration is controlled through the Dhcp6/lease-database - parameters. The type of the database must be set to "mysql" or "postgresql", - e.g. + Lease database configuration is controlled through the + Dhcp6/lease-database parameters. The type of the database must be set to + "memfile", "mysql" or "postgresql", e.g. "Dhcp6": { "lease-database": { "type": "mysql", ... }, ... } @@ -470,6 +470,71 @@ be followed by a comma and another object definition.
+ + +
Interface selection The DHCPv6 server has to be configured to listen on specific network