Skip to content
This repository was archived by the owner on Aug 6, 2020. It is now read-only.
This repository was archived by the owner on Aug 6, 2020. It is now read-only.

recover vm (on virtualbox) uses biosdevnames for LAN interfaces #5

Open
@gdha

Description

@gdha

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?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions