cirruslabs / orchard

Orchestrator for running Tart Virtual Machines on a cluster of Apple Silicon devices
Other
192 stars 15 forks source link

orchard ssh doesn't work on bridged VM #122

Closed roblabla closed 12 months ago

roblabla commented 12 months ago

I'm trying to bridge my VMs so each VM gets its own IP address in the network. Unfortunately, this is causing me an issue: orchard ssh fails to work on those VMs. Digging into it, it looks like tart ip <vm_name> returns the wrong IP, while using tart p --resolver arp <vm_name> returns the correct IP.

I think orchard may want to use the ARP resolver? I don't think it makes sense to use the dhcp resolver for Bridged VMs.