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 [2019/08/02 22:11] – [Qemu installation] cat_7ppc-osx-on-qemu-for-osx [2019/09/16 23:23] – [Networking] cat_7
Line 152: Line 152:
   afp://ip-address-of-your-host.    afp://ip-address-of-your-host. 
 At Connect as select Registered user and enter your user name and password for your host. Then select a shared folder from the list and click OK. You can now read and write files to the shared folder that appeared on your desktop.\\ At Connect as select Registered user and enter your user name and password for your host. Then select a shared folder from the list and click OK. You can now read and write files to the shared folder that appeared on your desktop.\\
 +
 +=== Forwarding ports to the host ===
 +You can provide services running on the guest to the host by forwarding ports to the host. To provide access to a webserver running in the guest you can use: \\
 +
 +  * -netdev user,id=network01,hostfwd=tcp::80-:80
 +
 +The webserver running on the guest is then accessible through e.g., http://localhost
  
 ==== Booting from a real CD ==== ==== Booting from a real CD ====