Emaculation.com

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
ppc-osx-on-qemu-for-osx [2018/02/17 02:59] – [Networking] cat_7ppc-osx-on-qemu-for-osx [2018/02/17 03:06] – [Networking] cat_7
Line 111: Line 111:
 If you want to run two installations of Mac OS/OSX, Qemu needs to be able to tell the network devices apart. You can add a mac address to the networking device: If you want to run two installations of Mac OS/OSX, Qemu needs to be able to tell the network devices apart. You can add a mac address to the networking device:
  
-  * -netdev user,id=network01 -device sungem,netdev=network01,mac=12:34:56:78:90:AB+  * -netdev user,id=network01 -device sungem,netdev=network01,mac=52:54:00:12:34:56   (this is the default mac address)
 and make sure you add a different mac address to the second instance: and make sure you add a different mac address to the second instance:
-  * -netdev user,id=network01 -device sungem,netdev=network01,mac=12:34:56:78:90:BB+  * -netdev user,id=network01 -device sungem,netdev=network01,mac=52:54:00:12:34:66
 Please note that adding a mac address to the network device leads to the discovery of a new network card in OSX. You need to configure that card through the network preferences. Please note that adding a mac address to the network device leads to the discovery of a new network card in OSX. You need to configure that card through the network preferences.