Skip to content
dswd edited this page Aug 31, 2011 · 3 revisions

Host setup

ToMaTo relies on the functionality provided by Proxmox VE. All the installation steps must be executed as root.

  1. Install the ToMaTo repository by adding the following line to /etc/apt/sources.list

     deb http://fileserver.german-lab.de/files/debian/ lenny main
    
  2. Update the repository data with

     apt-get update
    

    There might be a warning about a missing public key. This can be ignored as it will be fixed in the next step.

  3. Install the repository key with

     apt-get install --allow-unauthenticated -y glab-debian-archive-keyring
    
  4. Install the ToMaTo software with

     apt-get install tomato-host
    
  5. Add the host to the ToMaTo backend

  • Note: Cluster nodes can only be added if the cluster master is also part of the ToMaTo network (master can be disabled, so no devices will be created on it)
  • Navigate to the "add host" page of the webfrontend
  • Follow the instructions on the page to add the public key of the backend
  • Add the host to the ToMaTo network (requires admin access)

Clone this wiki locally