DNS Setup for Satellite

Latest response

Satellite 6.10.5.1
RHEL Server 7.9

If I don't have a DNS Server (getting ip config from provider) but setting up a Satellite Server to pull updates, what would I have to set regarding the DNS during the satellite-installer -scenario satellite step?

When I run the cmd, the returned error says:

Unable to resolve forward DNS for xxxxx
Output of 'hostname -f' does not seems to be valid FQDN

Make sure above command gives fully qualified domain name. At least one
dot must be present and underscores are not allowed. If needed, change the hostname permanently via the
'hostname' or 'hostnamectl set-hostname' command
and editing the appropriate configuration file.
(e.g. on Red Hat systems /etc/sysconfig/network,
on Debian based systems /etc/hostname).

If 'hostname -f' still returns an unexpected result, check /etc/hosts and put
the hostname entry in the correct order, for example:

1.2.3.4 hostname.example.com hostname

The fully qualified hostname must be the first entry on the line
Your system does not meet configuration criteria

Thanks ...

Responses