kurilox
13/11/2009, 07:03
Hola, después de instalar unas 3 veces Gift con plugins para ares, me decidí a hacerme un manual, pero luego de pensarlo un rato, preferí mejorarlo y postearlo por si a alguien le es de utilidad.
Bueno buscando en internet encontré muchos manuales, pero solo dicen instala esto y luego escribe esto y ejecuta o emula usando wine, pero si uno quiere aprender de verdad es mejor saber el por qué de esas librerías.
Es por eso que he decido ir mostrando paso a paso que va pasando durante la instalación, así cuando quieran volver a instalar o intenten con otro programa tengan algún conocimiento de que hacer en esas situaciones estresantes xD.
Se necesitan conocimientos básicos del uso de la consola de Linux, si no sabes que es una consola, aplica google y regresa pronto =)
Empecemos, lo primero es instalar el compilador, sin esto no podríamos instalar casi nada, si quieres saber para que sirve, aplica google.
$ sudo apt-get install build-essentialInstalamos el demonio, este es el que hace todo el trabajo de conectarse a las redes, etc.
$ sudo apt-get install gift giftdDescargamos el plugin de Ares para giFT y lo descomprimes
http://prdownload.berlios.de/gift-ares/gift-ares-0.3.0.tar.gz
Si deseas otras versiones
http://developer.berlios.de/project/showfiles.php?group_id=2648
Luego de Descomprimirlo accedemos por consola a la carpeta extraída "gift-ares-0.3.0" y configuramos:
$ ./configureAcá es donde comienzan los problemas, el primero de ellos solicitara
la librería libgift "Falta libgift >= 0.11.8", la instalamos
$ sudo apt-get install libgift0 libgift-devVolvemos a ejecutar "./configure", saldrá el 2 error, fijarse que
diga algo parecido a esto, si no les aparece nada continúen con el
siguiente paso.
The Zlib compression library version 1.1.3 or greater was not found
on your system
if zlib 1.1.3+ is not installed, install itDescargamos zlib http://www.zlib.net/zlib-1.2.3.tar.gz (http://www.zlib.net/zlib-1.2.3.tar.gz)
Pueden buscar nuevas versiones desde http://www.zlib.net/
Instalamos zlib.1.2.3
./configure
make
sudo make installTerminada la instalación de "zlib", donde no deberían tener problemas,
ejecutan otra ves "./configure" y si todo ha salido bien les saldrá:
gift-ares 0.3.0
------------------ core ------------------
normal debugging........: yes
heavy debugging.........: no
------------------------------------------
gift-ares will be installed in /usr/lib/giFT/
configs will be installed in /usr/share/giFT/
Ahora vamos a Compilar, escribimos la siguiente orden:
$ makeSi tienen instaladas las librerías correspondientes, terminara correctamente,
pero en mi caso y quisas el de muchos otros saldrá el siguiente error:
make all-recursive
make[1]: se ingresa al directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0'
Making all in lib
make[2]: se ingresa al directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0/lib'
if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I/usr/include -Wall -g -O2 -MT as_hashtable.lo -MD -MP -MF ".deps/as_hashtable.Tpo" \
-c -o as_hashtable.lo `test -f 'as_hashtable.c' || echo './'`as_hashtable.c; \
then mv -f ".deps/as_hashtable.Tpo" ".deps/as_hashtable.Plo"; \
else rm -f ".deps/as_hashtable.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I/usr/include -Wall -g -O2 -MT as_hashtable.lo -MD -MP -MF .deps/as_hashtable.Tpo -c as_hashtable.c -fPIC -DPIC -o .libs/as_hashtable.o
In file included from as_hashtable.c:32:
as_ares.h:57:36: error: libgift/proto/protocol.h: No such file or directory
as_ares.h:58:33: error: libgift/proto/share.h: No such file or directory
as_ares.h:61:40: error: libgift/proto/if_event_api.h: No such file or directory
In file included from as_hashtable.c:32:
as_ares.h:182: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
as_hashtable.c: In function 'as_hashtable_insert_str':
as_hashtable.c:492: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *'
as_hashtable.c: In function 'as_hashtable_remove_str':
as_hashtable.c:533: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *'
as_hashtable.c: In function 'as_hashtable_lookup_str':
as_hashtable.c:570: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *'
make[2]: *** [as_hashtable.lo] Error 1
make[2]: se sale del directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0/lib'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0'
make: *** [all] Error 2
y para esto instalamos: libgiftproto-dev
$ sudo apt-get install libgiftproto-dev
Terminada la instalación de "libgiftproto-dev" ejecutamos nuevamente "make"
si todo sale correctamente, (no debería mostrarnos mensajes de error),
veríamos algo como esto al finalizar correctamente:
...
Making all in win32
make[2]: se ingresa al directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0/win32'
make[2]: No se hace nada para `all'.
make[2]: se sale del directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0/win32'
make[2]: se ingresa al directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0'
make[2]: se sale del directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0'
make[1]: se sale del directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0'
Listo tenemos todo compilado, ahora solo queda instalarlo
$ sudo make installAhora instalaremos la interfaz grafica, Giftoxic.
Tambien existe Apollon para los que deseen probar otras interfaces.
$ sudo apt-get install giftoxicConfiguramos giFT, aca solo presionen ENTER hasta terminar, luego lo editaremos
$ gift-setupY ahora editamos manualmente el archivo
/home/usuario/.giFT/giftd.conf
Aca les dejo mi configuracion, que busque por mucho tiempo, para que funcione correctamente:
######INICIO DE ARCHIVO giftd.conf#########################
[main]
# Boolean determining whether or not this file has been reviewed and is
# complete. giFT will fail to start unless this is non-zero. This is done
# so that we can make sure you, at the very least, read through this file.
# Default: 0
setup = 1
# Space separated list of hosts to allow connection to giFT's interface
# protocol (running default on port 1213). This protocol is used for GUIs
# to communicate with giFT and could be considered a security risk to allow
# external connections.
# The following special keywords are supported:
# ALL - Synonym for 0.0.0.0/0
# LOCAL - Synonym for 127.0.0.0/8 192.168.0.0/16 172.0.0.0/11 10.0.0.0/8
# Bitwidth fields are optional.
# Default: LOCAL
hosts_allow = LOCAL
# Port on which to listen for user interface connections. Unless you have a
# special need to talk to the client on a non-standard port, just accept the
# default.
# NOTE:
# If you change this value, you will also need to modify the ui.conf
# configuration for the machine which will be making outgoing connections
# here.
client_port = 1213
# Determines whether or not to follow symbolic links. If this value is set
# non-zero, symlinks will be traversed and a directory inode tracking system
# will be used to ensure that giFT does not descend the same directory
# twice. If you do not have any symlinks or do not want them traversed, set
# this to 0 for a very minor efficiency gain.
# Windows users: this setting has no effect.
# Default: 1
follow_symlinks = 1
# Colon separated list of protocol plugins to load by default. If dynamic
# library support is enabled, the plugin specified will be stat'd to check if
# it is a loadable path. If that fails, the fallback method is to attempt to
# construct the fully qualified path based on the configured environment.
# NOTES:
# Without dynamic library support, this plugin must have been compiled into
# your giFT binary. With, this plugin must exist in the installed
# plugin directory. giFT -V will output this path to you, if you are not
# sure.
# Protocol names are case sensitive, so use OpenFT, not Openft.
# For example, to use the OpenFT and Gnutella protocols use:
# OpenFT:Gnutella
# Default: none
plugins = Ares
################################################## #############################
# DOWNLOAD CONTROLS
[download]
# Directory to store transfers while they are being operated on. Temporary
# state files are also kept here. It is recommended, but not required, that
# the incoming and completed directories are on the same partition (drive).
# Windows users: please use the following path specification:
# incoming = /C/Program Files/giFT/incoming
# For example, to refer to C:\Program Files\giFT\incoming, use:
# incoming = /C/Program Files/giFT/incoming
# Default (*nix): ~/.giFT/incoming
# Default (Windows): /C/Program Files/giFT/incoming
incoming = ~/.giFT/incoming
# Directory which will contain files after they have successfully finished
# downloading.
# Default (*nix): ~/.giFT/completed
# Default (Windows): /C/Program Files/giFT/completed
completed = ~/Descargas
################################################## #############################
# SHARE SUBMISSION AND UPLOAD CONTROL
[sharing]
# Maximum amount of uploads allowed from the same user at any given time. It
# is recommended that you keep this at 1 in order to prevent users from
# unfairly queueing your connection.
# Default: 1
max_peruser_uploads = 1
# Determines whether or not to **** directories which contain a leading dot.
# These directories are commonly meant to be "hidden" and thus should not be
# submitted to the network. Selecting 0 here will submit all directories.
# On Windows files will additionally be checked for the hidden attribute and
# not shared if it is set and ****_dot_files is 1.
# Default: 1
****_dot_files = 1
# Colon separated list of fully qualified paths you wish to share. These
# directories will be recursed at giFT's startup and the files contained
# within will be subjected to an MD5 hashing. The results will be cached and
# will only be recalculated on a per share basis when the size or
# modification time in the cache and on disk disagree, or the file name is
# changed.
# Sanity notice:
# Do NOT share source directories! Remote nodes will refuse to index your
# shares if you are attempting to submit more than 64000 files.
# Security notice:
# Do not share directories which may contain sensitive information, such as
# ~ ($HOME). Also note that any directories shared here will be stripped of
# all but the last path element when submitted to other nodes for indexing,
# effectively "hiding" the directory prefix.
# Windows users: please use the following path specification:
# /[drive]/dir1/dir2:/[drive]/dir3/dir4 ...
# For example, to refer to C:\Program Files\giFT\shares and D:\shares, use:
# /C/Program Files/giFT/shares:/D/shares
# Default: none
root = none
# Maximum amount of simultaneous uploads allowed. Setting this to 0 will
# cause giFT to not limit outgoing transfers. Use shares_hidden to disable
# sharing.
# Default: 0
max_uploads = 1
# Whether we allow sharing. Setting this to 0 will allow sharing and uploads
# up to max_uploads. If this is 1 your shares will be hidden from the world
# and uploading will be denied. This may also be handled at run time via your
# GUI of choice.
# Default: 0
shares_hidden = 1
# Controls when giFT periodically rescans your shared directories for any
# changes (new files, missing files, changed files, etc.) and communicates
# those changes to the underlying protocols. This parameter specifies how
# often (in seconds) you want that to happen.
# For your reference
# 0 turns off periodic auto-resync
# 3600 one hour
# 86400 one day
# 604800 one week
# Default: 86400
auto_resync_interval = 0
# Controls whether or not giFT should automatically share files that you have
# finished downloading. This feature significantly improves the network's
# abundance of files and helps ease the load on those sharing popular files.
# It's a Good Thing (TM), please leave it on.
# Avoid setting your completed directories through sharing/root, as that
# setting will duplicate recursion of the completed directory and cause
# generally undesirable results.
# Default: 1
share_completed = 1
# Controls whether giFT ignores the incoming directory when sharing files. If
# this is 1 and the incoming directory is within one of the sharing roots all
# files in and below it will not be shared. This is what you want in all known
# universes. Should you find yourself running this software on a parallel
# world where it is necessary to share the incoming files please make sure it
# doesn't affect us back here. Thank you.
# Default: 1
ignore_incoming = 1
################################################## #############################
# USER SPACE BANDWIDTH CONTROL
-
[bandwidth]
------------
# Bandwidth throttling allows giFT to have some basic control over your
# bandwidth usage. This code operates in user space, and as a result can not
# guarantee perfect accuracy. If you wish to use this feature, please
# consider using a more reliable kernel space option first. As always, google
# should be able to assist you there.
# The following configuration switches control the maximum number of bytes
# per second allowed for the given stream direction. A setting of 0 will
# disable throttling for that direction.
# Default: 0
downstream = 0
upstream = 15
username [] = [URL]http://chatoblog.com[/URL]
sessions [4] = 15
timeout [300] =
#######FIN DE ARCHIVO giftd.conf##################
Ahora descargamos los ultimos nodes, (fijense en la fecha) desde:
http://update.kceasy.com/update/ares/
Creamos un archivo con el nombre "nodes" en
/home/usuario/.giFT/Ares/ y copiamos la lista que nos aparece ahi.
"/home/usuario/.giFT/Ares/nodes"
Aca les dejo la lista que uso yo, nose si sera la mas actulizada, pero
aun conecta muy bien.
<ip> <port> <reports> <attempts> <connects> <first_seen> <last_seen> <last_attempt>
186.81.11.92 14867 1 1 1 1258071977 1258072242 1258072242
93.156.52.35 51136 1 1 1 1258071977 1258072243 1258072242
190.75.51.117 48538 1 1 1 1258072243 1258072246 1258072245
190.72.167.59 44469 1 1 1 1258072246 1258072247 1258072246
190.176.173.186 12925 1 0 0 1258072242 1258072242 0
189.194.137.218 24075 1 0 0 1258072242 1258072242 0
190.205.44.151 58174 1 0 0 1258072242 1258072242 0
67.82.145.189 54010 1 0 0 1258072242 1258072242 0
190.77.138.207 7366 1 0 0 1258072242 1258072242 0
190.79.46.147 34347 1 0 0 1258072242 1258072242 0
81.39.142.150 13431 1 0 0 1258072242 1258072242 0
200.86.14.183 59946 1 0 0 1258072242 1258072242 0
190.159.26.219 60611 1 0 0 1258072242 1258072242 0
190.21.81.182 54836 1 0 0 1258072242 1258072242 0
190.19.163.5 20407 1 0 0 1258072242 1258072242 0
88.8.140.60 59700 1 0 0 1258072242 1258072242 0
201.210.45.56 64909 1 0 0 1258072242 1258072242 0
88.8.69.55 39839 1 0 0 1258072242 1258072242 0
88.188.246.65 36275 1 0 0 1258072242 1258072242 0
78.8.216.67 6313 1 0 0 1258072242 1258072242 0
201.253.164.19 64351 1 0 0 1258072242 1258072242 0
190.172.133.220 30011 1 0 0 1258072242 1258072242 0
187.137.117.169 9120 1 0 0 1258072243 1258072243 0
190.22.68.231 11769 1 0 0 1258072243 1258072243 0
190.48.241.223 25053 1 0 0 1258072243 1258072243 0
75.182.52.197 26697 1 0 0 1258072243 1258072243 0
201.68.239.81 17462 1 0 0 1258072243 1258072243 0
201.0.253.88 20201 1 0 0 1258072243 1258072243 0
186.28.88.220 43484 1 0 0 1258072243 1258072243 0
190.225.30.186 8198 1 0 0 1258072243 1258072243 0
201.95.208.84 41494 1 0 0 1258072243 1258072243 0
85.56.25.134 63016 1 0 0 1258072243 1258072243 0
200.103.89.149 40727 1 0 0 1258072243 1258072243 0
189.104.194.229 26599 1 0 0 1258072243 1258072243 0
190.136.149.35 46655 1 0 0 1258072243 1258072243 0
190.229.237.121 37502 1 0 0 1258072243 1258072243 0
190.95.54.7 37987 1 0 0 1258072243 1258072243 0
190.179.218.71 16268 1 0 0 1258072243 1258072243 0
190.162.141.34 53176 1 0 0 1258072243 1258072243 0
189.41.191.77 55060 1 0 0 1258072246 1258072246 0
190.162.99.118 53793 1 0 0 1258072246 1258072246 0
190.95.93.154 30283 1 0 0 1258072246 1258072246 0
190.249.43.220 61120 1 0 0 1258072246 1258072246 0
85.85.29.225 46608 1 0 0 1258072246 1258072246 0
24.95.74.153 49988 1 0 0 1258072246 1258072246 0
67.82.244.91 64640 1 0 0 1258072246 1258072246 0
69.114.2.208 51029 1 0 0 1258072246 1258072246 0
187.56.66.145 31774 1 0 0 1258072246 1258072246 0
189.111.30.69 31289 1 0 0 1258072246 1258072246 0
190.95.94.15 25554 1 0 0 1258072246 1258072246 0
190.199.238.236 21244 1 0 0 1258072246 1258072246 0
190.178.12.24 36813 1 0 0 1258072246 1258072246 0
190.95.26.246 48789 1 0 0 1258072246 1258072246 0
190.51.3.222 35181 1 0 0 1258072246 1258072246 0
201.132.195.143 28989 1 0 0 1258072246 1258072246 0
190.46.148.66 11372 1 0 0 1258072246 1258072246 0
200.109.195.176 22492 1 0 0 1258072246 1258072246 0
201.68.95.135 8332 1 0 0 1258072247 1258072247 0
190.176.187.155 28549 1 0 0 1258072247 1258072247 0
190.20.173.186 28053 1 0 0 1258072247 1258072247 0
190.136.77.180 44742 1 0 0 1258072247 1258072247 0
76.237.98.184 57059 1 0 0 1258072247 1258072247 0
190.82.192.129 57708 1 0 0 1258072247 1258072247 0
201.92.76.227 53310 1 0 0 1258072247 1258072247 0
200.86.28.163 15365 1 0 0 1258072247 1258072247 0
190.48.166.59 34138 1 0 0 1258072247 1258072247 0
190.158.86.5 51802 1 0 0 1258072247 1258072247 0
190.203.20.231 51736 1 0 0 1258072247 1258072247 0
190.174.14.227 6427 1 0 0 1258072247 1258072247 0
90.61.1.135 18543 1 0 0 1258072247 1258072247 0
24.47.109.230 42734 1 0 0 1258072247 1258072247 0
76.117.101.191 42457 1 0 0 1258072247 1258072247 0
189.194.72.33 17275 1 0 0 1258072247 1258072247 0
200.120.173.108 54775 1 0 0 1258072247 1258072247 0
200.88.48.146 57598 1 0 0 1258072247 1258072247 0
190.151.13.229 61154 1 0 0 1258072247 1258072247 0
201.243.233.81 10185 1 1 0 1258072243 1258072247 1258072243
71.225.226.122 36009 1 1 0 1258072242 1258072247 1258072242
68.231.116.143 18613 1 1 0 1258071977 1258072247 1258072242
189.201.100.36 7190 1 1 0 1258071977 1258072247 1258072242
79.142.2.140 29158 1 1 0 1258071977 1258072247 1258072242
200.86.121.45 51840 1 1 0 1258071977 1258072247 1258072242
189.95.10.204 22849 1 1 0 1258071977 1258072247 1258072242
190.188.185.40 57516 1 1 0 1258071977 1258072247 1258072242
201.164.172.106 34057 1 1 0 1258071977 1258072247 1258072242
189.132.31.230 42783 1 1 0 1258071957 1258071957 1258071976
189.119.104.164 26294 1 1 0 1258071977 1258071977 1258071977
190.235.3.169 36609 1 1 0 1258071976 1258071977 1258071976
190.65.68.93 28356 1 1 0 1258071976 1258071977 1258071976
84.120.216.121 56257 1 1 0 1258071976 1258071977 1258071976
190.65.139.170 46774 1 1 0 1258071957 1258071977 1258071976
190.71.152.182 39314 1 1 0 1258071957 1258071977 1258071976
201.250.247.15 42207 1 1 0 1258071957 1258071977 1258071976
200.8.249.25 46725 1 1 0 1258071957 1258071977 1258071959
77.91.15.154 34561 1 1 0 1258071957 1258071977 1258071957
190.15.192.193 59581 1 1 0 1258071977 1258071977 1258072242
76.117.197.89 29667 2 2 1 1255563659 1258071957 1258071956
190.20.75.137 58932 1 1 1 1258071957 1258071976 1258071976
74.71.203.99 14431 1 1 1 1258071957 1258071977 1258071976
201.255.99.225 31471 1 1 1 1258071957 1258071977 1258071976
24.218.86.199 25520 1 0 0 1258071957 1258071957 0
189.79.114.202 5964 1 0 0 1258071957 1258071957 0
190.26.101.82 43099 1 0 0 1258071957 1258071957 0
212.21.254.44 64292 1 0 0 1258071957 1258071957 0
190.51.82.228 60616 1 0 0 1258071957 1258071957 0
190.255.251.167 10373 1 0 0 1258071957 1258071957 0
189.46.170.133 28500 1 0 0 1258071957 1258071957 0
190.49.194.93 22029 1 0 0 1258071957 1258071957 0
189.105.204.42 61223 1 0 0 1258071957 1258071957 0
190.192.10.142 23709 1 0 0 1258071957 1258071957 0
93.24.133.114 26569 1 0 0 1258071976 1258071976 0
190.24.49.142 7038 1 0 0 1258071976 1258071976 0
189.31.34.10 47596 1 0 0 1258071976 1258071976 0
78.172.132.31 26768 1 0 0 1258071976 1258071976 0
190.164.66.35 62245 1 0 0 1258071976 1258071976 0
85.59.101.178 5917 1 0 0 1258071976 1258071976 0
190.49.184.115 17572 1 0 0 1258071976 1258071976 0
201.68.158.78 9971 1 0 0 1258071976 1258071976 0
189.78.240.111 17803 1 0 0 1258071976 1258071976 0
190.46.75.6 19354 1 0 0 1258071976 1258071976 0
90.168.197.76 59927 1 0 0 1258071976 1258071976 0
189.18.175.137 15801 1 0 0 1258071976 1258071976 0
200.35.43.58 63559 1 0 0 1258071976 1258071976 0
190.47.184.9 42625 1 0 0 1258071976 1258071976 0
201.173.208.61 27645 1 0 0 1258071976 1258071976 0
189.193.209.95 19942 1 0 0 1258071976 1258071976 0
77.211.66.81 20081 1 0 0 1258071977 1258071977 0
24.189.106.26 6537 1 0 0 1258071977 1258071977 0
66.49.235.188 35567 1 0 0 1258071977 1258071977 0
200.79.218.12 42952 1 0 0 1258071977 1258071977 0
66.201.178.130 19791 1 0 0 1258071977 1258071977 0
201.43.61.181 22098 1 0 0 1258071977 1258071977 0
187.13.28.58 31745 1 0 0 1258071977 1258071977 0
190.179.233.137 31257 1 0 0 1258071977 1258071977 0
190.164.106.21 29000 1 0 0 1258071977 1258071977 0
190.249.27.28 42605 1 0 0 1258071977 1258071977 0
99.228.163.103 5483 1 0 0 1258071977 1258071977 0
98.183.57.68 27879 1 0 0 1258071977 1258071977 0
201.222.206.226 18335 1 0 0 1258071977 1258071977 0
84.121.109.85 11013 1 0 0 1258071977 1258071977 0
190.199.242.180 27540 1 0 0 1258071977 1258071977 0
200.119.124.21 19329 1 0 0 1258071977 1258071977 0
190.56.17.99 64978 1 0 0 1258071977 1258071977 0
201.255.208.76 50573 1 0 0 1258071977 1258071977 0
201.103.56.52 41804 1 0 0 1258071977 1258071977 0
190.19.4.4 27794 1 0 0 1258071977 1258071977 0
189.19.146.125 59537 1 0 0 1258071977 1258071977 0
190.137.66.75 48571 1 0 0 1258071977 1258071977 0
190.178.20.241 35280 1 0 0 1258071977 1258071977 0
190.50.42.124 10421 1 0 0 1258071977 1258071977 0
87.246.248.56 18368 1 0 0 1258071977 1258071977 0
83.53.125.94 64516 1 0 0 1258071977 1258071977 0
190.20.103.40 15836 1 0 0 1258071977 1258071977 0
190.51.0.238 39394 1 3 1 1255563064 1255563718 1258071956
190.44.170.146 14764 1 3 1 1255563053 1255563674 1258071956
201.232.197.85 42626 1 3 1 1255561953 1255563103 1258071956
78.226.192.200 45381 1 3 1 1255561323 1255561975 1258071956
83.84.9.179 41258 2 2 0 1255563659 1255565592 1258071956
82.198.115.112 23755 2 2 0 1255563659 1255565592 1258071956
190.174.121.65 42822 2 2 0 1255563659 1255565592 1258071956
190.82.150.194 49462 2 2 0 1255563718 1255565429 1258071956
190.20.3.2 40091 2 2 0 1255563659 1255565544 1258071956
186.141.78.135 23123 2 1 0 1255563053 1255563655 1255563064
84.122.245.82 62696 2 1 0 1255563031 1255563659 1255563053
83.8.108.14 61766 2 1 0 1255563031 1255563659 1255563053
190.172.138.254 51954 2 2 0 1255563031 1255563674 1258071956
189.10.53.231 22345 2 2 0 1255563031 1255563659 1258071956
190.25.201.150 53532 2 1 0 1255561323 1255563031 1255563031
190.174.87.9 13707 2 1 0 1255561323 1255561953 1255561953
190.188.253.252 44377 2 1 0 1255561323 1255561953 1255561953
189.195.25.206 58801 1 1 0 1255565544 1255565592 1255565592
72.178.216.175 34988 1 1 0 1255565544 1255565592 1255565592
77.209.67.194 16160 1 1 0 1255565544 1255565592 1255565592
190.50.212.91 59365 1 1 0 1255565544 1255565592 1255565592
186.82.169.15 36306 1 1 0 1255565544 1255565592 1255565592
200.83.203.142 12785 1 1 0 1255565429 1255565544 1255565544
201.215.197.218 41911 1 1 0 1255565429 1255565544 1255565543
186.12.139.4 23021 1 1 0 1255565429 1255565544 1255565543
67.247.34.13 37481 1 1 0 1255565429 1255565544 1255565543
201.171.167.140 49354 1 1 0 1255565429 1255565544 1255565543
90.163.135.158 29134 1 1 0 1255565429 1255565544 1255565543
190.87.154.61 20810 1 1 0 1255565429 1255565544 1255565543
200.126.214.234 23392 1 1 0 1255565429 1255565544 1255565543
190.46.228.10 33916 1 1 0 1255565429 1255565544 1255565543
83.165.247.48 46693 1 1 1 1255565403 1255933391 1255933149
201.144.235.246 6615 1 1 1 1255565403 1255933190 1255933189
24.34.27.162 12688 1 1 1 1255565366 1255933270 1255933269
190.174.42.145 44158 1 1 1 1255933270 1255933420 1255933411
201.222.154.124 58640 1 1 1 1255933190 1255933191 1255933191
87.219.181.237 18122 1 0 0 1255933420 1255933420 0
99.192.24.194 9091 1 0 0 1255933420 1255933420 0
189.159.10.97 9749 1 0 0 1255933420 1255933420 0
24.12.199.228 31119 1 0 0 1255933420 1255933420 0
59.183.125.98 19950 1 0 0 1255933420 1255933420 0
201.243.102.159 32945 1 0 0 1255933420 1255933420 0
189.172.110.203 33959 1 0 0 1255933420 1255933420 0
83.57.198.84 13709 1 0 0 1255933420 1255933420 0
190.231.177.140 24026 1 0 0 1255933420 1255933420 0
190.49.164.188 36074 1 0 0 1255933420 1255933420 0
76.182.15.49 42819 1 0 0 1255933420 1255933420 0
74.12.67.143 18506 1 0 0 1255933420 1255933420 0
190.27.175.172 9267 1 0 0 1255933420 1255933420 0
190.17.38.73 17665 1 0 0 1255933420 1255933420 0
76.78.6.232 38245 1 0 0 1255933420 1255933420 0
201.248.220.79 17874 1 0 0 1255933420 1255933420 0
190.9.82.59 44807 1 0 0 1255933420 1255933420 0
190.201.134.34 13279 1 0 0 1255933420 1255933420 0
201.241.45.207 20332 1 0 0 1255933420 1255933420 0
190.202.131.36 31692 2 7 2 1252902526 1255565366 1255933049
201.233.160.103 53004 2 7 3 1253655671 1255565366 1255933069
201.242.22.248 10873 1 8 3 1253655670 1255565366 1255933069
190.163.117.89 62867 1 9 2 1253607879 1255565366 1255933069
24.167.137.21 39968 1 9 2 1253607898 1255565366 1255933069
98.217.101.13 15092 1 8 0 1252915984 1255565366 1255933069
99.163.122.55 9836 1 8 0 1252915984 1255563655 1255933069
64.212.1.171 56953 1 8 1 1253655670 1255565366 1255933069
201.172.27.84 10864 1 7 1 1253655671 1255565366 1255933069
190.209.104.244 61691 1 7 1 1253655671 1255565366 1255933089
186.81.156.26 12282 1 0 0 1255563655 1255563655 0
200.119.230.12 64803 1 0 0 1255563655 1255563655 0
75.54.136.158 10363 1 0 0 1255563655 1255563655 0
201.231.21.219 17496 1 0 0 1255563655 1255563655 0
201.244.40.10 25465 1 0 0 1255563655 1255563655 0
190.48.216.192 41737 1 0 0 1255563655 1255563655 0
68.96.74.29 5371 1 0 0 1255563655 1255563655 0
189.120.38.113 59523 1 0 0 1255563659 1255563659 0
190.201.39.64 54922 1 0 0 1255563659 1255563659 0
200.83.21.161 52877 1 0 0 1255563659 1255563659 0
81.202.27.10 16407 1 0 0 1255563659 1255563659 0
84.123.251.80 8373 1 0 0 1255563674 1255563674 0
201.29.171.175 30872 1 0 0 1255563674 1255563674 0
190.51.72.70 29461 1 0 0 1255563674 1255563674 0
190.173.192.127 33980 1 0 0 1255563674 1255563674 0
186.82.122.111 64841 1 0 0 1255563674 1255563674 0
190.174.91.33 54513 1 0 0 1255563674 1255563674 0
189.132.227.62 37353 1 0 0 1255563674 1255563674 0
200.109.83.236 20929 1 0 0 1255563674 1255563674 0
189.129.118.163 30653 1 0 0 1255563674 1255563674 0
213.254.67.133 5302 1 0 0 1255563674 1255563674 0
186.136.8.22 15446 1 0 0 1255563718 1255563718 0
190.48.206.212 44759 1 0 0 1255563718 1255563718 0
190.82.25.128 42691 1 0 0 1255563718 1255563718 0
201.130.248.40 56475 1 0 0 1255563718 1255563718 0
190.173.206.46 5283 1 0 0 1255563718 1255563718 0
190.22.184.129 32300 1 0 0 1255563718 1255563718 0
77.229.241.45 30522 1 0 0 1255563718 1255563718 0
190.51.245.211 63275 1 0 0 1255563718 1255563718 0
200.158.195.68 32916 1 0 0 1255563718 1255563718 0
201.82.198.61 47375 1 0 0 1255563718 1255563718 0
190.159.157.118 23983 1 0 0 1255563718 1255563718 0
201.249.6.60 5565 1 0 0 1255563718 1255563718 0
190.143.53.45 56305 1 0 0 1255563718 1255563718 0
201.236.0.237 11643 1 0 0 1255563718 1255563718 0
189.120.33.68 25435 1 0 0 1255563718 1255563718 0
84.122.202.246 14107 1 0 0 1255563718 1255563718 0
190.51.248.147 45216 1 0 0 1255563718 1255563718 0
90.169.64.35 19327 1 0 0 1255563031 1255563031 0
190.32.170.138 62739 1 0 0 1255563031 1255563031 0
186.125.14.140 40275 1 0 0 1255563031 1255563031 0
201.255.3.61 24646 1 0 0 1255563031 1255563031 0
190.164.166.152 9782 1 0 0 1255563031 1255563031 0
72.184.135.233 60272 1 0 0 1255563031 1255563031 0
66.249.152.205 26510 1 0 0 1255563031 1255563031 0
189.71.183.136 52514 1 0 0 1255563031 1255563031 0
67.173.168.49 49283 1 0 0 1255563053 1255563053 0
189.200.224.67 33673 1 0 0 1255563053 1255563053 0
201.233.95.136 9913 1 0 0 1255563053 1255563053 0
190.38.56.132 57563 1 0 0 1255563053 1255563053 0
62.57.20.239 40752 1 0 0 1255563053 1255563053 0
190.198.115.149 25360 1 0 0 1255563053 1255563053 0
190.205.17.148 48725 1 0 0 1255563053 1255563053 0
83.40.1.49 13041 1 0 0 1255563053 1255563053 0
190.78.97.38 8804 1 0 0 1255563053 1255563053 0
24.232.128.8 8382 1 0 0 1255563053 1255563053 0
217.129.164.224 14815 1 0 0 1255563064 1255563064 0
187.40.51.245 5464 1 0 0 1255563064 1255563064 0
190.50.166.219 6737 1 0 0 1255563064 1255563064 0
187.56.240.18 11284 1 0 0 1255563064 1255563064 0
84.125.174.184 12341 1 0 0 1255563064 1255563064 0
200.85.220.70 35796 1 0 0 1255563064 1255563064 0
88.0.49.195 8980 1 0 0 1255563064 1255563064 0
99.229.150.40 62133 1 0 0 1255563064 1255563064 0
187.67.84.188 13653 1 0 0 1255563064 1255563064 0
201.50.147.212 64169 1 0 0 1255563064 1255563064 0
200.74.34.147 54826 1 0 0 1255563103 1255563103 0
190.105.55.175 50616 1 0 0 1255563103 1255563103 0
201.254.62.12 12392 1 0 0 1255563103 1255563103 0
190.25.121.189 47068 1 0 0 1255563103 1255563103 0
186.28.164.66 54278 1 0 0 1255563103 1255563103 0
201.242.248.149 17912 1 0 0 1255563103 1255563103 0
187.3.39.146 27168 1 0 0 1255563103 1255563103 0
68.80.196.135 26320 1 0 0 1255563103 1255563103 0
68.43.247.127 49558 1 0 0 1255563103 1255563103 0
190.143.54.110 56087 1 0 0 1255563103 1255563103 0
190.204.211.150 41133 1 0 0 1255563103 1255563103 0
190.20.81.233 19978 1 0 0 1255563103 1255563103 0
200.86.207.32 60106 1 0 0 1255563103 1255563103 0
190.177.188.116 40160 1 0 0 1255563103 1255563103 0
190.164.142.86 16421 1 0 0 1255563103 1255563103 0
76.168.241.50 18481 1 0 0 1255563103 1255563103 0
190.14.180.84 34335 1 0 0 1255563103 1255563103 0
41.250.8.96 41147 1 0 0 1255563103 1255563103 0
201.231.211.124 54527 1 0 0 1255561948 1255561948 0
190.193.142.98 26394 1 0 0 1255561948 1255561948 0
190.164.119.214 12943 1 0 0 1255561948 1255561948 0
66.176.135.96 16385 1 0 0 1255561948 1255561948 0
201.250.4.150 49077 1 0 0 1255561948 1255561948 0
201.211.218.203 18504 1 0 0 1255561948 1255561948 0
201.250.105.205 6529 1 0 0 1255561948 1255561948 0
190.48.198.70 53007 1 0 0 1255561948 1255561948 0
81.202.171.24 60927 1 0 0 1255561948 1255561948 0
190.189.75.173 24622 1 0 0 1255561948 1255561948 0
201.242.181.50 14785 1 0 0 1255561953 1255561953 0
83.43.22.128 19147 1 0 0 1255561953 1255561953 0
92.56.146.111 37499 1 0 0 1255561953 1255561953 0
201.222.205.200 52500 1 0 0 1255561953 1255561953 0
190.209.14.219 49083 1 0 0 1255561953 1255561953 0
190.164.41.66 8393 1 0 0 1255561953 1255561953 0
190.42.200.97 27936 1 0 0 1255561953 1255561953 0
200.77.102.173 22050 1 0 0 1255561953 1255561953 0
201.250.234.242 62643 1 0 0 1255561953 1255561953 0
190.74.51.7 17799 1 0 0 1255561975 1255561975 0
187.23.8.14 21631 1 0 0 1255561975 1255561975 0
89.76.83.213 60821 1 0 0 1255561975 1255561975 0
190.158.5.124 29670 1 0 0 1255561975 1255561975 0
201.250.171.141 6160 1 0 0 1255561975 1255561975 0
190.189.101.200 58972 1 0 0 1255561975 1255561975 0
201.242.123.236 39586 1 0 0 1255561975 1255561975 0
190.159.213.122 33704 1 0 0 1255561975 1255561975 0
174.22.216.125 9013 1 0 0 1255561975 1255561975 0
190.173.65.111 37869 1 0 0 1255561980 1255561980 0
190.144.42.250 21867 1 0 0 1255561980 1255561980 0
66.58.247.171 53932 1 0 0 1255561980 1255561980 0
189.24.6.116 44624 1 0 0 1255561980 1255561980 0
189.25.109.125 36758 1 0 0 1255561980 1255561980 0
190.20.160.101 18359 1 0 0 1255561980 1255561980 0
201.250.30.172 28113 1 0 0 1255561980 1255561980 0
86.44.82.87 22930 1 0 0 1255561980 1255561980 0
212.46.57.35 8433 1 0 0 1255561980 1255561980 0
201.255.33.207 37081 1 0 0 1255561980 1255561980 0
201.226.22.114 55644 1 0 0 1255561980 1255561980 0
87.116.231.14 11006 1 0 0 1255561980 1255561980 0
190.174.215.23 5923 1 0 0 1255561980 1255561980 0
87.222.28.172 31601 1 0 0 1255561980 1255561980 0
190.45.67.2 58013 1 0 0 1255561980 1255561980 0
201.243.66.131 49621 1 0 0 1255561980 1255561980 0
99.16.249.87 38787 1 0 0 1255561980 1255561980 0
201.80.75.80 63686 1 0 0 1255561323 1255561323 0
189.163.37.137 22127 1 0 0 1255561323 1255561323 0
201.255.27.122 38235 1 0 0 1255561323 1255561323 0
190.176.161.124 42812 1 0 0 1255561323 1255561323 0
190.177.40.104 33976 1 0 0 1255561323 1255561323 0
201.203.189.114 53645 1 0 0 1255561323 1255561323 0
190.209.138.146 37276 1 0 0 1255561323 1255561323 0
200.219.119.0 61788 1 0 0 1255561323 1255561323 0
83.66.113.188 22044 1 0 0 1255561323 1255561323 0
200.110.175.46 22759 1 0 0 1255561323 1255561323 0
190.22.9.157 53780 1 0 0 1255561323 1255561323 0
129.100.206.17 7045 1 0 0 1255561323 1255561323 0
201.211.129.33 35632 1 0 0 1255561323 1255561323 0
81.202.104.196 21605 1 0 0 1255561323 1255561323 0
190.77.22.3 12538 1 0 0 1255561323 1255561323 0
186.8.10.230 64816 1 0 0 1255561323 1255561323 0
201.248.223.226 55729 1 0 0 1255561323 1255561323 0
83.213.31.157 20501 1 0 0 1255561323 1255561323 0
84.125.82.5 27374 1 0 0 1255561323 1255561323 0
190.22.140.207 22658 1 0 0 1255561323 1255561323 0
190.38.84.149 57603 1 0 0 1255561323 1255561323 0
200.52.178.63 6873 1 0 0 1255561323 1255561323 0
190.157.95.61 17811 1 0 0 1255561323 1255561323 0
90.53.19.168 40871 1 0 0 1255561323 1255561323 0
83.36.176.167 8164 1 0 0 1255561323 1255561323 0
83.61.31.99 37744 1 0 0 1255561323 1255561323 0
189.195.91.56 37181 1 0 0 1255561323 1255561323 0
79.154.17.176 57613 1 0 0 1255561323 1255561323 0
190.47.65.33 62862 1 0 0 1255561323 1255561323 0
190.97.148.87 48510 1 0 0 1255561323 1255561323 0
189.97.47.242 15439 1 0 0 1255561323 1255561323 0
190.77.219.10 10518 1 0 0 1255561323 1255561323 0
190.199.88.96 24275 1 0 0 1255561323 1255561323 0
201.250.14.159 29787 1 0 0 1255561323 1255561323 0
89.110.2.224 10059 1 0 0 1255561323 1255561323 0
190.135.67.238 22448 1 0 0 1255561323 1255561323 0
190.51.111.92 40543 1 0 0 1255561323 1255561323 0
190.164.73.141 17975 1 0 0 1255561323 1255561323 0
190.134.65.98 44790 1 0 0 1255561323 1255561323 0
41.250.226.44 42392 1 0 0 1255561323 1255561323 0
190.46.158.206 29375 1 0 0 1255561323 1255561323 0
190.73.121.26 32527 1 0 0 1255561323 1255561323 0
190.178.5.34 26233 1 0 0 1255561323 1255561323 0
208.58.197.52 47043 1 0 0 1255561323 1255561323 0
68.3.178.64 12142 1 0 0 1255561323 1255561323 0
190.176.166.202 6616 1 0 0 1255561323 1255561323 0
190.129.18.93 42098 1 0 0 1255561323 1255561323 0
81.203.40.99 51463 1 0 0 1255561323 1255561323 0
190.206.162.46 40251 1 0 0 1255561323 1255561323 0
170.51.172.10 20861 1 0 0 1255561324 1255561324 0
82.249.33.1 48690 1 0 0 1255561324 1255561324 0
201.160.40.44 11030 1 0 0 1255561324 1255561324 0
84.123.123.195 5081 1 0 0 1255561324 1255561324 0
Iniciamos el demonio, no me funciono, en mi caso reinicie la maquina.
$ giftd -v
ó
$ giftdListo!! abran giftoxic desde el Menú o desde consola "giFToxic", esperen un momento y ya podrán usar "ares" o mejor dicho
conectarse a la red Ares.
Aca les dejo unas imagenes.
[IMG]http://img12.**************/img12/644/areslinux2.png[/IMG]
[IMG]http://img188.**************/img188/8707/areslinux.png[/IMG]
[IMG]http://img443.**************/img443/1218/areslinux3.png[/IMG]
Tip: Cuando les salga algun error al compilar y les muestre una libreria faltante usen "sudo apt-cache search libreria", asi buscaran con que esta asociado y podran ir "probando" cual es.
Ojala les sea de utilidad, no olviden dejar su comentario =).
Saludos
Bueno buscando en internet encontré muchos manuales, pero solo dicen instala esto y luego escribe esto y ejecuta o emula usando wine, pero si uno quiere aprender de verdad es mejor saber el por qué de esas librerías.
Es por eso que he decido ir mostrando paso a paso que va pasando durante la instalación, así cuando quieran volver a instalar o intenten con otro programa tengan algún conocimiento de que hacer en esas situaciones estresantes xD.
Se necesitan conocimientos básicos del uso de la consola de Linux, si no sabes que es una consola, aplica google y regresa pronto =)
Empecemos, lo primero es instalar el compilador, sin esto no podríamos instalar casi nada, si quieres saber para que sirve, aplica google.
$ sudo apt-get install build-essentialInstalamos el demonio, este es el que hace todo el trabajo de conectarse a las redes, etc.
$ sudo apt-get install gift giftdDescargamos el plugin de Ares para giFT y lo descomprimes
http://prdownload.berlios.de/gift-ares/gift-ares-0.3.0.tar.gz
Si deseas otras versiones
http://developer.berlios.de/project/showfiles.php?group_id=2648
Luego de Descomprimirlo accedemos por consola a la carpeta extraída "gift-ares-0.3.0" y configuramos:
$ ./configureAcá es donde comienzan los problemas, el primero de ellos solicitara
la librería libgift "Falta libgift >= 0.11.8", la instalamos
$ sudo apt-get install libgift0 libgift-devVolvemos a ejecutar "./configure", saldrá el 2 error, fijarse que
diga algo parecido a esto, si no les aparece nada continúen con el
siguiente paso.
The Zlib compression library version 1.1.3 or greater was not found
on your system
if zlib 1.1.3+ is not installed, install itDescargamos zlib http://www.zlib.net/zlib-1.2.3.tar.gz (http://www.zlib.net/zlib-1.2.3.tar.gz)
Pueden buscar nuevas versiones desde http://www.zlib.net/
Instalamos zlib.1.2.3
./configure
make
sudo make installTerminada la instalación de "zlib", donde no deberían tener problemas,
ejecutan otra ves "./configure" y si todo ha salido bien les saldrá:
gift-ares 0.3.0
------------------ core ------------------
normal debugging........: yes
heavy debugging.........: no
------------------------------------------
gift-ares will be installed in /usr/lib/giFT/
configs will be installed in /usr/share/giFT/
Ahora vamos a Compilar, escribimos la siguiente orden:
$ makeSi tienen instaladas las librerías correspondientes, terminara correctamente,
pero en mi caso y quisas el de muchos otros saldrá el siguiente error:
make all-recursive
make[1]: se ingresa al directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0'
Making all in lib
make[2]: se ingresa al directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0/lib'
if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I/usr/include -Wall -g -O2 -MT as_hashtable.lo -MD -MP -MF ".deps/as_hashtable.Tpo" \
-c -o as_hashtable.lo `test -f 'as_hashtable.c' || echo './'`as_hashtable.c; \
then mv -f ".deps/as_hashtable.Tpo" ".deps/as_hashtable.Plo"; \
else rm -f ".deps/as_hashtable.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I/usr/include -Wall -g -O2 -MT as_hashtable.lo -MD -MP -MF .deps/as_hashtable.Tpo -c as_hashtable.c -fPIC -DPIC -o .libs/as_hashtable.o
In file included from as_hashtable.c:32:
as_ares.h:57:36: error: libgift/proto/protocol.h: No such file or directory
as_ares.h:58:33: error: libgift/proto/share.h: No such file or directory
as_ares.h:61:40: error: libgift/proto/if_event_api.h: No such file or directory
In file included from as_hashtable.c:32:
as_ares.h:182: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
as_hashtable.c: In function 'as_hashtable_insert_str':
as_hashtable.c:492: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *'
as_hashtable.c: In function 'as_hashtable_remove_str':
as_hashtable.c:533: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *'
as_hashtable.c: In function 'as_hashtable_lookup_str':
as_hashtable.c:570: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:397: note: expected 'const char *' but argument is of type 'unsigned char *'
make[2]: *** [as_hashtable.lo] Error 1
make[2]: se sale del directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0/lib'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0'
make: *** [all] Error 2
y para esto instalamos: libgiftproto-dev
$ sudo apt-get install libgiftproto-dev
Terminada la instalación de "libgiftproto-dev" ejecutamos nuevamente "make"
si todo sale correctamente, (no debería mostrarnos mensajes de error),
veríamos algo como esto al finalizar correctamente:
...
Making all in win32
make[2]: se ingresa al directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0/win32'
make[2]: No se hace nada para `all'.
make[2]: se sale del directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0/win32'
make[2]: se ingresa al directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0'
make[2]: se sale del directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0'
make[1]: se sale del directorio `/home/angelo/Instalaciones/Giftxic/gift-ares-0.3.0'
Listo tenemos todo compilado, ahora solo queda instalarlo
$ sudo make installAhora instalaremos la interfaz grafica, Giftoxic.
Tambien existe Apollon para los que deseen probar otras interfaces.
$ sudo apt-get install giftoxicConfiguramos giFT, aca solo presionen ENTER hasta terminar, luego lo editaremos
$ gift-setupY ahora editamos manualmente el archivo
/home/usuario/.giFT/giftd.conf
Aca les dejo mi configuracion, que busque por mucho tiempo, para que funcione correctamente:
######INICIO DE ARCHIVO giftd.conf#########################
[main]
# Boolean determining whether or not this file has been reviewed and is
# complete. giFT will fail to start unless this is non-zero. This is done
# so that we can make sure you, at the very least, read through this file.
# Default: 0
setup = 1
# Space separated list of hosts to allow connection to giFT's interface
# protocol (running default on port 1213). This protocol is used for GUIs
# to communicate with giFT and could be considered a security risk to allow
# external connections.
# The following special keywords are supported:
# ALL - Synonym for 0.0.0.0/0
# LOCAL - Synonym for 127.0.0.0/8 192.168.0.0/16 172.0.0.0/11 10.0.0.0/8
# Bitwidth fields are optional.
# Default: LOCAL
hosts_allow = LOCAL
# Port on which to listen for user interface connections. Unless you have a
# special need to talk to the client on a non-standard port, just accept the
# default.
# NOTE:
# If you change this value, you will also need to modify the ui.conf
# configuration for the machine which will be making outgoing connections
# here.
client_port = 1213
# Determines whether or not to follow symbolic links. If this value is set
# non-zero, symlinks will be traversed and a directory inode tracking system
# will be used to ensure that giFT does not descend the same directory
# twice. If you do not have any symlinks or do not want them traversed, set
# this to 0 for a very minor efficiency gain.
# Windows users: this setting has no effect.
# Default: 1
follow_symlinks = 1
# Colon separated list of protocol plugins to load by default. If dynamic
# library support is enabled, the plugin specified will be stat'd to check if
# it is a loadable path. If that fails, the fallback method is to attempt to
# construct the fully qualified path based on the configured environment.
# NOTES:
# Without dynamic library support, this plugin must have been compiled into
# your giFT binary. With, this plugin must exist in the installed
# plugin directory. giFT -V will output this path to you, if you are not
# sure.
# Protocol names are case sensitive, so use OpenFT, not Openft.
# For example, to use the OpenFT and Gnutella protocols use:
# OpenFT:Gnutella
# Default: none
plugins = Ares
################################################## #############################
# DOWNLOAD CONTROLS
[download]
# Directory to store transfers while they are being operated on. Temporary
# state files are also kept here. It is recommended, but not required, that
# the incoming and completed directories are on the same partition (drive).
# Windows users: please use the following path specification:
# incoming = /C/Program Files/giFT/incoming
# For example, to refer to C:\Program Files\giFT\incoming, use:
# incoming = /C/Program Files/giFT/incoming
# Default (*nix): ~/.giFT/incoming
# Default (Windows): /C/Program Files/giFT/incoming
incoming = ~/.giFT/incoming
# Directory which will contain files after they have successfully finished
# downloading.
# Default (*nix): ~/.giFT/completed
# Default (Windows): /C/Program Files/giFT/completed
completed = ~/Descargas
################################################## #############################
# SHARE SUBMISSION AND UPLOAD CONTROL
[sharing]
# Maximum amount of uploads allowed from the same user at any given time. It
# is recommended that you keep this at 1 in order to prevent users from
# unfairly queueing your connection.
# Default: 1
max_peruser_uploads = 1
# Determines whether or not to **** directories which contain a leading dot.
# These directories are commonly meant to be "hidden" and thus should not be
# submitted to the network. Selecting 0 here will submit all directories.
# On Windows files will additionally be checked for the hidden attribute and
# not shared if it is set and ****_dot_files is 1.
# Default: 1
****_dot_files = 1
# Colon separated list of fully qualified paths you wish to share. These
# directories will be recursed at giFT's startup and the files contained
# within will be subjected to an MD5 hashing. The results will be cached and
# will only be recalculated on a per share basis when the size or
# modification time in the cache and on disk disagree, or the file name is
# changed.
# Sanity notice:
# Do NOT share source directories! Remote nodes will refuse to index your
# shares if you are attempting to submit more than 64000 files.
# Security notice:
# Do not share directories which may contain sensitive information, such as
# ~ ($HOME). Also note that any directories shared here will be stripped of
# all but the last path element when submitted to other nodes for indexing,
# effectively "hiding" the directory prefix.
# Windows users: please use the following path specification:
# /[drive]/dir1/dir2:/[drive]/dir3/dir4 ...
# For example, to refer to C:\Program Files\giFT\shares and D:\shares, use:
# /C/Program Files/giFT/shares:/D/shares
# Default: none
root = none
# Maximum amount of simultaneous uploads allowed. Setting this to 0 will
# cause giFT to not limit outgoing transfers. Use shares_hidden to disable
# sharing.
# Default: 0
max_uploads = 1
# Whether we allow sharing. Setting this to 0 will allow sharing and uploads
# up to max_uploads. If this is 1 your shares will be hidden from the world
# and uploading will be denied. This may also be handled at run time via your
# GUI of choice.
# Default: 0
shares_hidden = 1
# Controls when giFT periodically rescans your shared directories for any
# changes (new files, missing files, changed files, etc.) and communicates
# those changes to the underlying protocols. This parameter specifies how
# often (in seconds) you want that to happen.
# For your reference
# 0 turns off periodic auto-resync
# 3600 one hour
# 86400 one day
# 604800 one week
# Default: 86400
auto_resync_interval = 0
# Controls whether or not giFT should automatically share files that you have
# finished downloading. This feature significantly improves the network's
# abundance of files and helps ease the load on those sharing popular files.
# It's a Good Thing (TM), please leave it on.
# Avoid setting your completed directories through sharing/root, as that
# setting will duplicate recursion of the completed directory and cause
# generally undesirable results.
# Default: 1
share_completed = 1
# Controls whether giFT ignores the incoming directory when sharing files. If
# this is 1 and the incoming directory is within one of the sharing roots all
# files in and below it will not be shared. This is what you want in all known
# universes. Should you find yourself running this software on a parallel
# world where it is necessary to share the incoming files please make sure it
# doesn't affect us back here. Thank you.
# Default: 1
ignore_incoming = 1
################################################## #############################
# USER SPACE BANDWIDTH CONTROL
-
[bandwidth]
------------
# Bandwidth throttling allows giFT to have some basic control over your
# bandwidth usage. This code operates in user space, and as a result can not
# guarantee perfect accuracy. If you wish to use this feature, please
# consider using a more reliable kernel space option first. As always, google
# should be able to assist you there.
# The following configuration switches control the maximum number of bytes
# per second allowed for the given stream direction. A setting of 0 will
# disable throttling for that direction.
# Default: 0
downstream = 0
upstream = 15
username [] = [URL]http://chatoblog.com[/URL]
sessions [4] = 15
timeout [300] =
#######FIN DE ARCHIVO giftd.conf##################
Ahora descargamos los ultimos nodes, (fijense en la fecha) desde:
http://update.kceasy.com/update/ares/
Creamos un archivo con el nombre "nodes" en
/home/usuario/.giFT/Ares/ y copiamos la lista que nos aparece ahi.
"/home/usuario/.giFT/Ares/nodes"
Aca les dejo la lista que uso yo, nose si sera la mas actulizada, pero
aun conecta muy bien.
<ip> <port> <reports> <attempts> <connects> <first_seen> <last_seen> <last_attempt>
186.81.11.92 14867 1 1 1 1258071977 1258072242 1258072242
93.156.52.35 51136 1 1 1 1258071977 1258072243 1258072242
190.75.51.117 48538 1 1 1 1258072243 1258072246 1258072245
190.72.167.59 44469 1 1 1 1258072246 1258072247 1258072246
190.176.173.186 12925 1 0 0 1258072242 1258072242 0
189.194.137.218 24075 1 0 0 1258072242 1258072242 0
190.205.44.151 58174 1 0 0 1258072242 1258072242 0
67.82.145.189 54010 1 0 0 1258072242 1258072242 0
190.77.138.207 7366 1 0 0 1258072242 1258072242 0
190.79.46.147 34347 1 0 0 1258072242 1258072242 0
81.39.142.150 13431 1 0 0 1258072242 1258072242 0
200.86.14.183 59946 1 0 0 1258072242 1258072242 0
190.159.26.219 60611 1 0 0 1258072242 1258072242 0
190.21.81.182 54836 1 0 0 1258072242 1258072242 0
190.19.163.5 20407 1 0 0 1258072242 1258072242 0
88.8.140.60 59700 1 0 0 1258072242 1258072242 0
201.210.45.56 64909 1 0 0 1258072242 1258072242 0
88.8.69.55 39839 1 0 0 1258072242 1258072242 0
88.188.246.65 36275 1 0 0 1258072242 1258072242 0
78.8.216.67 6313 1 0 0 1258072242 1258072242 0
201.253.164.19 64351 1 0 0 1258072242 1258072242 0
190.172.133.220 30011 1 0 0 1258072242 1258072242 0
187.137.117.169 9120 1 0 0 1258072243 1258072243 0
190.22.68.231 11769 1 0 0 1258072243 1258072243 0
190.48.241.223 25053 1 0 0 1258072243 1258072243 0
75.182.52.197 26697 1 0 0 1258072243 1258072243 0
201.68.239.81 17462 1 0 0 1258072243 1258072243 0
201.0.253.88 20201 1 0 0 1258072243 1258072243 0
186.28.88.220 43484 1 0 0 1258072243 1258072243 0
190.225.30.186 8198 1 0 0 1258072243 1258072243 0
201.95.208.84 41494 1 0 0 1258072243 1258072243 0
85.56.25.134 63016 1 0 0 1258072243 1258072243 0
200.103.89.149 40727 1 0 0 1258072243 1258072243 0
189.104.194.229 26599 1 0 0 1258072243 1258072243 0
190.136.149.35 46655 1 0 0 1258072243 1258072243 0
190.229.237.121 37502 1 0 0 1258072243 1258072243 0
190.95.54.7 37987 1 0 0 1258072243 1258072243 0
190.179.218.71 16268 1 0 0 1258072243 1258072243 0
190.162.141.34 53176 1 0 0 1258072243 1258072243 0
189.41.191.77 55060 1 0 0 1258072246 1258072246 0
190.162.99.118 53793 1 0 0 1258072246 1258072246 0
190.95.93.154 30283 1 0 0 1258072246 1258072246 0
190.249.43.220 61120 1 0 0 1258072246 1258072246 0
85.85.29.225 46608 1 0 0 1258072246 1258072246 0
24.95.74.153 49988 1 0 0 1258072246 1258072246 0
67.82.244.91 64640 1 0 0 1258072246 1258072246 0
69.114.2.208 51029 1 0 0 1258072246 1258072246 0
187.56.66.145 31774 1 0 0 1258072246 1258072246 0
189.111.30.69 31289 1 0 0 1258072246 1258072246 0
190.95.94.15 25554 1 0 0 1258072246 1258072246 0
190.199.238.236 21244 1 0 0 1258072246 1258072246 0
190.178.12.24 36813 1 0 0 1258072246 1258072246 0
190.95.26.246 48789 1 0 0 1258072246 1258072246 0
190.51.3.222 35181 1 0 0 1258072246 1258072246 0
201.132.195.143 28989 1 0 0 1258072246 1258072246 0
190.46.148.66 11372 1 0 0 1258072246 1258072246 0
200.109.195.176 22492 1 0 0 1258072246 1258072246 0
201.68.95.135 8332 1 0 0 1258072247 1258072247 0
190.176.187.155 28549 1 0 0 1258072247 1258072247 0
190.20.173.186 28053 1 0 0 1258072247 1258072247 0
190.136.77.180 44742 1 0 0 1258072247 1258072247 0
76.237.98.184 57059 1 0 0 1258072247 1258072247 0
190.82.192.129 57708 1 0 0 1258072247 1258072247 0
201.92.76.227 53310 1 0 0 1258072247 1258072247 0
200.86.28.163 15365 1 0 0 1258072247 1258072247 0
190.48.166.59 34138 1 0 0 1258072247 1258072247 0
190.158.86.5 51802 1 0 0 1258072247 1258072247 0
190.203.20.231 51736 1 0 0 1258072247 1258072247 0
190.174.14.227 6427 1 0 0 1258072247 1258072247 0
90.61.1.135 18543 1 0 0 1258072247 1258072247 0
24.47.109.230 42734 1 0 0 1258072247 1258072247 0
76.117.101.191 42457 1 0 0 1258072247 1258072247 0
189.194.72.33 17275 1 0 0 1258072247 1258072247 0
200.120.173.108 54775 1 0 0 1258072247 1258072247 0
200.88.48.146 57598 1 0 0 1258072247 1258072247 0
190.151.13.229 61154 1 0 0 1258072247 1258072247 0
201.243.233.81 10185 1 1 0 1258072243 1258072247 1258072243
71.225.226.122 36009 1 1 0 1258072242 1258072247 1258072242
68.231.116.143 18613 1 1 0 1258071977 1258072247 1258072242
189.201.100.36 7190 1 1 0 1258071977 1258072247 1258072242
79.142.2.140 29158 1 1 0 1258071977 1258072247 1258072242
200.86.121.45 51840 1 1 0 1258071977 1258072247 1258072242
189.95.10.204 22849 1 1 0 1258071977 1258072247 1258072242
190.188.185.40 57516 1 1 0 1258071977 1258072247 1258072242
201.164.172.106 34057 1 1 0 1258071977 1258072247 1258072242
189.132.31.230 42783 1 1 0 1258071957 1258071957 1258071976
189.119.104.164 26294 1 1 0 1258071977 1258071977 1258071977
190.235.3.169 36609 1 1 0 1258071976 1258071977 1258071976
190.65.68.93 28356 1 1 0 1258071976 1258071977 1258071976
84.120.216.121 56257 1 1 0 1258071976 1258071977 1258071976
190.65.139.170 46774 1 1 0 1258071957 1258071977 1258071976
190.71.152.182 39314 1 1 0 1258071957 1258071977 1258071976
201.250.247.15 42207 1 1 0 1258071957 1258071977 1258071976
200.8.249.25 46725 1 1 0 1258071957 1258071977 1258071959
77.91.15.154 34561 1 1 0 1258071957 1258071977 1258071957
190.15.192.193 59581 1 1 0 1258071977 1258071977 1258072242
76.117.197.89 29667 2 2 1 1255563659 1258071957 1258071956
190.20.75.137 58932 1 1 1 1258071957 1258071976 1258071976
74.71.203.99 14431 1 1 1 1258071957 1258071977 1258071976
201.255.99.225 31471 1 1 1 1258071957 1258071977 1258071976
24.218.86.199 25520 1 0 0 1258071957 1258071957 0
189.79.114.202 5964 1 0 0 1258071957 1258071957 0
190.26.101.82 43099 1 0 0 1258071957 1258071957 0
212.21.254.44 64292 1 0 0 1258071957 1258071957 0
190.51.82.228 60616 1 0 0 1258071957 1258071957 0
190.255.251.167 10373 1 0 0 1258071957 1258071957 0
189.46.170.133 28500 1 0 0 1258071957 1258071957 0
190.49.194.93 22029 1 0 0 1258071957 1258071957 0
189.105.204.42 61223 1 0 0 1258071957 1258071957 0
190.192.10.142 23709 1 0 0 1258071957 1258071957 0
93.24.133.114 26569 1 0 0 1258071976 1258071976 0
190.24.49.142 7038 1 0 0 1258071976 1258071976 0
189.31.34.10 47596 1 0 0 1258071976 1258071976 0
78.172.132.31 26768 1 0 0 1258071976 1258071976 0
190.164.66.35 62245 1 0 0 1258071976 1258071976 0
85.59.101.178 5917 1 0 0 1258071976 1258071976 0
190.49.184.115 17572 1 0 0 1258071976 1258071976 0
201.68.158.78 9971 1 0 0 1258071976 1258071976 0
189.78.240.111 17803 1 0 0 1258071976 1258071976 0
190.46.75.6 19354 1 0 0 1258071976 1258071976 0
90.168.197.76 59927 1 0 0 1258071976 1258071976 0
189.18.175.137 15801 1 0 0 1258071976 1258071976 0
200.35.43.58 63559 1 0 0 1258071976 1258071976 0
190.47.184.9 42625 1 0 0 1258071976 1258071976 0
201.173.208.61 27645 1 0 0 1258071976 1258071976 0
189.193.209.95 19942 1 0 0 1258071976 1258071976 0
77.211.66.81 20081 1 0 0 1258071977 1258071977 0
24.189.106.26 6537 1 0 0 1258071977 1258071977 0
66.49.235.188 35567 1 0 0 1258071977 1258071977 0
200.79.218.12 42952 1 0 0 1258071977 1258071977 0
66.201.178.130 19791 1 0 0 1258071977 1258071977 0
201.43.61.181 22098 1 0 0 1258071977 1258071977 0
187.13.28.58 31745 1 0 0 1258071977 1258071977 0
190.179.233.137 31257 1 0 0 1258071977 1258071977 0
190.164.106.21 29000 1 0 0 1258071977 1258071977 0
190.249.27.28 42605 1 0 0 1258071977 1258071977 0
99.228.163.103 5483 1 0 0 1258071977 1258071977 0
98.183.57.68 27879 1 0 0 1258071977 1258071977 0
201.222.206.226 18335 1 0 0 1258071977 1258071977 0
84.121.109.85 11013 1 0 0 1258071977 1258071977 0
190.199.242.180 27540 1 0 0 1258071977 1258071977 0
200.119.124.21 19329 1 0 0 1258071977 1258071977 0
190.56.17.99 64978 1 0 0 1258071977 1258071977 0
201.255.208.76 50573 1 0 0 1258071977 1258071977 0
201.103.56.52 41804 1 0 0 1258071977 1258071977 0
190.19.4.4 27794 1 0 0 1258071977 1258071977 0
189.19.146.125 59537 1 0 0 1258071977 1258071977 0
190.137.66.75 48571 1 0 0 1258071977 1258071977 0
190.178.20.241 35280 1 0 0 1258071977 1258071977 0
190.50.42.124 10421 1 0 0 1258071977 1258071977 0
87.246.248.56 18368 1 0 0 1258071977 1258071977 0
83.53.125.94 64516 1 0 0 1258071977 1258071977 0
190.20.103.40 15836 1 0 0 1258071977 1258071977 0
190.51.0.238 39394 1 3 1 1255563064 1255563718 1258071956
190.44.170.146 14764 1 3 1 1255563053 1255563674 1258071956
201.232.197.85 42626 1 3 1 1255561953 1255563103 1258071956
78.226.192.200 45381 1 3 1 1255561323 1255561975 1258071956
83.84.9.179 41258 2 2 0 1255563659 1255565592 1258071956
82.198.115.112 23755 2 2 0 1255563659 1255565592 1258071956
190.174.121.65 42822 2 2 0 1255563659 1255565592 1258071956
190.82.150.194 49462 2 2 0 1255563718 1255565429 1258071956
190.20.3.2 40091 2 2 0 1255563659 1255565544 1258071956
186.141.78.135 23123 2 1 0 1255563053 1255563655 1255563064
84.122.245.82 62696 2 1 0 1255563031 1255563659 1255563053
83.8.108.14 61766 2 1 0 1255563031 1255563659 1255563053
190.172.138.254 51954 2 2 0 1255563031 1255563674 1258071956
189.10.53.231 22345 2 2 0 1255563031 1255563659 1258071956
190.25.201.150 53532 2 1 0 1255561323 1255563031 1255563031
190.174.87.9 13707 2 1 0 1255561323 1255561953 1255561953
190.188.253.252 44377 2 1 0 1255561323 1255561953 1255561953
189.195.25.206 58801 1 1 0 1255565544 1255565592 1255565592
72.178.216.175 34988 1 1 0 1255565544 1255565592 1255565592
77.209.67.194 16160 1 1 0 1255565544 1255565592 1255565592
190.50.212.91 59365 1 1 0 1255565544 1255565592 1255565592
186.82.169.15 36306 1 1 0 1255565544 1255565592 1255565592
200.83.203.142 12785 1 1 0 1255565429 1255565544 1255565544
201.215.197.218 41911 1 1 0 1255565429 1255565544 1255565543
186.12.139.4 23021 1 1 0 1255565429 1255565544 1255565543
67.247.34.13 37481 1 1 0 1255565429 1255565544 1255565543
201.171.167.140 49354 1 1 0 1255565429 1255565544 1255565543
90.163.135.158 29134 1 1 0 1255565429 1255565544 1255565543
190.87.154.61 20810 1 1 0 1255565429 1255565544 1255565543
200.126.214.234 23392 1 1 0 1255565429 1255565544 1255565543
190.46.228.10 33916 1 1 0 1255565429 1255565544 1255565543
83.165.247.48 46693 1 1 1 1255565403 1255933391 1255933149
201.144.235.246 6615 1 1 1 1255565403 1255933190 1255933189
24.34.27.162 12688 1 1 1 1255565366 1255933270 1255933269
190.174.42.145 44158 1 1 1 1255933270 1255933420 1255933411
201.222.154.124 58640 1 1 1 1255933190 1255933191 1255933191
87.219.181.237 18122 1 0 0 1255933420 1255933420 0
99.192.24.194 9091 1 0 0 1255933420 1255933420 0
189.159.10.97 9749 1 0 0 1255933420 1255933420 0
24.12.199.228 31119 1 0 0 1255933420 1255933420 0
59.183.125.98 19950 1 0 0 1255933420 1255933420 0
201.243.102.159 32945 1 0 0 1255933420 1255933420 0
189.172.110.203 33959 1 0 0 1255933420 1255933420 0
83.57.198.84 13709 1 0 0 1255933420 1255933420 0
190.231.177.140 24026 1 0 0 1255933420 1255933420 0
190.49.164.188 36074 1 0 0 1255933420 1255933420 0
76.182.15.49 42819 1 0 0 1255933420 1255933420 0
74.12.67.143 18506 1 0 0 1255933420 1255933420 0
190.27.175.172 9267 1 0 0 1255933420 1255933420 0
190.17.38.73 17665 1 0 0 1255933420 1255933420 0
76.78.6.232 38245 1 0 0 1255933420 1255933420 0
201.248.220.79 17874 1 0 0 1255933420 1255933420 0
190.9.82.59 44807 1 0 0 1255933420 1255933420 0
190.201.134.34 13279 1 0 0 1255933420 1255933420 0
201.241.45.207 20332 1 0 0 1255933420 1255933420 0
190.202.131.36 31692 2 7 2 1252902526 1255565366 1255933049
201.233.160.103 53004 2 7 3 1253655671 1255565366 1255933069
201.242.22.248 10873 1 8 3 1253655670 1255565366 1255933069
190.163.117.89 62867 1 9 2 1253607879 1255565366 1255933069
24.167.137.21 39968 1 9 2 1253607898 1255565366 1255933069
98.217.101.13 15092 1 8 0 1252915984 1255565366 1255933069
99.163.122.55 9836 1 8 0 1252915984 1255563655 1255933069
64.212.1.171 56953 1 8 1 1253655670 1255565366 1255933069
201.172.27.84 10864 1 7 1 1253655671 1255565366 1255933069
190.209.104.244 61691 1 7 1 1253655671 1255565366 1255933089
186.81.156.26 12282 1 0 0 1255563655 1255563655 0
200.119.230.12 64803 1 0 0 1255563655 1255563655 0
75.54.136.158 10363 1 0 0 1255563655 1255563655 0
201.231.21.219 17496 1 0 0 1255563655 1255563655 0
201.244.40.10 25465 1 0 0 1255563655 1255563655 0
190.48.216.192 41737 1 0 0 1255563655 1255563655 0
68.96.74.29 5371 1 0 0 1255563655 1255563655 0
189.120.38.113 59523 1 0 0 1255563659 1255563659 0
190.201.39.64 54922 1 0 0 1255563659 1255563659 0
200.83.21.161 52877 1 0 0 1255563659 1255563659 0
81.202.27.10 16407 1 0 0 1255563659 1255563659 0
84.123.251.80 8373 1 0 0 1255563674 1255563674 0
201.29.171.175 30872 1 0 0 1255563674 1255563674 0
190.51.72.70 29461 1 0 0 1255563674 1255563674 0
190.173.192.127 33980 1 0 0 1255563674 1255563674 0
186.82.122.111 64841 1 0 0 1255563674 1255563674 0
190.174.91.33 54513 1 0 0 1255563674 1255563674 0
189.132.227.62 37353 1 0 0 1255563674 1255563674 0
200.109.83.236 20929 1 0 0 1255563674 1255563674 0
189.129.118.163 30653 1 0 0 1255563674 1255563674 0
213.254.67.133 5302 1 0 0 1255563674 1255563674 0
186.136.8.22 15446 1 0 0 1255563718 1255563718 0
190.48.206.212 44759 1 0 0 1255563718 1255563718 0
190.82.25.128 42691 1 0 0 1255563718 1255563718 0
201.130.248.40 56475 1 0 0 1255563718 1255563718 0
190.173.206.46 5283 1 0 0 1255563718 1255563718 0
190.22.184.129 32300 1 0 0 1255563718 1255563718 0
77.229.241.45 30522 1 0 0 1255563718 1255563718 0
190.51.245.211 63275 1 0 0 1255563718 1255563718 0
200.158.195.68 32916 1 0 0 1255563718 1255563718 0
201.82.198.61 47375 1 0 0 1255563718 1255563718 0
190.159.157.118 23983 1 0 0 1255563718 1255563718 0
201.249.6.60 5565 1 0 0 1255563718 1255563718 0
190.143.53.45 56305 1 0 0 1255563718 1255563718 0
201.236.0.237 11643 1 0 0 1255563718 1255563718 0
189.120.33.68 25435 1 0 0 1255563718 1255563718 0
84.122.202.246 14107 1 0 0 1255563718 1255563718 0
190.51.248.147 45216 1 0 0 1255563718 1255563718 0
90.169.64.35 19327 1 0 0 1255563031 1255563031 0
190.32.170.138 62739 1 0 0 1255563031 1255563031 0
186.125.14.140 40275 1 0 0 1255563031 1255563031 0
201.255.3.61 24646 1 0 0 1255563031 1255563031 0
190.164.166.152 9782 1 0 0 1255563031 1255563031 0
72.184.135.233 60272 1 0 0 1255563031 1255563031 0
66.249.152.205 26510 1 0 0 1255563031 1255563031 0
189.71.183.136 52514 1 0 0 1255563031 1255563031 0
67.173.168.49 49283 1 0 0 1255563053 1255563053 0
189.200.224.67 33673 1 0 0 1255563053 1255563053 0
201.233.95.136 9913 1 0 0 1255563053 1255563053 0
190.38.56.132 57563 1 0 0 1255563053 1255563053 0
62.57.20.239 40752 1 0 0 1255563053 1255563053 0
190.198.115.149 25360 1 0 0 1255563053 1255563053 0
190.205.17.148 48725 1 0 0 1255563053 1255563053 0
83.40.1.49 13041 1 0 0 1255563053 1255563053 0
190.78.97.38 8804 1 0 0 1255563053 1255563053 0
24.232.128.8 8382 1 0 0 1255563053 1255563053 0
217.129.164.224 14815 1 0 0 1255563064 1255563064 0
187.40.51.245 5464 1 0 0 1255563064 1255563064 0
190.50.166.219 6737 1 0 0 1255563064 1255563064 0
187.56.240.18 11284 1 0 0 1255563064 1255563064 0
84.125.174.184 12341 1 0 0 1255563064 1255563064 0
200.85.220.70 35796 1 0 0 1255563064 1255563064 0
88.0.49.195 8980 1 0 0 1255563064 1255563064 0
99.229.150.40 62133 1 0 0 1255563064 1255563064 0
187.67.84.188 13653 1 0 0 1255563064 1255563064 0
201.50.147.212 64169 1 0 0 1255563064 1255563064 0
200.74.34.147 54826 1 0 0 1255563103 1255563103 0
190.105.55.175 50616 1 0 0 1255563103 1255563103 0
201.254.62.12 12392 1 0 0 1255563103 1255563103 0
190.25.121.189 47068 1 0 0 1255563103 1255563103 0
186.28.164.66 54278 1 0 0 1255563103 1255563103 0
201.242.248.149 17912 1 0 0 1255563103 1255563103 0
187.3.39.146 27168 1 0 0 1255563103 1255563103 0
68.80.196.135 26320 1 0 0 1255563103 1255563103 0
68.43.247.127 49558 1 0 0 1255563103 1255563103 0
190.143.54.110 56087 1 0 0 1255563103 1255563103 0
190.204.211.150 41133 1 0 0 1255563103 1255563103 0
190.20.81.233 19978 1 0 0 1255563103 1255563103 0
200.86.207.32 60106 1 0 0 1255563103 1255563103 0
190.177.188.116 40160 1 0 0 1255563103 1255563103 0
190.164.142.86 16421 1 0 0 1255563103 1255563103 0
76.168.241.50 18481 1 0 0 1255563103 1255563103 0
190.14.180.84 34335 1 0 0 1255563103 1255563103 0
41.250.8.96 41147 1 0 0 1255563103 1255563103 0
201.231.211.124 54527 1 0 0 1255561948 1255561948 0
190.193.142.98 26394 1 0 0 1255561948 1255561948 0
190.164.119.214 12943 1 0 0 1255561948 1255561948 0
66.176.135.96 16385 1 0 0 1255561948 1255561948 0
201.250.4.150 49077 1 0 0 1255561948 1255561948 0
201.211.218.203 18504 1 0 0 1255561948 1255561948 0
201.250.105.205 6529 1 0 0 1255561948 1255561948 0
190.48.198.70 53007 1 0 0 1255561948 1255561948 0
81.202.171.24 60927 1 0 0 1255561948 1255561948 0
190.189.75.173 24622 1 0 0 1255561948 1255561948 0
201.242.181.50 14785 1 0 0 1255561953 1255561953 0
83.43.22.128 19147 1 0 0 1255561953 1255561953 0
92.56.146.111 37499 1 0 0 1255561953 1255561953 0
201.222.205.200 52500 1 0 0 1255561953 1255561953 0
190.209.14.219 49083 1 0 0 1255561953 1255561953 0
190.164.41.66 8393 1 0 0 1255561953 1255561953 0
190.42.200.97 27936 1 0 0 1255561953 1255561953 0
200.77.102.173 22050 1 0 0 1255561953 1255561953 0
201.250.234.242 62643 1 0 0 1255561953 1255561953 0
190.74.51.7 17799 1 0 0 1255561975 1255561975 0
187.23.8.14 21631 1 0 0 1255561975 1255561975 0
89.76.83.213 60821 1 0 0 1255561975 1255561975 0
190.158.5.124 29670 1 0 0 1255561975 1255561975 0
201.250.171.141 6160 1 0 0 1255561975 1255561975 0
190.189.101.200 58972 1 0 0 1255561975 1255561975 0
201.242.123.236 39586 1 0 0 1255561975 1255561975 0
190.159.213.122 33704 1 0 0 1255561975 1255561975 0
174.22.216.125 9013 1 0 0 1255561975 1255561975 0
190.173.65.111 37869 1 0 0 1255561980 1255561980 0
190.144.42.250 21867 1 0 0 1255561980 1255561980 0
66.58.247.171 53932 1 0 0 1255561980 1255561980 0
189.24.6.116 44624 1 0 0 1255561980 1255561980 0
189.25.109.125 36758 1 0 0 1255561980 1255561980 0
190.20.160.101 18359 1 0 0 1255561980 1255561980 0
201.250.30.172 28113 1 0 0 1255561980 1255561980 0
86.44.82.87 22930 1 0 0 1255561980 1255561980 0
212.46.57.35 8433 1 0 0 1255561980 1255561980 0
201.255.33.207 37081 1 0 0 1255561980 1255561980 0
201.226.22.114 55644 1 0 0 1255561980 1255561980 0
87.116.231.14 11006 1 0 0 1255561980 1255561980 0
190.174.215.23 5923 1 0 0 1255561980 1255561980 0
87.222.28.172 31601 1 0 0 1255561980 1255561980 0
190.45.67.2 58013 1 0 0 1255561980 1255561980 0
201.243.66.131 49621 1 0 0 1255561980 1255561980 0
99.16.249.87 38787 1 0 0 1255561980 1255561980 0
201.80.75.80 63686 1 0 0 1255561323 1255561323 0
189.163.37.137 22127 1 0 0 1255561323 1255561323 0
201.255.27.122 38235 1 0 0 1255561323 1255561323 0
190.176.161.124 42812 1 0 0 1255561323 1255561323 0
190.177.40.104 33976 1 0 0 1255561323 1255561323 0
201.203.189.114 53645 1 0 0 1255561323 1255561323 0
190.209.138.146 37276 1 0 0 1255561323 1255561323 0
200.219.119.0 61788 1 0 0 1255561323 1255561323 0
83.66.113.188 22044 1 0 0 1255561323 1255561323 0
200.110.175.46 22759 1 0 0 1255561323 1255561323 0
190.22.9.157 53780 1 0 0 1255561323 1255561323 0
129.100.206.17 7045 1 0 0 1255561323 1255561323 0
201.211.129.33 35632 1 0 0 1255561323 1255561323 0
81.202.104.196 21605 1 0 0 1255561323 1255561323 0
190.77.22.3 12538 1 0 0 1255561323 1255561323 0
186.8.10.230 64816 1 0 0 1255561323 1255561323 0
201.248.223.226 55729 1 0 0 1255561323 1255561323 0
83.213.31.157 20501 1 0 0 1255561323 1255561323 0
84.125.82.5 27374 1 0 0 1255561323 1255561323 0
190.22.140.207 22658 1 0 0 1255561323 1255561323 0
190.38.84.149 57603 1 0 0 1255561323 1255561323 0
200.52.178.63 6873 1 0 0 1255561323 1255561323 0
190.157.95.61 17811 1 0 0 1255561323 1255561323 0
90.53.19.168 40871 1 0 0 1255561323 1255561323 0
83.36.176.167 8164 1 0 0 1255561323 1255561323 0
83.61.31.99 37744 1 0 0 1255561323 1255561323 0
189.195.91.56 37181 1 0 0 1255561323 1255561323 0
79.154.17.176 57613 1 0 0 1255561323 1255561323 0
190.47.65.33 62862 1 0 0 1255561323 1255561323 0
190.97.148.87 48510 1 0 0 1255561323 1255561323 0
189.97.47.242 15439 1 0 0 1255561323 1255561323 0
190.77.219.10 10518 1 0 0 1255561323 1255561323 0
190.199.88.96 24275 1 0 0 1255561323 1255561323 0
201.250.14.159 29787 1 0 0 1255561323 1255561323 0
89.110.2.224 10059 1 0 0 1255561323 1255561323 0
190.135.67.238 22448 1 0 0 1255561323 1255561323 0
190.51.111.92 40543 1 0 0 1255561323 1255561323 0
190.164.73.141 17975 1 0 0 1255561323 1255561323 0
190.134.65.98 44790 1 0 0 1255561323 1255561323 0
41.250.226.44 42392 1 0 0 1255561323 1255561323 0
190.46.158.206 29375 1 0 0 1255561323 1255561323 0
190.73.121.26 32527 1 0 0 1255561323 1255561323 0
190.178.5.34 26233 1 0 0 1255561323 1255561323 0
208.58.197.52 47043 1 0 0 1255561323 1255561323 0
68.3.178.64 12142 1 0 0 1255561323 1255561323 0
190.176.166.202 6616 1 0 0 1255561323 1255561323 0
190.129.18.93 42098 1 0 0 1255561323 1255561323 0
81.203.40.99 51463 1 0 0 1255561323 1255561323 0
190.206.162.46 40251 1 0 0 1255561323 1255561323 0
170.51.172.10 20861 1 0 0 1255561324 1255561324 0
82.249.33.1 48690 1 0 0 1255561324 1255561324 0
201.160.40.44 11030 1 0 0 1255561324 1255561324 0
84.123.123.195 5081 1 0 0 1255561324 1255561324 0
Iniciamos el demonio, no me funciono, en mi caso reinicie la maquina.
$ giftd -v
ó
$ giftdListo!! abran giftoxic desde el Menú o desde consola "giFToxic", esperen un momento y ya podrán usar "ares" o mejor dicho
conectarse a la red Ares.
Aca les dejo unas imagenes.
[IMG]http://img12.**************/img12/644/areslinux2.png[/IMG]
[IMG]http://img188.**************/img188/8707/areslinux.png[/IMG]
[IMG]http://img443.**************/img443/1218/areslinux3.png[/IMG]
Tip: Cuando les salga algun error al compilar y les muestre una libreria faltante usen "sudo apt-cache search libreria", asi buscaran con que esta asociado y podran ir "probando" cual es.
Ojala les sea de utilidad, no olviden dejar su comentario =).
Saludos