Hi,
I'm trying to create an isolated network to connect my vagrant VM to, using config.vm.provider "parallels" do |v| v.customize format.
I'm testing it first with prlsrvctl like this:
prlsrvctl net add isolated1 --dhcp-server off --dhcp6-server off -t host-only
Noah
I'm trying to create an isolated network to connect my vagrant VM to, using config.vm.provider "parallels" do |v| v.customize format.
I'm testing it first with prlsrvctl like this:
prlsrvctl net add isolated1 --dhcp-server off --dhcp6-server off -t host-only
- It doesn't seem to disable DHCP, does anyone know why? If I run again with prlsrvnet set, it does
- How do I disable "Connect Mac to this network"? I want the mac to be isolated from the VM.
Noah