Import a VM

If you have an *.ovf file, you can import it into your Virtual Box profile.

# check settings / dry run
vboxmanage import -n ${FILENAME}

# import
vboxmanage import ${FILENAME}

Fixup

You'll likely need to fixup the VM - especially with respect to the network interfaces.

vboxmanage modifyvm ${VM_UUID} --bridgeadapter2 enp1s0f1
vboxmanage modifyvm ${VM_UUID} --macaddress2 auto