See below for configuring the network connection of an Entrust PKI Hub machine.
After running the clusterctl install or clusterctl node add commands you cannot change the IP address or hostname of a node.
To configure the connection
- Log in to the machine console locally as the
sysadmin
user. Run the
nmtui
tool withsudo
permissions.sudo nmtui
- Select Edit a connection.
- Press Enter and select the Ethernet connection.
Press Enter to display the Edit connection dialog.
- Change the IPv4 CONFIGURATION mode to Manual.
Select <Show> for IPv4 CONFIGURATION.
As explained in IP address requirements, Entrust PKI Hub only supports IPv4 and disables IPv6 by default.
- Press Enter to display the connection settings.
In the Addresses field, enter the preferred IP address and the subnet mask – for example:
192.168.100.4/24
- In the Gateway field, enter the IP address of the default gateway for your network connection.
- In the DNS servers field, enter the IP address of each server for DNS resolution. Separate multiple IP addresses with spaces or commas.
As explained in DNS requirements, Entrust PKI Hub does not support accessing a DNS server through a proxy.
In the Search domains field, enter the domain names you want to use for DNS searches. Separate multiple domains with spaces or commas.
Your system will automatically append the search domains to any unqualified domain names you use in your network, making it easier to access local resources without typing the full domain name every time.
- Select <OK> and press Enter.
- Select <Back> and press Enter.
- Select Set system hostname.
- Press Enter to display the Set Hostname dialog.
- In the Hostname field, type an RFC1123 compliant hostname – that is:
- Must consist of lowercase alphanumeric characters, '-' or '.'
- Must start and end with an alphanumeric character.
- Select <OK> and press Enter.
- Press Enter to confirm the hostname change.
- Select Quit and press Enter.
- Make the changes effective:
- Reboot the machine, if you are using the local console
- Open a new SSH session, if you are using remote SSH access.