Note on clearnet access to irc server

This commit is contained in:
Bob Mottram 2016-10-29 12:22:53 +01:00
parent 81f294f3b7
commit a3ebf299cd
3 changed files with 194 additions and 180 deletions

View File

@ -369,19 +369,23 @@ ssh username@mydomainname -p 2222
Select Administrator options, then *About this system* and make a note of the onion address for IRC. Also select the *IRC Menu* and take a note of the login password.
[[file:images/hexchat_setup.jpg]]
Run HexChat.
Within the network list click, *Add* and enter your domain name then click *Edit*.
Select the entry within the servers box, then enter *ircaddress.onion/6697* and press *Enter*.
Select the entry within the servers box, then enter *ircaddress.onion/6697* or *mydomainname/6697* and press *Enter*.
Uncheck *use global user information*.
Enter first and second nicknames and check *connect to this network on startup*.
Make sure that *use SSL* is unchecked. Encryption will be handled via the onion address itself.
If you are using the ordinary domain name (clearnet/ICANN) then make sure that *Use SSL* is checked.
[[file:images/hexchat_setup_clearnet.jpg]]
If you are using the onion address then *use SSL* should be unchecked and the transport encryption will be handled via the onion address itself.
[[file:images/hexchat_setup.jpg]]
Within the *Password* field enter the password which can be found from the IRC menu of the *control panel*.

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -3,11 +3,11 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2016-10-19 Wed 15:26 -->
<!-- 2016-10-29 Sat 12:22 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
<meta name="generator" content="Org-mode" />
<meta name="generator" content="Org mode" />
<meta name="author" content="Bob Mottram" />
<meta name="description" content="Turn the Beaglebone Black into a personal communications server"
/>
@ -255,15 +255,15 @@ for the JavaScript code in this tag.
</colgroup>
<tbody>
<tr>
<td class="org-left"><a href="#orgceda752">Readme</a></td>
<td class="org-left"><a href="#orgfe1010c">Readme</a></td>
</tr>
<tr>
<td class="org-left"><a href="#org25d4e88">Improving ssh security</a></td>
<td class="org-left"><a href="#org5ba5ea0">Improving ssh security</a></td>
</tr>
<tr>
<td class="org-left"><a href="#org4c1346e">Administrating the system via an onion address (Tor)</a></td>
<td class="org-left"><a href="#orgc42a31e">Administrating the system via an onion address (Tor)</a></td>
</tr>
<tr>
@ -275,50 +275,50 @@ for the JavaScript code in this tag.
</tr>
<tr>
<td class="org-left"><a href="#orgc7bfc05">Syncing to the Cloud</a></td>
<td class="org-left"><a href="#org3c1ea7b">Syncing to the Cloud</a></td>
</tr>
<tr>
<td class="org-left"><a href="#org82415cd">Play Music</a></td>
<td class="org-left"><a href="#org8b9ea30">Play Music</a></td>
</tr>
<tr>
<td class="org-left"><a href="#orgca9e586">Microblogging (GNU Social)</a></td>
<td class="org-left"><a href="#orge237203">Microblogging (GNU Social)</a></td>
</tr>
<tr>
<td class="org-left"><a href="#org9671850">Sharing things</a></td>
<td class="org-left"><a href="#org633f62c">Sharing things</a></td>
</tr>
<tr>
<td class="org-left"><a href="#org88f8256">Social Network</a></td>
<td class="org-left"><a href="#org5154bba">Social Network</a></td>
</tr>
<tr>
<td class="org-left"><a href="#org7c4659b">Chat Services</a></td>
<td class="org-left"><a href="#org2c4656e">Chat Services</a></td>
</tr>
<tr>
<td class="org-left"><a href="#org80b3e80">RSS Reader</a></td>
<td class="org-left"><a href="#org0ca1e0e">RSS Reader</a></td>
</tr>
<tr>
<td class="org-left"><a href="#orgedc0a36">Git Projects</a></td>
<td class="org-left"><a href="#org988b59e">Git Projects</a></td>
</tr>
<tr>
<td class="org-left"><a href="#orgb4cd0c8">Adding or removing users</a></td>
<td class="org-left"><a href="#org7532960">Adding or removing users</a></td>
</tr>
<tr>
<td class="org-left"><a href="#org8a02c37">Blocking Ads</a></td>
<td class="org-left"><a href="#orge4624b4">Blocking Ads</a></td>
</tr>
</tbody>
</table>
<div id="outline-container-orgceda752" class="outline-2">
<h2 id="orgceda752">Readme</h2>
<div class="outline-text-2" id="text-orgceda752">
<div id="outline-container-orgfe1010c" class="outline-2">
<h2 id="orgfe1010c">Readme</h2>
<div class="outline-text-2" id="text-orgfe1010c">
<p>
After the system has installed a README file will be generated which contains passwords and some brief advice on using the installed systems. You can read this with the following commands:
</p>
@ -338,9 +338,9 @@ To exit you can either just close the terminal or use <b>CTRL-x CTRL-c</b> follo
</p>
</div>
</div>
<div id="outline-container-org25d4e88" class="outline-2">
<h2 id="org25d4e88">Improving ssh security</h2>
<div class="outline-text-2" id="text-org25d4e88">
<div id="outline-container-org5ba5ea0" class="outline-2">
<h2 id="org5ba5ea0">Improving ssh security</h2>
<div class="outline-text-2" id="text-org5ba5ea0">
<p>
To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
</p>
@ -390,9 +390,9 @@ If you wish to only use ssh keys then log in to the Freedombone, become the root
</div>
</div>
<div id="outline-container-org4c1346e" class="outline-2">
<h2 id="org4c1346e">Administrating the system via an onion address (Tor)</h2>
<div class="outline-text-2" id="text-org4c1346e">
<div id="outline-container-orgc42a31e" class="outline-2">
<h2 id="orgc42a31e">Administrating the system via an onion address (Tor)</h2>
<div class="outline-text-2" id="text-orgc42a31e">
<p>
You can also access your system via the Tor system using an onion address. To find out what the onion address for ssh access is you can do the following:
</p>
@ -434,9 +434,9 @@ Subsequently even if dynamic DNS isn't working you may still be able to administ
</p>
</div>
</div>
<div id="outline-container-orgc7bfc05" class="outline-2">
<h2 id="orgc7bfc05">Syncing to the Cloud</h2>
<div class="outline-text-2" id="text-orgc7bfc05">
<div id="outline-container-org3c1ea7b" class="outline-2">
<h2 id="org3c1ea7b">Syncing to the Cloud</h2>
<div class="outline-text-2" id="text-org3c1ea7b">
<p>
<a href="https://syncthing.net">Syncthing</a> provides a similar capability to proprietary systems such as Dropbox, and also is well suited for use with low power single board computers. You can have one or more directories which are synchronized across your various laptops/desktops/devices, and this makes it hard for you to ever lose important files. The manner in which the synchronization is done is pretty secure, such that it would be difficult for passive adversaries (mass surveillance, "<i>men in the middle</i>", etc) to know what files you're sharing. Of course, you don't necessarily need to be running a server in order to use Syncthing, but if you do have a server which is always running then there's always at least one place to synchronize your files to or from.
</p>
@ -446,9 +446,9 @@ Freedombone provides Syncthing shared directories for each user on the system, p
</p>
</div>
<div id="outline-container-orge94c235" class="outline-3">
<h3 id="orge94c235">On a laptop</h3>
<div class="outline-text-3" id="text-orge94c235">
<div id="outline-container-orgfd85c63" class="outline-3">
<h3 id="orgfd85c63">On a laptop</h3>
<div class="outline-text-3" id="text-orgfd85c63">
<p>
Install syncthing:
</p>
@ -501,9 +501,9 @@ Now wait for a few minutes. Eventually you will see two messages appear within t
</p>
</div>
</div>
<div id="outline-container-org16d1d23" class="outline-3">
<h3 id="org16d1d23">On Android</h3>
<div class="outline-text-3" id="text-org16d1d23">
<div id="outline-container-org7ca375d" class="outline-3">
<h3 id="org7ca375d">On Android</h3>
<div class="outline-text-3" id="text-org7ca375d">
<p>
Install Syncthing and Connectbot from F-droid.
</p>
@ -534,12 +534,12 @@ Now wait for a few minutes or more. Eventually you should receive two notificati
</div>
</div>
</div>
<div id="outline-container-org82415cd" class="outline-2">
<h2 id="org82415cd">Play Music</h2>
<div class="outline-text-2" id="text-org82415cd">
</div><div id="outline-container-orgf2b907b" class="outline-3">
<h3 id="orgf2b907b">With the DLNA service</h3>
<div class="outline-text-3" id="text-orgf2b907b">
<div id="outline-container-org8b9ea30" class="outline-2">
<h2 id="org8b9ea30">Play Music</h2>
<div class="outline-text-2" id="text-org8b9ea30">
</div><div id="outline-container-org72875ff" class="outline-3">
<h3 id="org72875ff">With the DLNA service</h3>
<div class="outline-text-3" id="text-org72875ff">
<p>
An easy way to play music on any mobile device in your home is to use the DLNA service. Copy your music into a directory called "<i>Music</i>" on a USB thumb drive and then insert it into from socket on the Beaglebone.
</p>
@ -578,12 +578,12 @@ The DLNA service will only work within your local home network, and isn't remote
</div>
</div>
<div id="outline-container-orgca9e586" class="outline-2">
<h2 id="orgca9e586">Microblogging (GNU Social)</h2>
<div class="outline-text-2" id="text-orgca9e586">
</div><div id="outline-container-org82aa92f" class="outline-3">
<h3 id="org82aa92f">Initial setup</h3>
<div class="outline-text-3" id="text-org82aa92f">
<div id="outline-container-orge237203" class="outline-2">
<h2 id="orge237203">Microblogging (GNU Social)</h2>
<div class="outline-text-2" id="text-orge237203">
</div><div id="outline-container-org654d2e8" class="outline-3">
<h3 id="org654d2e8">Initial setup</h3>
<div class="outline-text-3" id="text-org654d2e8">
<p>
To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
</p>
@ -611,17 +611,17 @@ GNU Social has a clutter-free mobile user interface which can be accessed via a
</div>
</div>
<div id="outline-container-orgb789dc6" class="outline-3">
<h3 id="orgb789dc6">Direct Messages (DMs) and privacy</h3>
<div class="outline-text-3" id="text-orgb789dc6">
<div id="outline-container-org9394f3b" class="outline-3">
<h3 id="org9394f3b">Direct Messages (DMs) and privacy</h3>
<div class="outline-text-3" id="text-org9394f3b">
<p>
One important point about GNU Social is that although direct messages (DMs) are treated as being private their security is quite poor. If you want real communications privacy then use other systems such as XMPP+OMEMO/OTR, Tox or email with GPG. GNU Social is primarily about <i>fully public communications</i>.
</p>
</div>
</div>
<div id="outline-container-orga1999d1" class="outline-3">
<h3 id="orga1999d1">Using with Emacs</h3>
<div class="outline-text-3" id="text-orga1999d1">
<div id="outline-container-orgaf70bc2" class="outline-3">
<h3 id="orgaf70bc2">Using with Emacs</h3>
<div class="outline-text-3" id="text-orgaf70bc2">
<p>
If you are an Emacs user it's also possible to set up GNU Social mode as follows:
</p>
@ -705,9 +705,9 @@ And as a quick reference the main keys are:
</div>
</div>
<div id="outline-container-org9671850" class="outline-2">
<h2 id="org9671850">Sharing things</h2>
<div class="outline-text-2" id="text-org9671850">
<div id="outline-container-org633f62c" class="outline-2">
<h2 id="org633f62c">Sharing things</h2>
<div class="outline-text-2" id="text-org633f62c">
<p>
If you have the GNU Social microblogging system installed then it's also possible to share things or services between groups or with particular users. This can be useful for sharing items within a family, club or in a local sharing economy. Sharing things freely, without money, reveals the social basis at the root of all economics which money normally conceals or obscures.
</p>
@ -734,20 +734,20 @@ The "<i>catalog</i>" button then allows you to search for shared things within t
</div>
</div>
<div id="outline-container-org88f8256" class="outline-2">
<h2 id="org88f8256">Social Network</h2>
<div class="outline-text-2" id="text-org88f8256">
</div><div id="outline-container-org0167fa8" class="outline-3">
<h3 id="org0167fa8">Domains</h3>
<div class="outline-text-3" id="text-org0167fa8">
<div id="outline-container-org5154bba" class="outline-2">
<h2 id="org5154bba">Social Network</h2>
<div class="outline-text-2" id="text-org5154bba">
</div><div id="outline-container-orgd22bc6d" class="outline-3">
<h3 id="orgd22bc6d">Domains</h3>
<div class="outline-text-3" id="text-orgd22bc6d">
<p>
Both Hubzilla and GNU Social try to obtain certificates automatically at the time of installation via Let's Encrypt. This will likely mean that in order for this to work you'll need to have obtained at least one "official" domain via a domain selling service, since Let's Encrypt mostly doesn't seem to work with free subdomains from sites such as freeDNS.
</p>
</div>
</div>
<div id="outline-container-org91f05ec" class="outline-3">
<h3 id="org91f05ec">Initial install</h3>
<div class="outline-text-3" id="text-org91f05ec">
<div id="outline-container-org3b77dd2" class="outline-3">
<h3 id="org3b77dd2">Initial install</h3>
<div class="outline-text-3" id="text-org3b77dd2">
<p>
On first visiting your Hubzilla site you'll see the login screen. The first thing you need to do is <b>register</b> a new user. The first user on the system then becomes its administrator.
</p>
@ -761,19 +761,19 @@ On first visiting your Hubzilla site you'll see the login screen. The first thin
</div>
</div>
<div id="outline-container-org7c4659b" class="outline-2">
<h2 id="org7c4659b">Chat Services</h2>
<div class="outline-text-2" id="text-org7c4659b">
</div><div id="outline-container-org171782e" class="outline-3">
<h3 id="org171782e">IRC</h3>
<div class="outline-text-3" id="text-org171782e">
<div id="outline-container-org2c4656e" class="outline-2">
<h2 id="org2c4656e">Chat Services</h2>
<div class="outline-text-2" id="text-org2c4656e">
</div><div id="outline-container-org1379527" class="outline-3">
<h3 id="org1379527">IRC</h3>
<div class="outline-text-3" id="text-org1379527">
<p>
IRC is useful for multi-user chat. The classic use case is for software development where many engineers might need to coordinate their activities, but it's also useful for meetings, parties and general socialising.
</p>
</div>
<div id="outline-container-org9e5f7c1" class="outline-4">
<h4 id="org9e5f7c1">Irssi</h4>
<div class="outline-text-4" id="text-org9e5f7c1">
<div id="outline-container-orgd6eb3c4" class="outline-4">
<h4 id="orgd6eb3c4">Irssi</h4>
<div class="outline-text-4" id="text-orgd6eb3c4">
<p>
The easiest way to use irssi is to connect to your system, like this:
</p>
@ -788,9 +788,9 @@ Then select <b>IRC</b> from the menu. However, other than via this method using
</p>
</div>
</div>
<div id="outline-container-org7dc43a9" class="outline-4">
<h4 id="org7dc43a9">HexChat</h4>
<div class="outline-text-4" id="text-org7dc43a9">
<div id="outline-container-org2b4230d" class="outline-4">
<h4 id="org2b4230d">HexChat</h4>
<div class="outline-text-4" id="text-org2b4230d">
<p>
HexChat (formerly XChat) is compatible with proxying via Tor and so provides the best security when connecting to your IRC server. It will allow you to connect to your IRC server's onion address.
</p>
@ -922,12 +922,6 @@ Now look up the onion address for your IRC server
Select Administrator options, then <b>About this system</b> and make a note of the onion address for IRC. Also select the <b>IRC Menu</b> and take a note of the login password.
</p>
<div class="figure">
<p><img src="images/hexchat_setup.jpg" alt="hexchat_setup.jpg" />
</p>
</div>
<p>
Run HexChat.
</p>
@ -937,7 +931,7 @@ Within the network list click, <b>Add</b> and enter your domain name then click
</p>
<p>
Select the entry within the servers box, then enter <b>ircaddress.onion/6697</b> and press <b>Enter</b>.
Select the entry within the servers box, then enter <b>ircaddress.onion/6697</b> or <b>mydomainname/6697</b> and press <b>Enter</b>.
</p>
<p>
@ -949,9 +943,25 @@ Enter first and second nicknames and check <b>connect to this network on startup
</p>
<p>
Make sure that <b>use SSL</b> is unchecked. Encryption will be handled via the onion address itself.
If you are using the ordinary domain name (clearnet/ICANN) then make sure that <b>Use SSL</b> is checked.
</p>
<div class="figure">
<p><img src="images/hexchat_setup_clearnet.jpg" alt="hexchat_setup_clearnet.jpg" />
</p>
</div>
<p>
If you are using the onion address then <b>use SSL</b> should be unchecked and the transport encryption will be handled via the onion address itself.
</p>
<div class="figure">
<p><img src="images/hexchat_setup.jpg" alt="hexchat_setup.jpg" />
</p>
</div>
<p>
Within the <b>Password</b> field enter the password which can be found from the IRC menu of the <b>control panel</b>.
</p>
@ -966,9 +976,9 @@ Click <b>close</b> and then <b>connect</b>.
</div>
</div>
<div id="outline-container-org8c84cd7" class="outline-4">
<h4 id="org8c84cd7">Emacs</h4>
<div class="outline-text-4" id="text-org8c84cd7">
<div id="outline-container-org7ad5796" class="outline-4">
<h4 id="org7ad5796">Emacs</h4>
<div class="outline-text-4" id="text-org7ad5796">
<p>
If you are an Emacs user then you can also connect to your IRC server via Emacs.
</p>
@ -999,9 +1009,9 @@ Add the following to your Emacs configuration file:
</div>
</div>
</div>
<div id="outline-container-org1d2bded" class="outline-4">
<h4 id="org1d2bded">Changing or removing the IRC password</h4>
<div class="outline-text-4" id="text-org1d2bded">
<div id="outline-container-org34317b0" class="outline-4">
<h4 id="org34317b0">Changing or removing the IRC password</h4>
<div class="outline-text-4" id="text-org34317b0">
<p>
By default the IRC server is set up to require a password for users to log in. The password is the same for all users. If you want to change or remove the password:
</p>
@ -1018,20 +1028,20 @@ Select <i>Administrator controls</i> then <b>IRC Menu</b> and then change the pa
</div>
</div>
<div id="outline-container-org51f0c3f" class="outline-3">
<h3 id="org51f0c3f">XMPP/Jabber</h3>
<div class="outline-text-3" id="text-org51f0c3f">
</div><div id="outline-container-org981f61d" class="outline-4">
<h4 id="org981f61d">About XMPP</h4>
<div class="outline-text-4" id="text-org981f61d">
<div id="outline-container-org24acf45" class="outline-3">
<h3 id="org24acf45">XMPP/Jabber</h3>
<div class="outline-text-3" id="text-org24acf45">
</div><div id="outline-container-orgeca451e" class="outline-4">
<h4 id="orgeca451e">About XMPP</h4>
<div class="outline-text-4" id="text-orgeca451e">
<p>
A well written article on the state of XMPP and how it compares to other chat protocols <a href="https://gultsch.de/xmpp_2016.html">can be found here</a>.
</p>
</div>
</div>
<div id="outline-container-orgf4426e7" class="outline-4">
<h4 id="orgf4426e7">Using with Gajim</h4>
<div class="outline-text-4" id="text-orgf4426e7">
<div id="outline-container-orga3ac2fa" class="outline-4">
<h4 id="orga3ac2fa">Using with Gajim</h4>
<div class="outline-text-4" id="text-orga3ac2fa">
<p>
In mid 2016 <a href="https://gajim.org/">Gajim</a> became the first desktop XMPP client to support the <a href="https://en.wikipedia.org/wiki/OMEMO">OMEMO end-to-end security standard</a>, which is superior to the more traditional <a href="https://en.wikipedia.org/wiki/Off-the-Record_Messaging">OTR</a> since it also includes multi-user chat and the ratcheting mechanism pioneered by Open Whisper Systems. To install it:
</p>
@ -1075,9 +1085,9 @@ If you wish to use OpenPGP to encrypt your messages then go to <b>Edit/Accounts<
</div>
</div>
<div id="outline-container-org5652887" class="outline-4">
<h4 id="org5652887">Using with Profanity</h4>
<div class="outline-text-4" id="text-org5652887">
<div id="outline-container-orgdbc97e4" class="outline-4">
<h4 id="orgdbc97e4">Using with Profanity</h4>
<div class="outline-text-4" id="text-orgdbc97e4">
<p>
The <a href="https://profanity.im">Profanity</a> shell based user interface and is perhaps the simplest way to use XMPP from a laptop. It's also a good way to ensure that your OTR keys are the same even when logging in from different laptops or devices, and it also means that if those devices later become compomised then there are no locally stored OTR keys to be found.
</p>
@ -1159,9 +1169,9 @@ When accessed via the user control panel the client is automatically routed thro
</p>
</div>
</div>
<div id="outline-container-orgcba6809" class="outline-4">
<h4 id="orgcba6809">Using with Jitsi</h4>
<div class="outline-text-4" id="text-orgcba6809">
<div id="outline-container-org9faa02f" class="outline-4">
<h4 id="org9faa02f">Using with Jitsi</h4>
<div class="outline-text-4" id="text-org9faa02f">
<p>
Jitsi is the recommended communications client for desktop or laptop systems, since it includes the <i>off the record</i> (OTR) feature which provides some additional security beyond the usual SSL certificates.
</p>
@ -1191,9 +1201,9 @@ You can also <a href="https://www.youtube.com/watch?v=vgx7VSrDGjk">see this vide
</p>
</div>
</div>
<div id="outline-container-org858031e" class="outline-4">
<h4 id="org858031e">Using with Ubuntu</h4>
<div class="outline-text-4" id="text-org858031e">
<div id="outline-container-org057fbea" class="outline-4">
<h4 id="org057fbea">Using with Ubuntu</h4>
<div class="outline-text-4" id="text-org057fbea">
<p>
The default XMPP client in Ubuntu is Empathy. Using Empathy isn't as secure as using Jitsi, since it doesn't include the <i>off the record</i> feature, but since it's the default it's what many users will have easy access to.
</p>
@ -1211,17 +1221,17 @@ Click on <b>Advanced</b> and make sure that <b>Encryption required</b> and <b>Ig
</p>
</div>
</div>
<div id="outline-container-orgaf05b14" class="outline-4">
<h4 id="orgaf05b14">Using Tor Messenger</h4>
<div class="outline-text-4" id="text-orgaf05b14">
<div id="outline-container-orgef0e33c" class="outline-4">
<h4 id="orgef0e33c">Using Tor Messenger</h4>
<div class="outline-text-4" id="text-orgef0e33c">
<p>
Tor Messenger is a messaging client which supports XMPP, and its onion routing enables you to protect the metadata of chat interactions to some extent by making it difficult for an adversary to know which server is talking to which. You can download Tor Messenger from <a href="https://torproject.org">torproject.org</a> and the setup is pretty simple.
</p>
</div>
</div>
<div id="outline-container-org0d6c283" class="outline-4">
<h4 id="org0d6c283">Using with Android/Conversations</h4>
<div class="outline-text-4" id="text-org0d6c283">
<div id="outline-container-org3353ae7" class="outline-4">
<h4 id="org3353ae7">Using with Android/Conversations</h4>
<div class="outline-text-4" id="text-org3353ae7">
<p>
Install <a href="https://f-droid.org/">F-Droid</a>
</p>
@ -1256,16 +1266,16 @@ Then select <b>Next</b>. When chatting you can use the lock icon to encrypt your
</div>
</div>
</div>
<div id="outline-container-org0901b2a" class="outline-3">
<h3 id="org0901b2a">Tox</h3>
<div class="outline-text-3" id="text-org0901b2a">
<div id="outline-container-org889cd39" class="outline-3">
<h3 id="org889cd39">Tox</h3>
<div class="outline-text-3" id="text-org889cd39">
<p>
Tox is an encrypted peer-to-peer messaging system and so should work without Freedombone. It uses a system of nodes which act as a sort of directory service allowing users to find and connect to each other. The Tox node ID on the Freedombone can be found within the README within your home directory. If you have other users connect to your node then you will be able to continue chatting even when no other nodes are available.
</p>
</div>
<div id="outline-container-org8e86e2d" class="outline-4">
<h4 id="org8e86e2d">Using the Toxic client</h4>
<div class="outline-text-4" id="text-org8e86e2d">
<div id="outline-container-org411a34b" class="outline-4">
<h4 id="org411a34b">Using the Toxic client</h4>
<div class="outline-text-4" id="text-org411a34b">
<p>
Log into your system with:
</p>
@ -1288,20 +1298,20 @@ Then from the menu select <b>Tox Chat</b>. Tox is encrypted by default and also
</div>
</div>
<div id="outline-container-orgd0eca9c" class="outline-3">
<h3 id="orgd0eca9c">VoIP (Voice and text chat)</h3>
<div class="outline-text-3" id="text-orgd0eca9c">
</div><div id="outline-container-orgd11f828" class="outline-4">
<h4 id="orgd11f828">Text chat</h4>
<div class="outline-text-4" id="text-orgd11f828">
<div id="outline-container-org6607dd6" class="outline-3">
<h3 id="org6607dd6">VoIP (Voice and text chat)</h3>
<div class="outline-text-3" id="text-org6607dd6">
</div><div id="outline-container-org75f51a1" class="outline-4">
<h4 id="org75f51a1">Text chat</h4>
<div class="outline-text-4" id="text-org75f51a1">
<p>
In addition to voice it is also possible to do text chat via mumble. The security of this is pretty good provided that you do it via Plumble and Orbot on mobile, but compared to other options such as XMPP/Conversations or Tox the security is not as good, since the mumble server currently doesn't support forward secrecy.
</p>
</div>
</div>
<div id="outline-container-orgbf8432e" class="outline-4">
<h4 id="orgbf8432e">Using with Ubuntu</h4>
<div class="outline-text-4" id="text-orgbf8432e">
<div id="outline-container-orge6d0e02" class="outline-4">
<h4 id="orge6d0e02">Using with Ubuntu</h4>
<div class="outline-text-4" id="text-orge6d0e02">
<p>
Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.
</p>
@ -1311,9 +1321,9 @@ Click on "add new" to add a new server and enter the default domain name for the
</p>
</div>
</div>
<div id="outline-container-org049423c" class="outline-4">
<h4 id="org049423c">Using with Android</h4>
<div class="outline-text-4" id="text-org049423c">
<div id="outline-container-org6f3fe93" class="outline-4">
<h4 id="org6f3fe93">Using with Android</h4>
<div class="outline-text-4" id="text-org6f3fe93">
<p>
Install <a href="https://f-droid.org/">F-Droid</a>
</p>
@ -1348,24 +1358,24 @@ Selecting the server by pressing on it then connects you to the server so that y
</div>
</div>
</div>
<div id="outline-container-org6b270aa" class="outline-3">
<h3 id="org6b270aa">SIP phones</h3>
<div class="outline-text-3" id="text-org6b270aa">
<div id="outline-container-org94a179b" class="outline-3">
<h3 id="org94a179b">SIP phones</h3>
<div class="outline-text-3" id="text-org94a179b">
<p>
Freedombone also supports SIP phones The username and domain is the same as for your email address, and the SIP password and extension number will appear within the README file in your home directory. Various SIP client options are available, such as CSipSimple on Android and Jitsi on desktop or laptop machines. Ideally use clients which support ZRTP, which will provide the best level of security.
</p>
</div>
<div id="outline-container-orgf5a05aa" class="outline-4">
<h4 id="orgf5a05aa">About ZRTP</h4>
<div class="outline-text-4" id="text-orgf5a05aa">
<div id="outline-container-orgd876760" class="outline-4">
<h4 id="orgd876760">About ZRTP</h4>
<div class="outline-text-4" id="text-orgd876760">
<p>
<a href="https://jitsi.org/Documentation/ZrtpFAQ">ZRTP</a> appears to be the current best standard to end-to-end encrypted voice calls, combining good security with simplicity of use. When the initial cryptographic negotiation between phones is done at the start of a call a short authentication string (SAS) is calculated and displayed at both ends. To check that there isn't anyone intercepting the call and acting as a <i>man in the middle</i> - as <a href="https://en.wikipedia.org/wiki/Stingray_phone_tracker">stingray type devices</a> try to do - the short authentication string can be read out and verbally confirmed between the callers. If it's the same then you can be pretty confident that the call is secure.
</p>
</div>
</div>
<div id="outline-container-org592cbf5" class="outline-4">
<h4 id="org592cbf5">Using with CSIPSimple</h4>
<div class="outline-text-4" id="text-org592cbf5">
<div id="outline-container-org9b8d8e3" class="outline-4">
<h4 id="org9b8d8e3">Using with CSIPSimple</h4>
<div class="outline-text-4" id="text-org9b8d8e3">
<p>
Add an account. Under <b>General Wizards</b> choose <b>Expert</b> and enter the following details:
</p>
@ -1421,9 +1431,9 @@ If everything is working the account should appear in green with a status of <b>
</p>
</div>
</div>
<div id="outline-container-org53f86de" class="outline-4">
<h4 id="org53f86de">Using with Ring</h4>
<div class="outline-text-4" id="text-org53f86de">
<div id="outline-container-org5b83417" class="outline-4">
<h4 id="org5b83417">Using with Ring</h4>
<div class="outline-text-4" id="text-org5b83417">
<p>
From the menu select <b>Manage accounts</b>.
</p>
@ -1476,9 +1486,9 @@ Select the <b>Security</b> tab. Under <b>SRTP Key Exchange</b> select <b>ZRTP</b
</div>
</div>
<div id="outline-container-org80b3e80" class="outline-2">
<h2 id="org80b3e80">RSS Reader</h2>
<div class="outline-text-2" id="text-org80b3e80">
<div id="outline-container-org0ca1e0e" class="outline-2">
<h2 id="org0ca1e0e">RSS Reader</h2>
<div class="outline-text-2" id="text-org0ca1e0e">
<p>
The way that RSS reading is set up on Freedombone gives you strong reading privacy. Not only is there onion routing between you and the server but also between the server and the source of the RSS feed. The only down side is that many RSS feeds are still http only, and so could be vulnerable to injection attacks, but it's expected that more of this will go to https in the foreseeable future due to a combination of growing recognition of security issues and systems like Let's Encrypt which make obtaining certificates much easier.
</p>
@ -1490,9 +1500,9 @@ The way that RSS reading is set up on Freedombone gives you strong reading priva
</div>
</div>
<div id="outline-container-org4816d0c" class="outline-3">
<h3 id="org4816d0c">Finding the onion address</h3>
<div class="outline-text-3" id="text-org4816d0c">
<div id="outline-container-orga52747f" class="outline-3">
<h3 id="orga52747f">Finding the onion address</h3>
<div class="outline-text-3" id="text-orga52747f">
<p>
See the control panel for the RSS reader onion address.
</p>
@ -1516,9 +1526,9 @@ To set up the system open <a href="http://rss_reader_onion_address">http://rss_r
</div>
</div>
<div id="outline-container-org0a09be0" class="outline-3">
<h3 id="org0a09be0">On mobile</h3>
<div class="outline-text-3" id="text-org0a09be0">
<div id="outline-container-orge13d095" class="outline-3">
<h3 id="orge13d095">On mobile</h3>
<div class="outline-text-3" id="text-orge13d095">
<p>
To access the RSS reader from a mobile device you can install a Tor compatible browser such as OrFox. It will try to automatically change to the mobile version of the user interface. Remember to add the site to the NoScript whitelist, and you may also need to turn HTTPS Everywhere off.
</p>
@ -1530,9 +1540,9 @@ A note for the paranoid is that on mobile devices you get redirected to a differ
</blockquote>
</div>
</div>
<div id="outline-container-org7fb6463" class="outline-3">
<h3 id="org7fb6463">With Emacs</h3>
<div class="outline-text-3" id="text-org7fb6463">
<div id="outline-container-orga292b52" class="outline-3">
<h3 id="orga292b52">With Emacs</h3>
<div class="outline-text-3" id="text-orga292b52">
<p>
If you are an Emacs user then you can also read your RSS feeds via the <a href="https://github.com/dk87/avandu">Avandu</a> mode.
</p>
@ -1571,9 +1581,9 @@ And ensure that the Tor daemon is installed:
</div>
</div>
</div>
<div id="outline-container-orgedc0a36" class="outline-2">
<h2 id="orgedc0a36">Git Projects</h2>
<div class="outline-text-2" id="text-orgedc0a36">
<div id="outline-container-org988b59e" class="outline-2">
<h2 id="org988b59e">Git Projects</h2>
<div class="outline-text-2" id="text-org988b59e">
<p>
Github is ok, but it's proprietary and funded by venture capital. If you been around on the internet for long enough then you know how this story eventually works itself out - i.e. badly for the users. It's really only a question of time. If you're a software developer or do things which involve the Git version control system then it's a good idea to become accustomed to hosting your own repositories, before the inevitable Github shitstorm happens.
</p>
@ -1609,9 +1619,9 @@ This will stop any spam accounts being created by random strangers or bots. You
</p>
</div>
</div>
<div id="outline-container-orgb4cd0c8" class="outline-2">
<h2 id="orgb4cd0c8">Adding or removing users</h2>
<div class="outline-text-2" id="text-orgb4cd0c8">
<div id="outline-container-org7532960" class="outline-2">
<h2 id="org7532960">Adding or removing users</h2>
<div class="outline-text-2" id="text-org7532960">
<p>
Log into the system with:
</p>
@ -1639,9 +1649,9 @@ control
</div>
</div>
<div id="outline-container-org8a02c37" class="outline-2">
<h2 id="org8a02c37">Blocking Ads</h2>
<div class="outline-text-2" id="text-org8a02c37">
<div id="outline-container-orge4624b4" class="outline-2">
<h2 id="orge4624b4">Blocking Ads</h2>
<div class="outline-text-2" id="text-orge4624b4">
<p>
Everyone except for advertisers hates adverts. Not only are they annoying, but they can consume a lot of bandwidth, be a privacy problem in terms of allowing companies to track your browsing habits and also any badly written scripts they contain may introduce exploitable security holes.
</p>
@ -1651,9 +1661,9 @@ You can block ads for any devices connected to your local network by installing
</p>
</div>
<div id="outline-container-org3b4824f" class="outline-3">
<h3 id="org3b4824f">Set a static IP address</h3>
<div class="outline-text-3" id="text-org3b4824f">
<div id="outline-container-org1ac3294" class="outline-3">
<h3 id="org1ac3294">Set a static IP address</h3>
<div class="outline-text-3" id="text-org1ac3294">
<p>
Ensure that your system has a static local IP address (typically 192.168..) using the option on the control panel. You will also need to know the IP address of your internet router, which is usually <b>192.168.1.1</b> or <b>192.168.1.254</b>.
</p>
@ -1664,9 +1674,9 @@ When that's done select <b>About this system</b> from the control panel and see
</div>
</div>
<div id="outline-container-org3cf75e7" class="outline-3">
<h3 id="org3cf75e7">On each client system within your local network</h3>
<div class="outline-text-3" id="text-org3cf75e7">
<div id="outline-container-org2de5992" class="outline-3">
<h3 id="org2de5992">On each client system within your local network</h3>
<div class="outline-text-3" id="text-org2de5992">
<div class="org-src-container">
<pre class="src src-bash">sudo chattr -i /etc/resolv.conf
sudo nano /etc/resolv.conf
@ -1693,9 +1703,9 @@ Normally <i>resolv.conf</i> will be overwritten every time your reboot, but you
</div>
</div>
<div id="outline-container-org8d06d74" class="outline-3">
<h3 id="org8d06d74">On your internet router</h3>
<div class="outline-text-3" id="text-org8d06d74">
<div id="outline-container-org6a32590" class="outline-3">
<h3 id="org6a32590">On your internet router</h3>
<div class="outline-text-3" id="text-org6a32590">
<p>
If you can access the settings on your local internet router then this is the simplest way to provide ad blocking for all devices which connect to it.
</p>
@ -1706,9 +1716,9 @@ Edit the DNS settings and add the IPv4 address which you got from the control pa
</div>
</div>
<div id="outline-container-orgac391de" class="outline-3">
<h3 id="orgac391de">Configuring block lists</h3>
<div class="outline-text-3" id="text-orgac391de">
<div id="outline-container-org22e3a31" class="outline-3">
<h3 id="org22e3a31">Configuring block lists</h3>
<div class="outline-text-3" id="text-org22e3a31">
<p>
You can configure the block lists which the system uses by going to the <b>administrator control panel</b>, selecting <b>App Settings</b> then choosing <b>pihole</b>. You can also add any extra domain names to the whitelist if they're being wrongly blocked or to the blacklist if they're not blocked by the current lists.
</p>