Merge pull request #1621 from ssimpson89/update-dnsmasq
Update dnsmasq Documentation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user