tart icon indicating copy to clipboard operation
tart copied to clipboard

Resolving VM's IP fails when using bridged networking and two identical VMs running Samba

Open edigaryev opened this issue 9 months ago • 0 comments
trafficstars

"Resolving the VM's IP when using bridged networking" sections in the Tart's FAQ recommends installing Samba when using --net-bridged:

sudo apt-get install samba

However, when two e.g. Ubuntu VMs announce themselves over NBNS, they have the same identity: UBUNTU in WORKGROUP. The macOS on the host machine likely caches the first announcement and ignores the second one as its identical.

As a result, tart ip --resolver=arp for the second VM times out. Need to figure out a work around for this.

edigaryev avatar Jan 30 '25 20:01 edigaryev