wolkenschloss / nubes

Learning project for microservices
Apache License 2.0
0 stars 0 forks source link

Testbench cannot be created when running multipass with qemu #338

Closed haschi closed 2 years ago

haschi commented 2 years ago

To determine the IP address, it is currently assumed that the ethernet device is called enp5s0. But this is only correct if multipass is configured for lxd. When qemu is used, the interface is called ens3.

The correct way would be to determine the IP address without knowing what the Ethernet device is called in the virtual machine.

haschi commented 2 years ago

To simplify the configuration first, I'll assume multipass is configured for qemu. This is the default setting for multipass after installation in an Ubuntu environment.