From: Tomek Mrugalski Date: Wed, 27 Aug 2014 18:45:12 +0000 (+0200) Subject: Merge branch 'trac3429' X-Git-Tag: trac3482_base~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=135e6a4536984e064b3407bcdf33991635f49455;p=thirdparty%2Fkea.git Merge branch 'trac3429' --- 135e6a4536984e064b3407bcdf33991635f49455 diff --cc doc/guide/quickstart.xml index c67c1aac84,5676a58cfd..0b1d6cc9d0 --- a/doc/guide/quickstart.xml +++ b/doc/guide/quickstart.xml @@@ -96,26 -99,22 +96,31 @@@ $ ./configure [your extra pa - Test it; for example, use the - ISC DHCP client - to send DHCPv6 queries to the server and verify that the client receives a - configuration from the server: - $ dhclient -6 eth0 - - - + + Stop running server(s): + # keactrl stop + + + For more system specific installation procedures, you may want to visit + System specific notes, + available on Kea homepage. + + The details of keactrl script usage can be found + in . + + +
+ Running Kea servers directly + Kea servers can be started directly (without a need to use + keactrl). To start DHCPv4 server run the following + commmand: + # kea-dhcp4 -c /path/to/your/kea4/config/file.json + And, to start the DHCPv6 server run the following command: + # kea-dhcp6 -c /path/to/your/kea6/config/file.json +