WND-CHRM on the WEB Project Notes

From Colettapedia
Revision as of 15:13, 31 July 2010 by Ccoletta (talk | contribs)
Jump to navigation Jump to search

Setting up BOINC Server Virtual Appliance using VirtualBox

  1. key is to use File->Virtual Media Manager
  2. Load the appropriate vmdk file
  3. Create new VM and attach to the selected hard drive
  4. Save the initial state - take a snap shot so you can always revert to fresh out of the box
  5. boot up VM and login boincadm, password is boincadmpw
  6. su, with password rootpw
  7. rm /etc/udev/rules.d/z25_persistent-net.rules
  8. make the changes to /etc/network/interfaces and /etc/resolve.conf - I just use DHCP for simplicity
  9. AIRPORT IS ABSOLUTELY USELESS FOR THIS TYPE OF THING. YOU HAVE TO HAVE YOUR MAC PHYSICALLY CONNECTED WITH AN ETHERNET CORD.
    • From VirtualBox manual: "On Macintosh hosts, functionality is limited when using AirPort (the Mac’s wireless networking) for bridged networking. Currently, VirtualBox supports only IPv4 over AirPort. For other protocols such as IPv6 and IPX, you must choose a wired interface."
    1. on host OS, you might need to adjust System Preferences -> Network -> Ethernet to ensure your host's access to the internet while your VM is running. I turned my VM on and my host OS's internet cut out. Must be a DHCP IP thing. I ran the network diagnostic tool in System Preferences and it fixed it for me.
  10. Virtual Machine Settings: Settings -> Network -> Attached to: BRIDGED ADAPTER. You HAVE TO CHOOSE eth0 - wired interface.