bridge network doesn't work on 18.3.1

Discussion in 'macOS Virtual Machine' started by christophew, Jun 8, 2023.

  1. christophew

    christophew Bit poster

    Messages:
    2
    On a M2pro and last version of MacOS as guest OS. Bridge networking works fine with 18.2 version, not with the last one !
     
  2. Pramesh Boodadoo

    Pramesh Boodadoo Staff Member

    Messages:
    573
    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.
     
  3. christophew

    christophew Bit poster

    Messages:
    2
    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...


     

Share This Page