source: networking/connect/dhcp.xml@ 7241b26

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 7241b26 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 18.6 KB
RevLine 
[0931098]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[0931098]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[697cb83f]6
[f01ae5f]7 <!ENTITY dhcp-download-http "https://ftp.isc.org/isc/dhcp/&dhcp-version;/dhcp-&dhcp-version;.tar.gz">
[697cb83f]8 <!ENTITY dhcp-download-ftp "ftp://ftp.isc.org/isc/dhcp/&dhcp-version;/dhcp-&dhcp-version;.tar.gz">
[1e33d3b7]9 <!ENTITY dhcp-md5sum "36c6ca77212373b0cff478ae9e5d32af">
[7637013]10 <!ENTITY dhcp-size "9.6 MB">
[1e33d3b7]11 <!ENTITY dhcp-buildsize "199 MB">
[7637013]12 <!ENTITY dhcp-time "0.7 SBU">
[0931098]13]>
14
[40330fcd]15<sect1 id="dhcp" xreflabel="DHCP-&dhcp-version;">
[6ad98e12]16 <?dbhtml filename="dhcp.html"?>
17
18
19 <title>DHCP-&dhcp-version;</title>
20
21 <indexterm zone="dhcp">
[697cb83f]22 <primary sortas="a-DHCP">DHCP</primary>
[6ad98e12]23 </indexterm>
24
25 <sect2 role="package">
[697cb83f]26 <title>Introduction to ISC DHCP</title>
[6ad98e12]27
[697cb83f]28 <para>
[138bdf6]29 The <application>ISC DHCP</application> package contains both the client
30 and server programs for DHCP. <command>dhclient</command> (the client) is
[697cb83f]31 used for connecting to a network which uses DHCP to assign network
32 addresses. <command>dhcpd</command> (the server) is used for assigning
33 network addresses on private networks.
34 </para>
[6ad98e12]35
[fe33e3f]36 &lfs112_checked;
[fa3e12e1]37
[6ad98e12]38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
[697cb83f]41 <para>
42 Download (HTTP): <ulink url="&dhcp-download-http;"/>
43 </para>
[6ad98e12]44 </listitem>
45 <listitem>
[697cb83f]46 <para>
47 Download (FTP): <ulink url="&dhcp-download-ftp;"/>
48 </para>
[6ad98e12]49 </listitem>
50 <listitem>
[697cb83f]51 <para>
52 Download MD5 sum: &dhcp-md5sum;
53 </para>
[6ad98e12]54 </listitem>
55 <listitem>
[697cb83f]56 <para>
57 Download size: &dhcp-size;
58 </para>
[6ad98e12]59 </listitem>
60 <listitem>
[697cb83f]61 <para>
62 Estimated disk space required: &dhcp-buildsize;
63 </para>
[6ad98e12]64 </listitem>
65 <listitem>
[697cb83f]66 <para>
67 Estimated build time: &dhcp-time;
68 </para>
[6ad98e12]69 </listitem>
70 </itemizedlist>
[d60f0d5]71<!--
[413bf97]72 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[697cb83f]73 <itemizedlist spacing="compact">
[b89d0335]74 <listitem>
[697cb83f]75 <para>
[54f740f]76 Required patch:
[9885c0be]77 <ulink url="&patch-root;/dhcp-&dhcp-version;-client_script-1.patch"/>
[697cb83f]78 </para>
[b89d0335]79 </listitem>
[413bf97]80 <listitem>
[697cb83f]81 <para>
[54f740f]82 Optional patch:
[697cb83f]83 <ulink url="&patch-root;/dhcp-&dhcp-version;-missing_ipv6-1.patch"/>
84 </para>
[413bf97]85 </listitem>
86 </itemizedlist>
[d60f0d5]87-->
[3cb0c57]88 <para condition="html" role="usernotes">User Notes:
[697cb83f]89 <ulink url="&blfs-wiki;/dhcp"/>
90 </para>
[6ad98e12]91 </sect2>
92
[697cb83f]93 <sect2 role="kernel" id="dhcp-kernel">
[6ad98e12]94 <title>Kernel Configuration</title>
95
[697cb83f]96 <para>
[321c5a2]97 You must have Packet Socket support. IPv6 support is optional.
[196d393]98 </para>
99
[321c5a2]100<screen><literal>[*] Networking support ---&gt; [CONFIG_NET]
[196d393]101 Networking options ---&gt;
[321c5a2]102 &lt;*&gt; Packet socket [CONFIG_PACKET]
103 &lt;*&gt; The IPv6 Protocol ---&gt; [CONFIG_IPV6]</literal></screen>
104<!--
[196d393]105 <para>
106 If you do not have IPv6 support:
107 </para>
108
[321c5a2]109<screen><literal>[*] Networking support - - -&gt; [CONFIG_NET]
110 Networking Options - - -&gt;
111 &lt;*&gt; The IPv6 Protocol - - -&gt; [CONFIG_IPV6]</literal></screen>
[196d393]112
113 <para>
114 compiled in, then you must use the <quote>missing_ipv6</quote> patch.
[697cb83f]115 </para>
[321c5a2]116-->
[6ad98e12]117 <indexterm zone="dhcp dhcp-kernel">
[697cb83f]118 <primary sortas="d-DHCP">DHCP</primary>
[6ad98e12]119 </indexterm>
120
121 </sect2>
122
123 <sect2 role="installation">
[697cb83f]124 <title>Installation of ISC DHCP</title>
[6ad98e12]125
[7a38222]126<!-- Not needed when building DHCP-4.4.3.
[5fccdfc]127 <para>
128 First, fix a build issue with GCC 10 and later:
129 </para>
130
131<screen><userinput>sed -i '/o.*dhcp_type/d' server/mdb.c &amp;&amp;
132sed -r '/u.*(local|remote)_port/d' \
133 -i client/dhclient.c \
134 relay/dhcrelay.c</userinput></screen>
[7a38222]135-->
[3f7242a4]136 <note>
137 <para>
138 This package does not support parallel build.
139 </para>
140 </note>
[d60f0d5]141<!-- This should not be needed any more. Visual check appears to handle it.
[697cb83f]142 <para>
143 If you have not compiled IPv6 support into the kernel, apply the
144 missing_ipv6 patch:
145 </para>
[b89d0335]146
[fa3e12e1]147<screen><userinput>patch -Np1 -i ../dhcp-&dhcp-version;-missing_ipv6-1.patch</userinput></screen>
[d60f0d5]148-->
[b33c421]149 <note>
150 <para>
151 Be careful with the instructions below. The single and
[edf9f584]152 double quotes are important because the defined
[b33c421]153 variables are used verbatim in the code.
154 </para>
155 </note>
[76b71ab]156
[b33c421]157 <para>
158 Install <application>ISC DHCP</application> by running
159 the following commands:
160 </para>
[6ad98e12]161
[44fc64d]162<!--
163 Running ( export CFLAGS=... ./configure ... ) in a subshell
164 preserves CFLAGS if they are set in environment
165-->
[0e1ef1c]166<screen><userinput>( export CFLAGS="${CFLAGS:--g -O2} -Wall -fno-strict-aliasing \
[095d076]167 -D_PATH_DHCLIENT_SCRIPT='\"/usr/sbin/dhclient-script\"' \
[697cb83f]168 -D_PATH_DHCPD_CONF='\"/etc/dhcp/dhcpd.conf\"' \
[f77c63d0]169 -D_PATH_DHCLIENT_CONF='\"/etc/dhcp/dhclient.conf\"'" &amp;&amp;
[d60f0d5]170
[697cb83f]171./configure --prefix=/usr \
172 --sysconfdir=/etc/dhcp \
173 --localstatedir=/var \
174 --with-srv-lease-file=/var/lib/dhcpd/dhcpd.leases \
175 --with-srv6-lease-file=/var/lib/dhcpd/dhcpd6.leases \
176 --with-cli-lease-file=/var/lib/dhclient/dhclient.leases \
[44fc64d]177 --with-cli6-lease-file=/var/lib/dhclient/dhclient6.leases
178) &amp;&amp;
[3f7242a4]179make -j1</userinput></screen>
[697cb83f]180
181 <para>
[d60f0d5]182 <!-- Note: make check builds a library, but otherwise does nothing. -->
[1b777da]183 This package does not come with a test suite.
[697cb83f]184 </para>
185
186 <para>
187 If you only want to install the <application>ISC DHCP</application> client,
188 issue the following commands as the
189 <systemitem class="username">root</systemitem> user:
190 </para>
191
[095d076]192<screen role="root"><userinput>make -C client install &amp;&amp;
193install -v -m755 client/scripts/linux /usr/sbin/dhclient-script</userinput></screen>
[fa3e12e1]194
[697cb83f]195 <para>
[138bdf6]196 Skip to <xref linkend="dhclient-config"/> in order to configure the
197 client
[697cb83f]198 </para>
[6ad98e12]199
[697cb83f]200 <para>
201 If you only want to install the <application>ISC DHCP</application> server,
202 issue the following command as the
203 <systemitem class="username">root</systemitem> user:
204 </para>
[fa3e12e1]205
[697cb83f]206<screen role="root"><userinput>make -C server install</userinput></screen>
[fa3e12e1]207
[697cb83f]208 <para>
209 Skip to <xref linkend="dhcpd-config"/> in order to configure the server.
210 </para>
[275b1da]211
[697cb83f]212 <para>
213 Alternatively, you can install whole package which includes the client,
214 server, relay, static libraries and development headers by running the
215 following commands as the
216 <systemitem class="username">root</systemitem> user:
217 </para>
[04a6794]218
[095d076]219<screen role="root"><userinput>make install &amp;&amp;
220install -v -m755 client/scripts/linux /usr/sbin/dhclient-script</userinput></screen>
[fa3e12e1]221
[697cb83f]222 </sect2>
[fa3e12e1]223
[697cb83f]224 <sect2 role="configuration">
225 <title>Configuring ISC DHCP</title>
[fa3e12e1]226
[697cb83f]227 <sect3 id="dhcp-config">
228 <title>Config Files</title>
[fa3e12e1]229
[697cb83f]230 <para>
231 <filename>/etc/dhcp/dhclient.conf</filename> and
232 <filename>/etc/dhcp/dhcpd.conf</filename>
233 </para>
[0931098]234
[697cb83f]235 <indexterm zone="dhcp dhcp-config">
236 <primary sortas="e-etc-dhcp-dhclient.conf">/etc/dhcp/dhclient.conf</primary>
237 </indexterm>
[0931098]238
[697cb83f]239 <indexterm zone="dhcp dhcp-config">
240 <primary sortas="e-etc-dhcp-dhcpd.conf">/etc/dhcp/dhcpd.conf</primary>
241 </indexterm>
[0931098]242
[697cb83f]243 </sect3>
[fa3e12e1]244
[138bdf6]245 <sect3 id="dhclient-config">
[697cb83f]246 <title>Client Configuration</title>
247
248 <para>
[f77c63d0]249 Create a basic <filename>/etc/dhcp/dhclient.conf</filename>
[697cb83f]250 by running the following command as the
251 <systemitem class="username">root</systemitem> user:
252 </para>
253
[37f4f30]254<screen role="root"><userinput>install -vdm755 /etc/dhcp &amp;&amp;
255cat &gt; /etc/dhcp/dhclient.conf &lt;&lt; "EOF"
[697cb83f]256<literal># Begin /etc/dhcp/dhclient.conf
257#
258# Basic dhclient.conf(5)
259
260#prepend domain-name-servers 127.0.0.1;
261request subnet-mask, broadcast-address, time-offset, routers,
262 domain-name, domain-name-servers, domain-search, host-name,
263 netbios-name-servers, netbios-scope, interface-mtu,
264 ntp-servers;
265require subnet-mask, domain-name-servers;
266#timeout 60;
267#retry 60;
268#reboot 10;
269#select-timeout 5;
270#initial-interval 2;
271
272# End /etc/dhcp/dhclient.conf</literal>
273EOF</userinput></screen>
[fa3e12e1]274
[697cb83f]275 <para>
276 See <command>man 5 dhclient.conf</command> for additional options.
277 </para>
[fa3e12e1]278
[697cb83f]279 <para>
280 Now create the <filename class="directory">/var/lib/dhclient</filename>
281 directory which will contain DHCP Client leases by running the following
282 command as the <systemitem class="username">root</systemitem> user:
283 </para>
[fa3e12e1]284
[697cb83f]285<screen role="root"><userinput>install -v -dm 755 /var/lib/dhclient</userinput></screen>
[fa3e12e1]286
[138bdf6]287 <para id="dhclient-service-sysd" revision="systemd">
288 If you want to configure network interfaces at boot using
289 <command>dhclient</command>, you need to install the
290 <filename>dhclient@.service</filename> unit included in the
291 <xref linkend="systemd-units"/> package by running the following
292 command as the <systemitem class="username">root</systemitem> user:
293 </para>
294
295 <indexterm zone="dhcp dhclient-service-sysd" revision="systemd">
296 <primary sortas="f-dhclient">dhclient@.service</primary>
297 </indexterm>
298
[8558044]299<screen role="root" revision="systemd"><userinput>make install-dhclient</userinput></screen>
[138bdf6]300
301 <note revision="systemd">
302 <para>
303 Make sure that you disable the <command>systemd-networkd</command>
304 service or configure it not to manage the interfaces you want to
305 manage with <command>dhclient</command>.
306 </para>
307 </note>
308
[697cb83f]309 <para>
310 At this point you can test if <command>dhclient</command> is
311 behaving as expected by running the following command as the
312 <systemitem class="username">root</systemitem> user:
313 </para>
[0931098]314
[1d083343]315<screen role="root"
316 remap="test"
317 revision="sysv"><userinput>dhclient <replaceable>&lt;eth0&gt;</replaceable></userinput></screen>
[0931098]318
[1d083343]319<screen role="root"
320 remap="test"
321 revision="systemd"><userinput>systemctl start dhclient@<replaceable>eth0</replaceable></userinput></screen>
[138bdf6]322
323 <para revision="sysv">
[697cb83f]324 Replace <replaceable>&lt;eth0&gt;</replaceable> with your
325 desired interface. If you want more verbose output, add the
326 <command>-v</command> parameter to the command above.
327 </para>
[0931098]328
[138bdf6]329 <para id="dhclient-service" revision="sysv">
[697cb83f]330 If you want to configure network interfaces at boot using
331 <command>dhclient</command>, you need to install the
332 <filename>/lib/services/dhclient</filename> script
333 included in <xref linkend="bootscripts"/> package:
334 </para>
[04a6794]335
[138bdf6]336<screen role="root" revision="sysv"><userinput>make install-service-dhclient</userinput></screen>
[04a6794]337
[138bdf6]338 <indexterm zone="dhcp dhclient-service" revision="sysv">
[697cb83f]339 <primary sortas="f-dhclient">dhclient (service script)</primary>
[6ad98e12]340 </indexterm>
[04a6794]341
[138bdf6]342 <para id="dhclient-ifconfig" revision="sysv">
[697cb83f]343 Next, create the <filename>/etc/sysconfig/ifconfig.eth0</filename>
344 configuration file with the following commands as the
345 <systemitem class="username">root</systemitem> user:
346 </para>
347
[138bdf6]348<screen role="root" revision="sysv"><userinput>cat &gt; /etc/sysconfig/ifconfig.eth0 &lt;&lt; "EOF"
[697cb83f]349<literal>ONBOOT="yes"
350IFACE="eth0"
351SERVICE="dhclient"
352DHCP_START=""
353DHCP_STOP=""
354
355# Set PRINTIP="yes" to have the script print
356# the DHCP assigned IP address
357PRINTIP="no"
358
359# Set PRINTALL="yes" to print the DHCP assigned values for
360# IP, SM, DG, and 1st NS. This requires PRINTIP="yes".
361PRINTALL="no"</literal>
362EOF</userinput></screen>
363
[138bdf6]364 <indexterm zone="dhcp dhclient-ifconfig" revision="sysv">
[697cb83f]365 <primary sortas="e-etc-sysconfig-...-dhclient">/etc/sysconfig/ifconfig.eth0</primary>
[6ad98e12]366 </indexterm>
[0931098]367
[138bdf6]368 <para revision="sysv">
[697cb83f]369 Adjust the file to suit your needs.
370 </para>
[0931098]371
[138bdf6]372 <para revision="sysv">
[697cb83f]373 For more information on the appropriate <envar>DHCP_START</envar>
374 and <envar>DHCP_STOP</envar> values see
375 <command>man 8 dhclient</command>.
376 </para>
[0931098]377
[138bdf6]378 <para revision="systemd">
379 To start <command>dhclient</command> on a specific interface
380 at boot, enable the previously installed systemd unit by
381 running the following command as the
382 <systemitem class="username">root</systemitem> user:
383 </para>
[0931098]384
[138bdf6]385<screen role="root" revision="systemd"><userinput>systemctl enable dhclient@<replaceable>eth0</replaceable></userinput></screen>
386
387 <para revision="systemd">
388 Replace <replaceable>eth0</replaceable> with the actual interface name.
389 </para>
[3c7bd00]390
391 </sect3>
392
[697cb83f]393 <sect3 id="dhcpd-config">
394 <title>Server Configuration</title>
[4774914f]395
[697cb83f]396 <para>
397 Note that you only need the DHCP server if you want to issue
398 LAN addresses over your network. The DHCP client doesn't need
399 the server in order to function properly.
400 </para>
[04a6794]401
[697cb83f]402 <para>
403 Start with creating <filename>/etc/dhcp/dhcpd.conf</filename>
404 by running the following command as the
405 <systemitem class="username">root</systemitem> user:
406 </para>
[0931098]407
[697cb83f]408<screen role="root"><userinput>cat &gt; /etc/dhcp/dhcpd.conf &lt;&lt; "EOF"
409<literal># Begin /etc/dhcp/dhcpd.conf
410#
411# Example dhcpd.conf(5)
[0931098]412
[9fe7d58]413# Use this to enable / disable dynamic dns updates globally.
[697cb83f]414ddns-update-style none;
[0931098]415
[697cb83f]416# option definitions common to all supported networks...
417option domain-name "example.org";
418option domain-name-servers ns1.example.org, ns2.example.org;
[0931098]419
[697cb83f]420default-lease-time 600;
421max-lease-time 7200;
[6ad98e12]422
[697cb83f]423# This is a very basic subnet declaration.
424subnet 10.254.239.0 netmask 255.255.255.224 {
425 range 10.254.239.10 10.254.239.20;
426 option routers rtr-239-0-1.example.org, rtr-239-0-2.example.org;
427}
[0931098]428
[697cb83f]429# End /etc/dhcp/dhcpd.conf</literal>
[6ad98e12]430EOF</userinput></screen>
431
[697cb83f]432 <para>
433 Adjust the file to suit your needs. See
434 <command>man 5 dhcpd.conf</command> for additional options.
435 </para>
436
[db19db1]437<!-- the "touch..." is needed according to dhcpd.leases(5) -->
[697cb83f]438 <para>
[db19db1]439 Now create the <filename>/var/lib/dhcpd/dhcpd.leases</filename>
[697cb83f]440 directory which will contain DHCP Server leases by running the following
[db19db1]441 commands as the <systemitem class="username">root</systemitem> user:
[697cb83f]442 </para>
443
[db19db1]444<screen role="root"><userinput>install -v -dm 755 /var/lib/dhcpd &amp;&amp;
445touch /var/lib/dhcpd/dhcpd.leases</userinput></screen>
[697cb83f]446
447 <para>
[138bdf6]448 If you want to start the DHCP Server at boot, install the
449 <phrase revision="sysv"><filename>/etc/rc.d/init.d/dhcpd</filename>
[176c77e0]450 init script</phrase>
[138bdf6]451 <phrase revision="systemd"><filename>dhcpd.service</filename>
452 unit</phrase> included in the
[3c7bd00]453 <xref linkend="bootscripts" revision="sysv"/>
454 <xref linkend="systemd-units" revision="systemd"/>
[697cb83f]455 package:
456 </para>
457
458<screen role="root"><userinput>make install-dhcpd</userinput></screen>
459
460 <indexterm zone="dhcp dhcpd-config">
461 <primary sortas="f-dhcpd">dhcpd</primary>
462 </indexterm>
463
464 <para>
465 You will need to edit the
[138bdf6]466 <phrase revision="sysv"><filename>/etc/sysconfig/dhcpd</filename></phrase>
467 <phrase revision="systemd"><filename>/etc/default/dhcpd</filename></phrase>
468 in order to set the interface on which <command>dhcpd</command>
[697cb83f]469 will serve the DHCP requests.
470 </para>
[6ad98e12]471
472 </sect3>
473
474 </sect2>
475
476 <sect2 role="content">
477 <title>Contents</title>
478
479 <segmentedlist>
480 <segtitle>Installed Programs</segtitle>
481 <segtitle>Installed Libraries</segtitle>
482 <segtitle>Installed Directories</segtitle>
483
484 <seglistitem>
[697cb83f]485 <seg>
486 dhclient, dhclient-script, dhcpd, dhcrelay and omshell
487 </seg>
488 <seg>
[f77c63d0]489 libdhcpctl.a and libomapi.a
[697cb83f]490 </seg>
491 <seg>
[03f254d]492 /etc/dhcp,
[697cb83f]493 /usr/include/dhcpctl,
494 /usr/include/isc-dhcp,
495 /usr/include/omapip,
496 /var/lib/dhclient and
497 /var/lib/dhcpd
498 </seg>
[6ad98e12]499 </seglistitem>
500 </segmentedlist>
501
502 <variablelist>
503 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
504 <?dbfo list-presentation="list"?>
505 <?dbhtml list-presentation="table"?>
506
507 <varlistentry id="dhclient">
508 <term><command>dhclient</command></term>
509 <listitem>
[697cb83f]510 <para>
[4c24eb0a]511 is the implementation of the DHCP client
[697cb83f]512 </para>
[6ad98e12]513 <indexterm zone="dhcp dhclient">
514 <primary sortas="b-dhclient">dhclient</primary>
515 </indexterm>
516 </listitem>
517 </varlistentry>
518
[fa3e12e1]519 <varlistentry id="dhclient-script">
520 <term><command>dhclient-script</command></term>
521 <listitem>
[697cb83f]522 <para>
523 is used by dhclient to (re)configure interfaces. It can make
[4c24eb0a]524 extra changes by invoking custom dhclient-{entry,exit}-hooks
[697cb83f]525 </para>
[fa3e12e1]526 <indexterm zone="dhcp dhclient-script">
527 <primary sortas="b-dhclient-script">dhclient-script</primary>
528 </indexterm>
529 </listitem>
530 </varlistentry>
531
[6ad98e12]532 <varlistentry id="dhcpd">
533 <term><command>dhcpd</command></term>
534 <listitem>
[697cb83f]535 <para>
536 implements Dynamic Host Configuration Protocol (DHCP) and
537 Internet Bootstrap Protocol (BOOTP) requests for network
[4c24eb0a]538 addresses
[697cb83f]539 </para>
[6ad98e12]540 <indexterm zone="dhcp dhcpd">
541 <primary sortas="b-dhcpd">dhcpd</primary>
542 </indexterm>
543 </listitem>
544 </varlistentry>
545
546 <varlistentry id="dhcrelay">
547 <term><command>dhcrelay</command></term>
548 <listitem>
[697cb83f]549 <para>
550 provides a means to accept DHCP and BOOTP requests on a subnet
551 without a DHCP server and relay them to a DHCP server on another
[4c24eb0a]552 subnet
[697cb83f]553 </para>
[6ad98e12]554 <indexterm zone="dhcp dhcrelay">
555 <primary sortas="b-dhcrelay">dhcrelay</primary>
556 </indexterm>
557 </listitem>
558 </varlistentry>
559
560 <varlistentry id="omshell">
561 <term><command>omshell</command></term>
562 <listitem>
[697cb83f]563 <para>
564 provides an interactive way to connect to, query and
565 possibly change the ISC DHCP Server's state via OMAPI, the
[4c24eb0a]566 Object Management API
[697cb83f]567 </para>
[6ad98e12]568 <indexterm zone="dhcp omshell">
569 <primary sortas="b-omshell">omshell</primary>
570 </indexterm>
571 </listitem>
572 </varlistentry>
573
574 </variablelist>
575
576 </sect2>
[04a6794]577
[f45b1953]578</sect1>
Note: See TracBrowser for help on using the repository browser.