Follow the steps below to check the connection of a PKI Hub ISO installation.
To check the connection of a PKI Hub ISO installation
- Run the
nmcli device statuscommand to check the connection of a machine – for example:$ nmcli device statusDEVICE TYPE STATE CONNECTIONens192 ethernet connected ens192docker0 bridge connected (externally) docker0lo loopback unmanaged -- - Check the state is
connectedfor each connection. - Run the
pingcommand to verify the host can send packets to other hosts.Whereping <hostname><hostname>is the IP address or hostname of another host.