You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 6, 2020. It is now read-only.
the client and server vm are both using eth0 and eth1 as LAN interface names. However, with virtualbox (not with libvirt) the LAN interfaces are the biosdevnames enp0s3 and enp0s8 on the recover vm
Therefore, we need manual to edit /etc/scripts/system-setup.d/60-network-devices.sh script and change the eth0 with enp0s3 and eth1 with enp0s8 and then run the script (with bash). With the libvirt vm we do not have this problem. Reason unkown?