- MPI test program
[oweals/gnunet.git] / README
1                        Welcome to GNUnet
2
3
4 What is GNUnet?
5 ===============
6
7 GNUnet is peer-to-peer framework focusing on security.  The first and
8 primary application for GNUnet is anonymous file-sharing.  GNUnet is
9 currently developed by a worldwide group of independent free software
10 developers.  GNUnet is a GNU package (http://www.gnu.org/).
11
12 This is an ALPHA release.  There are known and significant bugs as 
13 well as many missing features in this release.  
14
15 Additional documentation about GNUnet can be found at
16 https://gnunet.org/.
17
18
19 Dependencies:
20 =============
21
22 Please note that for many of its dependencies GNUnet requires very
23 recent versions of the libraries which are often NOT to be found in
24 stable distributions in 2011.  While using older packages may in some
25 cases on some operating systems may seem to work in some limited
26 fashion, we are in many cases aware of serious problems with older
27 packages.  Hence please make sure to use  the versions listed below.
28
29 These are the direct dependencies for running GNUnet:
30
31 - libextractor  >= 0.6.1
32 - libmicrohttpd >= 0.9.18
33 - libgcrypt     >= 1.2
34 - libcurl       >= 7.21.3
35 - libunistring  >= 0.9.2
36 - gnutls        >= 2.12.0
37 - libltdl       >= 2.2 (part of GNU libtool)
38 - sqlite        >= 3.0 (default database)
39 - mysql         >= 5.1 (alternative to sqLite)
40 - postgres      >= 8.3 (alternative to sqLite)
41
42 Recommended autotools for compiling the SVN version are:
43 - autoconf >= 2.59
44 - automake >= 1.11.1
45 - libtool  >= 2.2 
46
47
48 How to install?
49 ===============
50
51 The fastest way is to use a binary package if it is available for your
52 system.  For a more detailed description, read the installation
53 instructions on the webpage at https://gnunet.org/installation.
54
55 Note that some functions of GNUnet require "root" access.  GNUnet will
56 install (tiny) SUID binaries for those functions is you run "make
57 install" as root.  If you do not, GNUnet will still work, but some
58 functionality will not be available (including certain forms of NAT
59 traversal).
60
61 GNUnet requires the GNU MP library (http://www.gnu.org/software/gmp/)
62 and libgcrypt (http://www.gnupg.org/).  You can specify the path to
63 libgcrypt by passing "--with-gcrypt=PATH" to configure.  You will also
64 need either sqlite (http://www.sqlite.org/), MySQL
65 (http://www.mysql.org/) or PostGres (http://www.postgres.org/).
66
67 If you install from source, you need to install GNU libextractor first
68 (download from http://www.gnu.org/software/libextractor/).  We also
69 recommend installing GNU libmicrohttpd (download from
70 http://www.gnu.org/software/libmicrohttpd/).  Then you can start the
71 actual GNUnet compilation and installation process with:
72
73 $ export GNUNET_PREFIX=/usr/local # or other directory of your choice
74 # addgroup gnunetdns
75 # adduser gnunet gnunet
76 # ./configure --prefix=$GNUNET_PREFIX --with-extractor=$LE_PREFIX
77 $ make
78 # make install
79 # sudo -u gnunet gnunet-arm -s
80
81 Note that running the 'configure' and 'make install' steps as
82 root (or with sudo) is required as some parts of the installation
83 require the creation of SUID binaries.  The installation will
84 work if you do not run these steps as root, but some components
85 may not be installed in the perfect place or with the right
86 permissions and thus won't work.
87
88 This will create the users and groups needed for running GNUnet
89 securely and then compile and install GNUnet to $GNUNET_PREFIX/bin/,
90 $GNUNET_PREFIX/lib/ and $GNUNET_PREFIX/share/ and start the system
91 with the default configuration.  It is strongly recommended that you
92 add a user "gnunet" to run "gnunet-arm".  You can then still run the
93 end-user applications as another user.  
94
95 If you create a system user "gnunet", it is recommended that you edit
96 the configuration file slightly so that data can be stored in the
97 system user home directory at "/var/lib/gnunet".  Depending on what
98 the $HOME-directory of your "gnunet" user is, you might need to set
99 the SERVICEHOME option in section "[PATHS]" to "/var/lib/gnunet" to
100 do this.  Depending on your personal preferences, you may also want to
101 use "/etc/gnunet.conf" for the location of the configuration file in
102 this case (instead of ~gnunet/.gnunet/gnunet.conf").  In this case,
103 you need to start GNUnet using "gnunet-arm -s -c /etc/gnunet.conf".
104
105 You can avoid running 'make install' as root if you run configure
106 with the "--with-sudo=yes" option and have extensive sudo rights
107 (can run "chmod +s" and "chown" via 'sudo').  If you run 'make install'
108 as a normal user without sudo rights (or the configure option),
109 certain binaries that require additional priviledges will not be
110 installed properly (and autonomous NAT traversal, WLAN, DNS/GNS and 
111 the VPN will then not work).
112
113 If you run 'configure' and 'make install' as root or use the SUDO
114 option, GNUnet's build system will install "libnss_gns*" libraries to
115 "/lib/" regardless (!) of the $GNUNET_PREFIX you might have specified,
116 as those libraries must be in "/lib/".  If you are packaging GNUnet
117 for binary distribution, this may cause your packaging script to miss
118 those plugins, so you might need to do some additional manual work to
119 include those libraries in your binary package(s).  Similarly, if you
120 want to use the GNUnet naming system and did NOT run GNUnet's 'make
121 install' process with SUDO rights, the libraries will be installed to
122 "$GNUNET_PREFIX/lib" and you will have to move them to "/lib/"
123 manually.
124
125 Finally, if you are compiling the code from subversion, you have to
126 run ". bootstrap" before ./configure.  If you receive an error during
127 the running of ". bootstrap" that looks like "macro `AM_PATH_GTK' not
128 found in library", you may need to run aclocal by hand with the -I
129 option, pointing to your aclocal m4 macros, i.e.
130
131 $ aclocal -I /usr/local/share/aclocal
132
133
134 Configuration
135 =============
136
137 Note that additional, per-user configuration files can be created by
138 each user.  However, this is usually not necessary as there are few
139 per-user options that normal users would want to modify.  The defaults
140 that are shipped with the installation are usually just fine.
141
142 The gnunet-setup tool is particularly useful to generate the master
143 configuration for the peer.  gnunet-setup can be used to configure and
144 test (!) the network settings, choose which applications should be run
145 and configure databases.  Other options you might want to control
146 include system limitations (such as disk space consumption, bandwidth,
147 etc.).  The resulting configuration files are human-readable and can
148 theoretically be created or edited by hand.
149
150 gnunet-setup is a separate download and requires somewhat recent
151 versions of GTK+ and Glade. You can also create the configuration file
152 by hand, but this is not recommended.  For more general information
153 about the GNU build process read the INSTALL file.
154
155 GNUnet uses two types of configuration files, one that specifies the
156 system-wide defaults (typically located in
157 $GNUNET_PREFIX/share/gnunet/config.d/) and a second one that overrides
158 default values with user-specific preferences.  The user-specific
159 configuration file should be located in "~/.gnunet/gnunet.conf" or its
160 location can be specified by giving the "-c" option to the respective
161 GNUnet application.
162
163
164 Usage
165 =====
166
167 First, you must obtain an initial list of GNUnet hosts.  Knowing a
168 single peer is sufficient since after that GNUnet propagates
169 information about other peers.  Note that the default configuration
170 contains URLs from where GNUnet downloads an initial hostlist
171 whenever it is started.  If you want to create an alternative URL for
172 others to use, the file can be generated on any machine running
173 GNUnet by periodically executing
174
175 $ cat $SERVICEHOME/data/hosts/* > the_file
176
177 and offering 'the_file' via your web server.  Alternatively, you can
178 run the build-in web server by adding '-p' to the OPTIONS value
179 in the "hostlist" section of gnunet.conf and opening the respective
180 HTTPPORT to the public.
181
182 If the solution with the hostlist URL is not feasible for your
183 situation, you can also add hosts manually.  Simply copy the hostkeys
184 to "$SERVICEHOME/data/hosts/" (where $SERVICEHOME is the directory
185 specified in the gnunet.conf configuration file).  You can also use
186 "gnunet-peerinfo -g" to GET a URI for a peer and "gnunet-peerinfo -p
187 URI" to add a URI from another peer.  Finally, GNUnet peers that use
188 UDP or WLAN will discover each other automatically (if they are in the
189 vicinity of each other) using broadcasts (IPv4/WLAN) or multicasts
190 (IPv6).
191
192 The local node is started using "gnunet-arm -s".  GNUnet should run
193 24/7 if you want to maximize your anonymity, as this makes partitioning
194 attacks harder.
195
196 Once your peer is running, you should then be able to access GNUnet
197 using the shell:
198
199 $ gnunet-search KEYWORD
200
201 This will display a list of results to the console.  You can abort
202 the command using "CTRL-C".  Then use
203
204 $ gnunet-download -o FILENAME GNUNET_URI
205
206 to retrieve a file.  The GNUNET_URI is printed by gnunet-search
207 together with a description.  To publish files on GNUnet, use the
208 "gnunet-publish" command.
209
210
211 The GTK user interface is shipped separately.  After downloading and
212 installing gnunet-gtk, you can invoke the setup tool and the 
213 file-sharing GUI with:
214
215 $ gnunet-setup
216 $ gnunet-fs-gtk
217
218 For further documentation, see our webpage.
219
220
221 Hacking GNUnet
222 ==============
223
224 Contributions are welcome, please submit bugs to
225 https://gnunet.org/bugs/.  Please make sure to run contrib/report.sh
226 and include the output with your bug reports.  More about how to
227 report bugs can be found in the GNUnet FAQ on the webpage.  Submit
228 patches via E-Mail to gnunet-developers@gnu.org.
229
230 In order to run the unit tests with "make check", you need to
231 set an environment variable ("GNUNET_PREFIX") to the directory
232 where GNUnet is installed (usually, GNUnet will use OS specific
233 tricks in order to try to figure out the PREFIX, but since the
234 testcase binaries are not installed, that trick does not work
235 for them).  Also, before running any testcases, you must
236 complete the installation first.  Quick summary:
237
238 $ ./configure --prefix=$SOMEWHERE
239 $ make
240 $ make install
241 $ export GNUNET_PREFIX=$SOMEWHERE
242 $ make check
243
244 Some of the testcases require python >= 2.6 and pexpect to be
245 installed.  If any testcases fail to pass on your system, run 
246 "contrib/report.sh" and report the output together with 
247 information about the failing testcase to the Mantis bugtracking 
248 system at https://gnunet.org/bugs/.
249
250
251 Running HTTP on port 80 and HTTPS on port 443
252 =============================================
253
254 In order to hide GNUnet's HTTP/HTTPS traffic perfectly, you might
255 consider running GNUnet's HTTP/HTTPS transport on port 80/443.
256 However, we do not recommend running GNUnet as root.  Instead, forward
257 port 80 to say 1080 with this command (as root, in your startup
258 scripts):
259
260 # iptables -t nat -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 1080
261
262 or for HTTPS
263
264 # iptables -t nat -A PREROUTING -p tcp -m tcp --dport 443 -j REDIRECT --to-ports 4433
265
266 Then set in the HTTP section of gnunet.conf the "ADVERTISED_PORT" to
267 "80" and "PORT" to 1080 and similarly in the HTTPS section the
268 "ADVERTISED_PORT" to "443" and "PORT" to 4433.
269
270 You can do the same trick for the TCP and UDP transports if you want
271 to map them to a priviledged port (from the point of view of the
272 network).  However, we are not aware of this providing any advantages
273 at this point.
274
275 If you are already running an HTTP or HTTPS server on port 80 (or 443),
276 you may be able to configure it as a "ReverseProxy".  Here, you tell
277 GNUnet that the externally visible URI is some sub-page on your website,
278 and GNUnet can then tunnel its traffic via your existing HTTP server.
279 This is particularly powerful if your existing server uses HTTPS, as
280 it makes it harder for an adversary to distinguish normal traffic to
281 your server from GNUnet traffic.  Finally, even if you just use HTTP,
282 you might benefit (!) from ISP's traffic shaping as opposed to being
283 throttled by ISPs that dislike P2P.  Details for configuring the
284 reverse proxy are documented on our website.
285
286
287 Stay tuned
288 ==========
289
290 * https://gnunet.org/
291 * https://gnunet.org/bugs/
292 * https://gnunet.org/svn/
293 * http://www.gnu.org/software/gnunet/
294 * http://mail.gnu.org/mailman/listinfo/gnunet-developers
295 * http://mail.gnu.org/mailman/listinfo/help-gnunet
296 * http://mail.gnu.org/mailman/listinfo/info-gnunet
297 * http://mail.gnu.org/mailman/listinfo/gnunet-svn