bridge network doesn't work on 18.3.1

christophew

Bit poster
On a M2pro and last version of MacOS as guest OS. Bridge networking works fine with 18.2 version, not with the last one !
 
Hello,
To set your macOS virtual machine in bridge mode, kindly shut down the macOS 13 virtual machine and open Terminal on your Mac and execute the command below:
prlctl set "<vm_name>" --device-set <network_adapter_id> --type <bridged/shared>
e.g.:

prlctl set "macOS 13" --device-set net0 --type bridged

Kindly refer to this article for more information regarding Configuring macOS virtual machines running on a Mac computer with Apple M-series chip: https://kb.parallels.com/en/128842 .
Thank you.
 
Hi thanks for your answer.
i already do the command line (not working at all), and the config.ini file (working fine in parallels 18.2)
here is my file config.ini :
[Hardware]
VCPU. Count=4
Memory. Size=8589934592
Display.Width=1344
Display.Height=840
Display.DPI=120
Sound. Enabled=0
Network.Type=2
version 18.2 is working fine upgrading in 18.3.1 doesn't work
back to version 18.2 instantly work without any further config...


Hello,
To set your macOS virtual machine in bridge mode, kindly shut down the macOS 13 virtual machine and open Terminal on your Mac and execute the command below:
prlctl set "<vm_name>" --device-set <network_adapter_id> --type <bridged/shared>
e.g.:

prlctl set "macOS 13" --device-set net0 --type bridged

Kindly refer to this article for more information regarding Configuring macOS virtual machines running on a Mac computer with Apple M-series chip: https://kb.parallels.com/en/128842 .
Thank you.
 
Back
Top