Chris Townsend

Results 280 comments of Chris Townsend

Thinking about this some more, I'm thinking we need to change the launch behavior when dealing with cached images. I propose the following: * By default, `launch` should download a...

Ok, so I think the way to fix this is to save the remote's URL in the JSON containing the image information. Then when fetching image info for `launch`, it...

@Saviq, I mean the URL of the remote itself. For example, we use `http://cloud-images.ubuntu.com/releases/` for the release remote and `http://cloud-images.ubuntu.com/daily/` for the daily remote. Those URL's should not change, but...

@Saviq, I agree this needs more thought. Let's discuss further next week :wink:

Hi @JCzz! I'm guessing the important piece to this is a computer on a **different vLAN**, right? It works fine on the same vLAN. Unfortunately, I'm not sure if any...

We will try to reproduce, but since this is using the macOS external interface, I'm thinking it's a bug(?) in Apple's `vmnet` layer (or somewhere else in the Apple virtualized...

Also, > Question: Is it a "[Bonded interface](https://developers.redhat.com/blog/2018/10/22/introduction-to-linux-interfaces-for-virtual-networking#bonded_interface)", when using --network=en0 No, it is not a bonded interface. It's presented as a separate interface in the Multipass instance.

Hi @JCzz! > Using Parallels it work, do you know if they are using vmnet? Parallels is a closed source product and they don't really give specific implementation details, but...

Hi @JCzz! No, Multipass does not use socket_vmnet. We use vmnet that is already [in qemu](https://github.com/lima-vm/socket_vmnet#how-is-socket_vmnet-related-to-qemu-builtin-vmnet-support). At any rate, socket_vmnet and our qemu both use `vmnet` which is think is...

Hi @v4nderstruck! Could you please provide the answers to the question @ricab asked? If we don't hear back from you soon, we will close this issue. Thanks!