Added ability to get ip for AppleVirtualization machines#7643
Open
hellcastter wants to merge 2 commits intoutmapp:mainfrom
Open
Added ability to get ip for AppleVirtualization machines#7643hellcastter wants to merge 2 commits intoutmapp:mainfrom
hellcastter wants to merge 2 commits intoutmapp:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello. I had a long-standing issue: I needed to fetch the IP address of my macOS machine, but it returned a
I researched and found that IP will be stored at
/var/db/dhcpd_leases. But I wasn't able to read it; it always said, "You have no permission". Then I changed my approach using ARP.I created a solution that uses ARP to fetch the IP address of a VM running on AppleVirtualization and display it in the terminal.
This feature would allow us to implement
utmctl exec ...via SSH (just need to think about password). Also, it would allow users to create some automations/servers/etc on their own.Please consider adding this to the next build. Thank you.
I have read the AI Contribution Guidelines and can attest that I have followed each item to the best of my ability.