Merge pull request #1621 from ssimpson89/update-dnsmasq

Update dnsmasq Documentation
This commit is contained in:
Christian Goll
2025-01-13 08:49:08 +01:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Improved syncuser conflict help text. #1614
- Parallelized overlay build. #1018
- Parallelized and optimized overlay build. #1018
- Added note about dnsmasq interface options in Rocky 9.
### Removed

View File

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