Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
2a7a7dd9
Commit
2a7a7dd9
authored
Jun 18, 2014
by
Stephen Morris
Browse files
[3418] Minor changes to the QuickStart text made during review.
parent
cf1ea90a
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/guide/quickstart.xml
View file @
2a7a7dd9
...
...
@@ -35,7 +35,7 @@
</listitem>
<listitem>
<para>
Go into the source and run configure:
<para>
Go into the source
directory
and run
the
configure
script
:
<screen>
$
<userinput>
cd kea
</userinput>
$
<userinput>
autoreconf --install
</userinput>
$
<userinput>
./configure [your extra parameters]
</userinput></screen>
...
...
@@ -56,9 +56,13 @@ $ <userinput>./configure [your extra parameters]</userinput></screen>
</listitem>
<listitem>
<para>
Edit your configuration file for DHCPv4. See doc/examples/kea4
for a set of examples.
</para>
<para>
If you wish to run a DHCP server for IPv4, you need to set up and start
the b10-dhcp4 server:
</para>
<orderedlist>
<listitem>
<para>
Edit your configuration file for DHCPv4.
<xref
linkend=
"dhcp4-configuration"
/>
describes the configuration choices available; example DHCPv4 configuration can be found in
doc/examples/kea4.
</para>
</listitem>
<listitem>
...
...
@@ -75,11 +79,17 @@ $ <userinput>./configure [your extra parameters]</userinput></screen>
<screen>
$
<userinput>
dhclient -4 eth0
</userinput></screen>
</para>
</listitem>
</orderedlist>
</listitem>
<listitem>
<para>
Edit your configuration file for DHCPv6. See doc/examples/kea6
for a set of examples.
</para>
<para>
If you wish to run a DHCP server for IPv6, you need to set up and start
the b10-dhcp6 server:
</para>
<orderedlist>
<listitem>
<para>
Edit your configuration file for DHCPv6.
<xref
linkend=
"dhcp6-configuration"
/>
describes the configuration ch, and some example DHCPv6 configuration can be found in
doc/examples/kea6.
</para>
</listitem>
<listitem>
...
...
@@ -96,8 +106,8 @@ $ <userinput>./configure [your extra parameters]</userinput></screen>
<screen>
$
<userinput>
dhclient -6 eth0
</userinput></screen>
</para>
</listitem>
</orderedlist>
</listitem>
</orderedlist>
</section>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment