When I star parallels, I loss my internet connection and I cant do anything

JoseM61

Bit poster
When I open parallels, everything that uses internet on my Mac stops, internet completely cut, and just on my Mac, parallels wouldn't boot up either. send help pls :c
 
Hi,
Most likely it is a conflict of IP addresses. Please try the following:
start the /Applications/Utilities/Terminal.app and execute the following 2 commands

sudo prlsrvctl net set Shared --ip-scope-start 172.16.0.1 --ip-scope-end 172.16.0.254 --ip 172.16.0.2 --dhcp-ip 172.16.0.1
sudo prlsrvctl net set Host-Only --ip-scope-start 172.16.1.1 --ip-scope-end 172.16.1.254 --ip 172.16.1.2 --dhcp-ip 172.16.1.1
 
Back
Top