Skip to content

Commit

Permalink
Add some more background information how to setup the network
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Theile <votdev@gmx.de>

(cherry picked from commit d9e5fe3)
Signed-off-by: Volker Theile <votdev@gmx.de>
  • Loading branch information
votdev committed Aug 8, 2023
1 parent 997c1b4 commit 55612fd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions installation/on_debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,19 @@ Install the |omv| package::
--option DPkg::Options::="--force-confold" \
install openmediavault-keyring openmediavault

Populate the |omv| database with several existing system settings, e.g. the network configuration::

omv-confdbadm populate

.. note::
Right now only `/etc/network/interfaces` is parsed to get the current network configuration.
If the network is configured a different way (e.g. via `systemd` or `NetworkManager`), then the
database is not populated and does not contain the necessary information to deploy the network
configuration with `netplan` for `systemd-networkd` and `systemd-resolved`. In that case use
`omv-firstaid` to do the initial network configuration instead of the following step.

Re-deploy the network configuration via the services used by |omv|::

omv-salt deploy run systemd-networkd

Or alternatively use `omv-firstaid` to do the initial network configuration.

0 comments on commit 55612fd

Please sign in to comment.