Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
faq.org 25.69 KiB

images/logo.png

I don’t have a static IP address. Can I still install this system?
Why not support building images for Raspberry Pi?
Why use Github?
Keys and emails should not be stored on servers. Why do you do that?
I have a question about mirrors or upstream repositories
Why can’t I access my .onion site with a Tor browser?
What is the best hardware to run this system on?
Can I add more users to the system?
Why not use Signal for mobile chat?
What is the most secure chat app to use on mobile?
How do I remove a user from the system?
How do I reset the tripwire?
Is metadata protected?
How do I create email processing rules?
Why isn’t dynamic DNS working?
How do I change my encryption settings?
How do I get a domain name?
How do I get a “real” SSL/TLS/HTTPS certificate?
How do I renew a Let’s Encrypt certificate?
I tried to renew a Let’s Encrypt certificate and it failed. What should I do?
Why use self-signed certificates?
Why not use the services of $company instead? They took the Seppuku pledge
Why does my email keep getting rejected as spam by Gmail/etc?

I don’t have a static IP address. Can I still install this system?

Yes. The minimum requirements are to have some hardware that you can install Debian onto and also that you have administrator access to your internet router so that you can forward ports to the system which has Freedombone installed.

The lack of a static IP address can be worked around by using a dynamic DNS service. Freedombone uses inadyn , which supports a variety of dynamic DNS providers.

Why not support building images for Raspberry Pi?

The FreedomBox project supports Raspberry Pi builds, and the image build system for Freedombone is based on the same system. However, although the Raspberry Pi can run a version of Debian it requires a closed proprietary blob in order to boot the hardware. Who knows what that blob might contain or what exploits it could facilitate. From an adversarial point of view if you were trying to deliver “bulk equipment interference” then it doesn’t get any better than piggybacking on something which has control of the boot process, and hence all subsequently run processes.

So although the Raspberry Pi is cheap and hugely popular it’s not supported by the Freedombone project. Perhaps future versions of the Pi won’t have the proprietary blob requirement, or maybe the blob will be open sourced at some stage.

Why use Github?

Github is paradoxically a centralized, closed and proprietary system which happens to mostly host free and open source projects. Up until now it has been relatively benign, but at some point in the name of “growth” it will likely start becoming more evil, or just become like SourceForge - which was also once much loved by FOSS developers, but turned into a den of malvertizing.

At present Github is useful just because of the sheer number of eyeballs and the easy discoverability of projects via search.

The source code for this project is experimentally independently hosted, and it is expected that in future the main development will shift over to an independent site, maybe with mirrors on Github if it still exists in a viable form.

Currently many of the repositories used for applications which are not yet packaged for Debian are on Github, and to provide some degree of resilliance against depending too much upon that it’s possible to use mirrors stored on another server.

Keys and emails should not be stored on servers. Why do you do that?

Ordinarily this is good advice. However, the threat model for a device in your home is different from the one for a generic server in a massive warehouse. Compare and contrast:

At home In a warehouse
Accessible to a small number of people Accessible to possibly many random strangers
You control the environment You have no control over the warehouse
You know what gets plugged in to the box Anything could be plugged in to the box and you might not know
You know where your home is The warehouse could be anywhere in the world
Normally requires a warrant to search Requires little or no justification to search
You know what jurisdiction your home is within You may have no idea what jurisdiction the warehouse is within

In the home environment a box with a good firewall and no GUI components installed may be much more secure than the end points, such as laptops and phones.

Why can’t I access my .onion site with a Tor browser?

Probably you need to add the site to the NoScript whitelist. Typically click/press on the noscript icon (or select from the menu on mobile) then select whitelist and add the site URL. You may also need to disable HTTPS Everywhere when using onion addresses, which don’t use https.

What is the best hardware to run this system on?

It was originally designed to run on the Beaglebone Black, but that should be regarded as the most minimal system, because it’s single core and has by today’s standards a small amount of memory. Obviously the more powerful the hardware is the faster things like web pages (blog, social networking, etc) will be served but the more electricity such a system will require if you’re running it 24/7. A good compromise between performance and energy consumption is something like an old netbook. The battery of an old netbook or laptop even gives you UPS capability to keep the system going during brief power outages or cable re-arrangements, and that means using full disk encryption on the server also becomes more practical.

Out of fashion but still working computer hardware tends to be cheap and readily available, yet still good for providing internet services.

Can I add more users to the system?

Yes. Freedombone can support a small number of users, for a ”friends and family” type of home installation. This gives them access to an email account, XMPP, SIP phone and the blog (depending on whether the variant which you installed includes those).

ssh username@mydomainname -p 2222

Select Administrator controls then Manage Users and then Add a user. You will be prompted for a username and you can also optionally provide their ssh public key.

Something to consider when having more than a single user on the system is the security situation. The original administrator user will have access to all of the data for other users (including their encryption keys), so if you do add extra users they need to have complete trust in the administrator.

Another point is that Freedombone installations are not intended to support many users (maybe ten at most). Large numbers of users may make the system unstable, and the more users you have on one system the more it becomes a single point of failure and also perhaps a honeypot from the standpoint of adversaries. Think of what happened with Lavabit and the moral dilemma which an administrator can be faced with (comply with threats and betray the trust of your users or don’t comply and suffer other consequences). Ideally, you never want to put yourself into a situation where you can be forced to betray others.

Why not use Signal for mobile chat?

Celebrities recommend Signal. It’s Free Software so it must be good, right?

If you are currently using a proprietary chat app, something without any encryption or something really bad such as Telegram, then Signal is definitely a step up in terms of security. But Signal has problems, which can be summarised as:

  • It’s based on a single server run by Open Whisper Systems. That’s a single point of failure and ought to be a big red flag (of the sporting rather than the socialist variety) as a possible locus for concentrated nefariousness.
  • It requires the installation of Google Play. If you already have Google Play installed on a stock Android OS then this doesn’t increase your security problems, but for other more secure Android variants it’s a massive increase in attack surface.
  • It depends entirely upon the Google message pushing system. That means that Google at least knows who Signal messages are being sent to and may be able to infer the rest via your (insecure) Android phone contact list or via timing correlation of alternating deliveries. Remember that for an adversary metadata in aggregate is much better than having the content of messages. At any time Google could decide that it doesn’t want to support Signal, or in adverse circumstances they could be leaned upon by the usual agencies or government cronies.
  • Their privacy policy indicates that they will give whatever server data they have to third parties under some conditions. Of course this is always claimed to be for the very best of reasons - such as combating fraud - but once that sort of disclosure capability exists it may be abused without you ever knowing about it.

What is the most secure chat app to use on mobile?

On mobile there are various options. The apps which are likely to be most secure are ones which have end-to-end encryption enabled by default and which can also be onion routed via Orbot. End-to-end encryption secures the content of the message and onion routing obscures the metadata, making it hard for a passive adversary to know who is communicating with who.

The current safest way to chat is to use Conversations together with Orbot - both of which can be installed from F-droid. You may need to enable the Guardian Project repository within F-droid in order to be able to install Orbot. Within the settings of the Conversations app you can set it to route via Tor, and also you can use the XMPP service of your Freedombone server. That way all of the software infrastructure is controlled by you or your community.

There are many other fashionable chat apps with end-to-end security, but often they are closed source or can’t be onion routed. For example, this means that although the often recommended Signal app may have state of the art security for the content of each message, in all likelihood Google and whichever agencies they are friendly with will be able to obtain a complete social graph of all Signal users, revealing who chats with who. It’s also important to remember that closed source chat apps should be assumed to be untrustworthy, since their security cannot be independently audited.

How do I remove a user from the system?

To remove a user:

ssh username@mydomainname -p 2222

Select Administrator controls then Manage Users and then Delete a user. Note that this will delete all of that user’s files and email.

How do I reset the tripwire?

The tripwire will be automatically reset once per week. If you want to reset it earlier then do the following:

ssh username@mydomain -p 2222

Select Administrator controls then “reset tripwire” using cursors and space bar then enter.

Is metadata protected?

We kill people based on metadata

– Michael Hayden

Even when using Freedombone metadata analysis by third parties is still possible. This can be mitigated by accessing your blog, or other web services, via their onion addresses, rather than via more conventional domain names. In that case your ISP and any government which they might be compelled to report back to will know when your system is being accessed, but not necessarily which services are being accessed or by whom. So for instance using a Tor browser and the onion address people may be able to safely read your blog or wiki and be reasonably confident that metadata isn’t being gathered about what they read (or more concisely the metadata which can be gathered by a third party may just not be very useful or personally identifiable). On the other hand if you access the system via conventional domain names and dynamic DNS then it’s safe to assume that metadata can and will be collected by third parties.

How do I create email processing rules?

ssh username@domainname -p 2222

Select Administrator controls then Email Filtering Rules then you can add rules to be applied to incoming email addresses or mailing lists. If you prefer to do things directly on the command line, without the control panel, then the following commands are available:

freedombone-addlist Adds a mailing list
freedombone-rmlist Removes a mailing list
freedombone-addemail Transfers emails from an address to a given folder
freedombone-rmemail Removes an email transferal rule
freedombone-ignore Ignores email from an address or with a subject line containing text
freedombone-unignore Removes an ignore rule

Spamassassin is also available and within Mutt you can use the S (shift+s) key to mark an email as spam or the H (shift+h) key to mark an email as not being spam. So by using a combination of email rules and spam filtering you should be able to avoid any spammers or trolls.

Why isn’t dynamic DNS working?

If you run the command:

systemctl status inadyn

And see some error related to checking for changes in the IP address then you can try other external IP services. Edit /etc/inadyn.conf and change the domain for the checkip-url parameter. Possible sites are:

https://check.torproject.org/
https://www.whatsmydns.net/whats-my-ip-address.html
https://www.privateinternetaccess.com/pages/whats-my-ip/
http://checkip.two-dns.de
http://ip.dnsexit.com
http://ifconfig.me/ip
http://ipecho.net/plain
http://checkip.dyndns.org/plain
http://ipogre.com/linux.php
http://whatismyipaddress.com/
http://ip.my-proxy.com/
http://websiteipaddress.com/WhatIsMyIp
http://getmyipaddress.org/
http://www.my-ip-address.net/
http://myexternalip.com/raw
http://www.canyouseeme.org/
http://www.trackip.net/
http://icanhazip.com/
http://www.iplocation.net/
http://www.howtofindmyipaddress.com/
http://www.ipchicken.com/
http://whatsmyip.net/
http://www.ip-adress.com/
http://checkmyip.com/
http://www.tracemyip.org/
http://checkmyip.net/
http://www.lawrencegoetz.com/programs/ipinfo/
http://www.findmyip.co/
http://ip-lookup.net/
http://www.dslreports.com/whois
http://www.mon-ip.com/en/my-ip/
http://www.myip.ru
http://ipgoat.com/
http://www.myipnumber.com/my-ip-address.asp
http://www.whatsmyipaddress.net/
http://formyip.com/
http://www.displaymyip.com/
http://www.bobborst.com/tools/whatsmyip/
http://www.geoiptool.com/
http://checkip.dyndns.com/
http://myexternalip.com/
http://www.ip-adress.eu/
http://www.infosniper.net/
http://wtfismyip.com/
http://ipinfo.io/
http://httpbin.org/ip

How do I change my encryption settings?

Suppose that some new encryption vulnerability has been announced and that you need to change your encryption settings. Maybe an algorithm thought to be secure is now no longer so and you need to remove it. You can change your settings by doing the following:

ssh myusername@mydomain -p 2222

Select Administrator controls then select Security Settings. You will then be able to edit the crypto settings for all of the installed applications. Be very careful when editing, since any mistake could make your system less secure rather than more.

How do I get a domain name?

Suppose that you have bought a domain name (rather than using a free subdomain on freedns) and you want to use that instead.

Remove any existing nameservers for your domain (or select “custom” nameservers), then add:

NS1.AFRAID.ORG
NS2.AFRAID.ORG
NS3.AFRAID.ORG
NS4.AFRAID.ORG

It might take a few minutes for the above change to take effect. Within freedns click on “Domains” and add your domains (this might only be available to paid members). Make sure that they’re marked as “private”.

Select “Subdomains” from the menu on the left then select the MX entry for your domain and change the destination to 10:mydomainname rather than 10:mail.mydomainname.

To route email to one of your freedns domains:

editor /etc/mailname