/etc/dnf/dnf.conf
, add the following line:
sslverify=0
/etc/dnf/dnf.conf
, add the following line:
sslverify=0
ipconfig
. Locate the virtual network you just created, and note down the IP address, submask, and gateway. We will need these when configuring the RHEL VM.
When installing RHEL, go to network configuration settings. Select the ethernet adapter. In IPv4 settings, select Manual instead of DHCP or Automatic. For the IP address, submask, and gateway, use the values we got from the ipconfig
command used previously. Select Save.
There should be a switch or option somewhere in the ethernet adapter options to connect or Turn ON. After clicking this, verify that it has successfully found the virtual network switch as indicated by a CONNECTED status. You should also see the IP address, gateway, etc.
Continue with the rest of the installation.
Wired Connection 1
or something like that.
I fixed this issue by going to /etc/netplan/
, and overwriting the auto-generated file with the following:
network:
version: 2
renderer: NetworkManager
After you save this file, reboot the system. You should be able to see Wired Connection as a network option when enabling Screen Sharing now.
> modprobe msr
on the command line to load the driver.
openssh-server
if it isn't installed already. To use apt-get
, ensure you have a proxy set up. It is likely you'll need to modify/create /etc/apt/apt.conf
, and add the following line to it.
Acquire::http::Proxy "<your-proxy-address-here>:<port>"
After doing this, you should be able to use apt to update and install the latest openssh-server package.
/sys/firmware/acpi/tables
to verify if table DMAR is there or not. If it's not there, the BIOS was probably not configured to report this table. Make sure VT-D
is enabled in the BIOS, then reboot the server.
By default, even when specifying the proxy address/port user/pwd, Fedora will likely complain about SSL certificates being invalid. In the ...