Possibility to make a 2nd host only network

Jellehuisman

Bit poster
Hello,

Is it possible to create a 2nd host only network, because i need to connect 2 different virtual networks together.
The way i want it is, i have a virtual ipcop router the red interface is assigned to a shared network (NAT), The green interface is on a Host-Only network, than behind the green interface i have a windows server with has 2 networks i want the first one to be in the same host-only network as the green ipcop interface and the second interface on the server to be assigned to a different host-only network so there is no dhcp conflict.
 
Theoretically, it's possible as Parallels provides a command-line interface for its services, including Networking. You could probably see its help page here or typing prlsrvctl in your Terminal. The documentation in Parallels homepage is quite behind, lacking several important parameters, I think.

However, I tried the command with similar goal to you, but it didn't work as expected. I did't get the IP from the scope I set up.

I tried the following command:
prlsrvctl net add DockerVM --ip 10.48.150.2/24 --dhcp-server on --dhcp-ip 10.48.150.1 --ip-scope-start 10.48.150.10 --ip-scope-end 10.48.150.50

But the VM boots up with the IP 10.37.132.4. Have no idea why.
 
Back
Top