/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.
ipconfig
command used previously. Select Save.
Wired Connection 1
or something like that.
/etc/netplan/
, and overwriting the auto-generated file with the following:
network:
version: 2
renderer: NetworkManager
> 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>"
/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 ...