eaksel / packer-Debian10

Packer configuration files for Debian 10
MIT License
10 stars 14 forks source link

Fix VirtualBox settings for functional Ethernet #10

Closed Erriez closed 3 years ago

Erriez commented 3 years ago

The following VirtualBox VM configuration settings are required in order to suppress warnings and functional DHCP at boottime:

Before the fix:

ping <IP>
connect: Network is unreachable, cannot shutdown VM as it is waiting for link up.
Graphics warnings shown in VirtualBox GUI.

After the fix:

Ping and shutdown works as expected.
No warnings in VirtualBox GUI.

closes #7