Networking is not enabled for Red Hat, version 8
When manually installing Red Hat, version 8, the networking is not enabled by default.
After installing the operating system, complete the following steps to resolve the issue:
Shut down the instance from the portal and restart it.
Log in to the instance.
Install the guest agent tools and change it to Enhanced mode:
Complete one of the following steps:
Install cloud-init to configure the instance. For more information about cloud-init, see:
Manually resolve the IP address using one of the following methods:
Run the following command to configure the IP address:
sudo dhclient <interface>
Edit /etc/sysconfig/network-scripts/ifcfg-<interface> and set ONBOOT=yes
Then, save the file and reboot the VM.
Give feedback