-
Is there an option to resolve virtual machine names using DNS (similar to user-v2) when using the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
If anyone else has this requirement, I managed to get it working using mDNS. Initially, I tried with Avahi, but then later realized that All I had to do is:
Once this is done, other VMs using socket_vmnet can be addressed by using
I hope this helps 🙏 |
Beta Was this translation helpful? Give feedback.
-
@Ranjandas do you want to send a documentation change to make this more accessible for others? |
Beta Was this translation helpful? Give feedback.
If anyone else has this requirement, I managed to get it working using mDNS. Initially, I tried with Avahi, but then later realized that
systemd-resolved
has a built-in option to use mDNS.All I had to do is:
Once this is done, other VMs using socket_vmnet can be addressed by using
<vm-name>.local
.