]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Merge branch 'trac3429'
authorTomek Mrugalski <tomasz@isc.org>
Wed, 27 Aug 2014 18:45:12 +0000 (20:45 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 27 Aug 2014 18:45:12 +0000 (20:45 +0200)
1  2 
doc/guide/ddns.xml
doc/guide/quickstart.xml

Simple merge
index c67c1aac8483d4540d0c90e46b91c951d90905ab,5676a58cfd870e1b69f1c0d357147b31dbdbd704..0b1d6cc9d045786130982d675cfdc061a2455923
@@@ -96,26 -99,22 +96,31 @@@ $ <userinput>./configure [your extra pa
          </listitem>
  
          <listitem>
 -         <para>Test it; for example, use the
 -         <ulink url="http://www.isc.org/downloads/DHCP/">ISC DHCP client</ulink>
 -         to send DHCPv6 queries to the server and verify that the client receives a
 -         configuration from the server:
 -            <screen>$ <userinput>dhclient -6 eth0</userinput></screen>
 -         </para>
 -        </listitem>
 -        </orderedlist>
 +          <para>
 +            Stop running server(s):
 +            <screen># <userinput>keactrl stop</userinput></screen>
 +          </para>
          </listitem>
        </orderedlist>
+       <para>
+         For more system specific installation procedures, you may want to visit
+         <ulink url="http://kea.isc.org/wiki/SystemSpecificNotes">System specific notes</ulink>,
+         available on <ulink url="http://kea.isc.org/">Kea homepage</ulink>.
+       </para>
  
 +      <para>The details of <command>keactrl</command> script usage can be found
 +      in <xref linkend="keactrl"/>.</para>
 +    </section>
 +
 +    <section id="quick-start-direct-run">
 +      <title>Running Kea servers directly</title>
 +      <para>Kea servers can be started directly (without a need to use
 +      <command>keactrl</command>). To start DHCPv4 server run the following
 +      commmand:
 +      <screen># <userinput>kea-dhcp4 -c /path/to/your/kea4/config/file.json</userinput></screen>
 +      And, to start the DHCPv6 server run the following command:
 +      <screen># <userinput>kea-dhcp6 -c /path/to/your/kea6/config/file.json</userinput></screen>
 +    </para>
      </section>
  
    </chapter>