2

При попытке установить FreeIPA я получаю следующую ошибку:

The log file for this installation can be found in /var/log/ipaserver-install.log
==============================================================================
This program will set up the FreeIPA Server.

This includes:
  * Configure a stand-alone CA (dogtag) for certificate management
  * Configure the Network Time Daemon (ntpd)
  * Create and configure an instance of Directory Server
  * Create and configure a Kerberos Key Distribution Center (KDC)
  * Configure Apache (httpd)
  * Configure DNS (bind)

Warning: skipping DNS resolution of host ftpserver.mdrexl.net
The domain name has been determined based on the host name.

Checking forwarders, please wait ...
ipa         : ERROR    Forwarder 62.141.32.3 does not work
Forwarder 62.141.32.3 does not respond
FreeIPA server configuration failed.

Я проверил и обнаружил, что IP-адрес - это просто первая запись в моем /etc/resolv.conf . И это действительно правильный IP-адрес одного из указанных серверов имен, предоставленный интерфейсом администратора для моего корневого сервера.

Источником этой настройки является этот докер-контейнер.

0