Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Next, click the second adapter(enp0s8) and turn this one on . You will see it has an IP address, but that may not be consistent, so we’re going to configure this to a static address.

Click configure and then click IPv4 Settings and ensure they match the screenshot below:

...

Click save, and then click done.

Click Back at the main menu click begin installation.

Click root password and ensure you set a root password you will remember as this is what you will use to manage your machine

...

Once your machine finishes installation and reboots, you have one final step and that’s to configure the host only address.

To configure the host-only adapter, we have to log into the machine via the local console, and run:

Code Block
vi /etc/sysconfig/network-scripts/ifcfg-enp0s8

Change the contents to match the screenshot below and then restart the machine

...

With the machine rebooted, verify you can connect to it by running the following command from the host:

Code Block
languagebash
ping 192.168.56.101

...