</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>