tart
tart copied to clipboard
Resolving VM's IP fails when using bridged networking and two identical VMs running Samba
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.