Code:
keller@pk-ubuntu-22-04:~$ avahi-resolve -n PT2026-00440.local
PT2026-00440.local 169.254.28.74
keller@pk-ubuntu-22-04:~$ ping PT2026-00440.local
ping: PT2026-00440.local: Temporary failure in name resolution
What gives? The failure does indeed seem to be temporary: after a long while, the "ping" starts working.
I have a clean Ubuntu 22.04 installation running under VMware. I am connecting to "PT2026-00440" with a point-to-point Ethernet connection to my monitor, which is connected to my computer via USB-C; this is seen as an Ethernet-over-USB adapter (USB CDC-ECM, "USB Communications Device Class – Ethernet Control Module subclass") and ends up creating a link-local network (hence the "169.254.xx.xx" IP address).
The same connection works without a hitch on macOS as well as Windows (oh shame!). I there any way to fix this delay?
Thanks in advance for any help!