File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ You may need to disable the vmnet framework's DHCP to:
438438- Create a host network where all VMs have static IPs.
439439- Run a custom DHCP server on one VM to assign IPs to others on the same network.
440440
441- To disable the MacOS DHCP you must use ` --vmnet-mode=host ` and provide a ` --vmnet-network-idenfitier ` UUID.
441+ To disable the macOS DHCP you must use ` --vmnet-mode=host ` and provide a ` --vmnet-network-idenfitier ` UUID.
442442You ** _ must not_ ** provide ` --vmnet-gateway ` . That is the signal to Apple's vmnet.framework to enable MacOS DHCP.
443443You can use ` --vmnet-network-idenfitier=random ` to get a random UUID assigned.
444444
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ static void print_usage(const char *argv0) {
5252 "or \"\")\n"
5353 " When vmnet mode is \"host\" and --vmnet-gateway is "
5454 "not set, the internal DHCP will be disabled.\n"
55- " (default: \"random \")\n" );
55+ " (default: \"\")\n" );
5656
5757 printf ("--vmnet-nat66-prefix=PREFIX:: The IPv6 prefix to use with "
5858 "shared mode.\n" );
You can’t perform that action at this time.
0 commit comments