From 79b2338c037bf9cedca89aaba51d54698486cd6c Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Thu, 26 Nov 2015 17:27:57 +0100 Subject: [PATCH] [3569] User's guide updated (currently disabled) --- doc/guide/dhcp4-srv.xml | 74 +++++++++++++++++++++++++++++++++++++--- doc/guide/dhcp6-srv.xml | 75 ++++++++++++++++++++++++++++++++++++++--- 2 files changed, 139 insertions(+), 10 deletions(-) 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 -- 2.47.2