freedomboneeee/doc/EN/installation.org

243 lines
12 KiB
Org Mode
Raw Permalink Normal View History

2014-10-25 20:09:46 +02:00
#+TITLE:
#+AUTHOR: Bob Mottram
2016-10-31 17:24:49 +01:00
#+EMAIL: bob@freedombone.net
2018-04-12 14:33:09 +02:00
#+KEYWORDS: freedombone, installation
#+DESCRIPTION: Freedombone installation
2015-07-05 20:58:40 +02:00
#+OPTIONS: ^:nil toc:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
2016-01-07 15:51:37 +01:00
2018-04-12 14:33:09 +02:00
#+attr_html: :width 80% :height 10% :align center
2016-01-07 15:51:37 +01:00
[[file:images/logo.png]]
2014-10-25 20:09:46 +02:00
2018-04-12 14:33:09 +02:00
* Installation
2015-12-14 23:30:40 +01:00
| [[Building an image for a Single Board Computer or Virtual Machine]] |
| [[Checklist]] |
2015-12-18 23:54:03 +01:00
| [[./mesh.html][Mesh network]] |
2015-12-14 23:30:40 +01:00
| [[Installation]] |
| [[Social Key Management - the 'Unforgettable Key']] |
| [[Final Setup]] |
| [[Keydrives]] |
| [[On Client Machines]] |
| [[Administering the system]] |
* Building an image for a Single Board Computer or Virtual Machine
2015-12-03 13:10:17 +01:00
You don't have to trust images downloaded from random internet locations signed with untrusted keys. You can build one from scratch yourself, and this is the recommended procedure for maximum security. For guidance on how to build images see the manpage for the *freedombone-image* command.
2014-10-26 23:03:55 +01:00
2015-12-03 13:10:17 +01:00
Install the freedombone commands onto your laptop/desktop:
2014-10-25 20:09:46 +02:00
#+BEGIN_SRC bash
2015-12-03 13:10:17 +01:00
sudo apt-get install git build-essential dialog
git clone https://code.freedombone.net/bashrc/freedombone
cd freedombone
2017-07-03 13:29:43 +02:00
git checkout stretch
sudo make install
2014-10-25 20:09:46 +02:00
#+END_SRC
2015-12-03 13:10:17 +01:00
Then install packages needed for building images:
2014-10-25 20:09:46 +02:00
#+BEGIN_SRC bash
freedombone-image --setup debian
#+END_SRC
or on an Arch/Parabola system:
#+BEGIN_SRC bash
freedombone-image --setup parabola
2014-10-25 20:09:46 +02:00
#+END_SRC
2015-12-03 13:10:17 +01:00
A typical use case to build an 8GB image for a Beaglebone Black is as follows. You can change the size depending upon the capacity of your microSD card.
#+BEGIN_SRC bash
freedombone-image -t beaglebone -s 8G
#+END_SRC
If you prefer an advanced installation with all of the options available then use:
#+BEGIN_SRC bash
freedombone-image -t beaglebone -s 8G --minimal no
#+END_SRC
2015-12-03 15:20:03 +01:00
To build a 64bit Qemu image:
#+BEGIN_SRC bash
freedombone-image -t qemu-x86_64 -s 8G
#+END_SRC
2016-01-28 10:27:48 +01:00
Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
2014-10-25 20:09:46 +02:00
If the image build fails with an error such as "/Error reading from server. Remote end closed connection/" then you can specify a debian package mirror repository manually with:
#+BEGIN_SRC bash
freedombone-image -t beaglebone -s 8G -m http://ftp.de.debian.org/debian
#+END_SRC
* Checklist
2015-12-03 13:10:17 +01:00
Before installing Freedombone you will need a few things.
2014-10-25 20:09:46 +02:00
2015-12-19 23:29:29 +01:00
* Have some domains, or subdomains, registered with a dynamic DNS service. For the full install you may need two "official" purchased domains or be using a subdomain provider which is supported by Let's Encrypt.
2017-06-26 00:24:17 +02:00
* System with a new installation of Debian Stretch or a downloaded/prepared disk image
2015-12-03 13:10:17 +01:00
* Ethernet connection between the system and your internet router
* That it is possible to forward ports from the internet router to the system, typically via firewall settings
* Have ssh access to the system, typically via fbone@freedombone.local on port 2222
* Installation
There are three install options: Laptop/Desktop/Netbook, SBC and Virtual Machine.
** On a Laptop, Netbook or Desktop machine
2017-06-26 00:24:17 +02:00
If you have an existing system, such as an old laptop or netbook which you can leave running as a server, then install a new version of Debian Stretch onto it. During the Debian install you won't need the print server or the desktop environment, and unchecking those will reduce the attack surface. Once Debian enter the following commands:
2014-10-25 20:09:46 +02:00
#+BEGIN_SRC bash
su
2015-12-03 13:10:17 +01:00
apt-get update
apt-get -y install git dialog build-essential
git clone https://code.freedombone.net/bashrc/freedombone
cd freedombone
2017-06-26 00:24:17 +02:00
git checkout stretch
make install
2015-12-03 13:10:17 +01:00
freedombone menuconfig
#+END_SRC
2014-10-25 20:09:46 +02:00
2015-12-03 13:10:17 +01:00
** On a single board computer (SBC)
Currently the following boards are supported:
2016-08-08 18:21:03 +02:00
* [[https://beagleboard.org/BLACK][Beaglebone Black]]
* [[https://linux-sunxi.org/Cubietech_Cubieboard2][Cubieboard 2]]
2015-12-03 13:26:24 +01:00
* [[https://linux-sunxi.org/Cubietruck][Cubietruck (Cubieboard 3)]]
2017-08-27 20:46:27 +02:00
* [[https://www.sparkfun.com/products/retired/12856][PCDuino3]]
2016-01-28 10:27:48 +01:00
* [[https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXIno-LIME/open-source-hardware][olinuxino Lime]]
2015-12-03 13:26:24 +01:00
* [[https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXIno-LIME2/open-source-hardware][olinuxino Lime2]]
2016-01-08 15:43:37 +01:00
* [[https://www.olimex.com/Products/OlinuXino/A20/A20-OlinuXino-MICRO/open-source-hardware][olinuxino Micro]]
2015-12-03 13:10:17 +01:00
If there is no existing image available then you can build one from scratch. See the section above on how to do that. If an existing image is available then you can download it and check the signature with:
2014-10-25 20:09:46 +02:00
#+BEGIN_SRC bash
2015-12-03 13:10:17 +01:00
gpg --verify filename.img.asc
#+END_SRC
And the hash with:
#+BEGIN_SRC bash
sha256sum filename.img
2014-10-25 20:09:46 +02:00
#+END_SRC
2015-12-03 13:10:17 +01:00
If the image is compressed then decompress it with:
2014-10-25 20:09:46 +02:00
2015-12-03 13:10:17 +01:00
#+BEGIN_SRC bash
2016-01-14 12:07:40 +01:00
unxz filename.img.xz
2015-12-03 13:10:17 +01:00
#+END_SRC
2015-12-03 13:10:17 +01:00
Then copy it to a microSD card. Depending on your system you may need an adaptor to be able to do that.
#+BEGIN_SRC bash
2018-05-10 12:49:54 +02:00
sudo dd bs=32M if=filename.img of=/dev/sdX conv=fdatasync,sync,noerror
2015-12-03 13:10:17 +01:00
#+END_SRC
Where *sdX* is the microSD drive. You can check which drive is the microSD drive using:
#+BEGIN_SRC bash
ls /dev/sd*
#+END_SRC
2015-12-03 13:10:17 +01:00
With the drive removed and inserted. Copying to the microSD will take a while, so go and do something less boring instead. When it's complete remove it from your system and insert it into the SBC. Connect an ethernet cable between the SBC and your internet router, then connect the power cable. On the Beaglebone Black you will see some flashing LEDs, but on other SBCs there may not be any visual indication that anything is booting.
With the board connected and running you can ssh into the system with:
#+BEGIN_SRC bash
2015-12-03 13:10:17 +01:00
ssh fbone@freedombone.local -p 2222
#+END_SRC
2015-12-03 13:10:17 +01:00
Using the password 'freedombone'. Take a note of the new login password and then you can proceed through the rest of the installation.
2015-12-03 13:10:17 +01:00
** As a Virtual Machine
Qemu is currently supported, since it's s fully free software system. You can run a 64 bit Qemu image with:
#+BEGIN_SRC bash
2016-01-05 17:01:31 +01:00
qemu-system-x86_64 -m 1G filename.img
#+END_SRC
2015-12-03 13:10:17 +01:00
The default login will be username 'fbone' and password 'freedombone'. Take a note of the new login password and then you can proceed through the rest of the installation.
2015-12-14 23:30:40 +01:00
* Social Key Management - the 'Unforgettable Key'
2015-12-04 11:00:02 +01:00
During the install procedure you will be asked if you wish to import GPG keys. If you don't already possess GPG keys then just select "Ok" and they will be generated during the install. If you do already have GPG keys then there are a few possibilities
** You have the gnupg keyring on an encrypted USB drive
If you previously made a master keydrive containing the full keyring (the .gnupg directory). This is the most straightforward case, but not as secure as splitting the key into fragments.
** You have a number of key fragments on USB drives retrieved from friends
If you previously made some USB drives containing key fragments then retrieve them from your friends and plug them in one after the other. After the last drive has been read then remove it and just select "Ok". The system will then try to reconstruct the key. For this to work you will need to have previously made three or more [[Keydrives]].
** You can specify some ssh login details for friends servers containing key fragments
Enter three or more sets of login details and the installer will try to retrieve key fragments and then assemble them into the full key. This only works if you previously were using remote backups and had social key management enabled.
2015-12-03 13:10:17 +01:00
* Final Setup
Any manual post-installation setup instructions or passwords can be found in /home/username/README.
On your internet router, typically under firewall settings, open the following ports and forward them to your server.
2014-10-26 12:16:30 +01:00
2016-04-23 14:25:35 +02:00
| Service | Ports |
|-----------+------------|
| HTTP | 80 |
| HTTPS | 443 |
| SSH | 2222 |
| DLNA | 1900 |
| DLNA | 8200 |
| XMPP | 5222..5223 |
| XMPP | 5269 |
| XMPP | 5280..5281 |
| IRC | 6697 |
| Git | 9418 |
| Email | 25 |
| Email | 587 |
| Email | 465 |
| Email | 993 |
| VoIP | 64738 |
| VoIP | 5060 |
| Tox | 33445 |
| Syncthing | 22000 |
2015-01-25 16:42:18 +01:00
* Keydrives
After installing for the first time it's a good idea to create some keydrives. These will store your gpg key so that if all else fails you will still be able to restore from backup. There are two ways to do this:
** Master Keydrive
2015-07-05 21:33:45 +02:00
This is the traditional security model in which you carry your full keyring on an encrypted USB drive. To make a master keydrive first format a USB drive as a LUKS encrypted drive. In Ubuntu this can be [[https://help.ubuntu.com/community/EncryptedFilesystemsOnRemovableStorage][done from the /Disk Utility/ application]]. Then plug it into the Freedombone system, then from your local machine run:
#+BEGIN_SRC bash
ssh myusername@mydomainname -p 2222
#+END_SRC
Select /Administrator controls/ then /Backup and Restore/ then /Backup GPG key to USB (master keydrive)/.
** Fragment keydrives
2015-07-05 21:33:45 +02:00
This breaks your GPG key into a number of fragments and randomly selects one to add to the USB drive. First format a USB drive as a LUKS encrypted drive. In Ubuntu this [[https://help.ubuntu.com/community/EncryptedFilesystemsOnRemovableStorage][can be done from the /Disk Utility/ application]]. Plug it into the Freedombone system then from your local machine run the following commands:
#+BEGIN_SRC bash
ssh myusername@mydomainname -p 2222
#+END_SRC
Select /Administrator controls/ then /Backup and Restore/ then /Backup GPG key to USB (fragment keydrive)/.
Fragments are randomly assigned and so you will need at least three or four keydrives to have enough fragments to reconstruct your original key in a worst case scenario. You can store fragments for different Freedombone systems on the same encrypted USB drive, so you can help to ensure that your friends can also recover their systems. This might be called "/the web of backups/" or "/the web of encryption/". Since you can only write a single key fragment from your Freedombone system to a given USB drive each friend doesn't have enough information to decrypt your backups or steal your identity, even if they turn evil. This is based on the assumption that it may be difficult to get three or more friends to conspire against you all at once.
2015-01-24 21:14:57 +01:00
* On Client Machines
You can configure laptops or desktop machines which connect to the Freedombone server in the following way. This alters encryption settings to improve overall security.
#+BEGIN_SRC bash
2015-01-25 23:52:17 +01:00
sudo apt-get update
sudo apt-get install git dialog haveged build-essential
git clone https://code.freedombone.net/bashrc/freedombone
2015-01-24 21:14:57 +01:00
cd freedombone
2017-07-03 13:29:43 +02:00
git checkout stretch
2015-01-24 21:14:57 +01:00
sudo make install
freedombone-client
#+END_SRC
2015-12-03 13:20:12 +01:00
* Administering the system
To administer the system after installation log in via ssh, become the root user and then launch the control panel.
#+BEGIN_SRC bash
ssh myusername@freedombone.local -p 2222
#+END_SRC
Select /Administrator controls/ then from there you will be able to perform various tasks, such as backups, adding and removing users and so on. You can also do this via commands, which are typically installed as /usr/local/bin/freedombone* and the corresponding manpages.
2016-01-07 20:26:08 +01:00
#+BEGIN_EXPORT html
2016-01-07 20:26:08 +01:00
<center>
Return to the <a href="index.html">home page</a>
</center>
#+END_EXPORT