Skip to content

Commit

Permalink
Update main docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 13, 2025
1 parent 57fdc7f commit 5b7267e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions static/docs/main/_sources/contents/dnsmasq.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ After the installation you have to instruct ``warewulf`` to use ``dnsmasq`` as i
The configuration of ``dnsmasq`` doesn't need to be changed, as the default configuration includes all files with following pattern ``/etc/dnsmasq.d/*conf`` into its configuration.
This configuration is created by the overlay template ``host:/etc/dnsmasq.d/ww4-hosts.conf.ww``.

.. note::

In certain OS versions, such as Rocky Linux 9, ``dnsmasq`` is configured to listen locally via the ``interface=lo`` option by default in ``/etc/dnsmasq.conf``.
Replace this with the interface associated with your Warewulf network, or remove/comment out the interface option entirely to enable listening on all interfaces.

In order to build this template run

.. code-block:: shell
Expand Down
9 changes: 7 additions & 2 deletions static/docs/main/contents/dnsmasq.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,13 @@ <h3>Installation<a class="headerlink" href="#installation" title="Link to this h
</pre></div>
</div>
<p>The configuration of <code class="docutils literal notranslate"><span class="pre">dnsmasq</span></code> doesn’t need to be changed, as the default configuration includes all files with following pattern <code class="docutils literal notranslate"><span class="pre">/etc/dnsmasq.d/*conf</span></code> into its configuration.
This configuration is created by the overlay template <code class="docutils literal notranslate"><span class="pre">host:/etc/dnsmasq.d/ww4-hosts.conf.ww</span></code>.
In order to build this template run</p>
This configuration is created by the overlay template <code class="docutils literal notranslate"><span class="pre">host:/etc/dnsmasq.d/ww4-hosts.conf.ww</span></code>.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>In certain OS versions, such as Rocky Linux 9, <code class="docutils literal notranslate"><span class="pre">dnsmasq</span></code> is configured to listen locally via the <code class="docutils literal notranslate"><span class="pre">interface=lo</span></code> option by default in <code class="docutils literal notranslate"><span class="pre">/etc/dnsmasq.conf</span></code>.
Replace this with the interface associated with your Warewulf network, or remove/comment out the interface option entirely to enable listening on all interfaces.</p>
</div>
<p>In order to build this template run</p>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>wwctl<span class="w"> </span>overlay<span class="w"> </span>build<span class="w"> </span>-H
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion static/docs/main/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 5b7267e

Please sign in to comment.