You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current AppleScript interface doesn't provide a way to specify advanced network settings such as the Guest network or DHCP range. This feature would be very helpful to provide predictable network interfaces for the vm during automation of tasks.
Thanks!
The text was updated successfully, but these errors were encountered:
+1
Will this allow us to make sure a VM gets a specific IP address we need ?
How will the change in DHCP IP range in Mac (#6586) affect the use of these parameters?
What is the consequence of users changing these parameters ? will then the onus of making sure each VM gets unique IP lies with user?
/// Guest IPv4 for emulated VLAN.
varvlanGuestAddress:String?
/// Guest IPv6 for emulated VLAN.
varvlanGuestAddressIPv6:String?
/// Host IPv4 for emulated VLAN.
varvlanHostAddress:String?
/// Host IPv6 for emulated VLAN.
varvlanHostAddressIPv6:String?
/// DHCP start address for emulated VLAN.
varvlanDhcpStartAddress:String?
/// DHCP end address for Apple VLAN
varvlanDhcpEndAddress:String?...
Since all of the advanced parameters are strings , it should be simple to expose them.
I'm just trying to understand what would this lead to.
Since we need to explain these if we send in the patch.
(I know it is already exposed in UI)
Hello!
The current AppleScript interface doesn't provide a way to specify advanced network settings such as the Guest network or DHCP range. This feature would be very helpful to provide predictable network interfaces for the vm during automation of tasks.
Thanks!
The text was updated successfully, but these errors were encountered: