I couldn't set up Parabola in VirtualBox. I'm trying to configure
irssi+Tor+Freenode in Trisquel 5.5 "Brigantia" and registering it here.
Some readings:
A. Anything+Tor:
https://trac.torproject.org/projects/tor/wiki/doc/TorifyHOWTO
A.a IRC+Tor:
https://trac.torproject.org/projects/tor/wiki/doc/TorifyHOWTO/IrcSilc
A.b irssi+Tor:
https://trac.torproject.org/projects/tor/wiki/doc/TorifyHOWTO/irssi
B. Tor+Freenode: http://freenode.net/irc_servers.shtml#tor
C. irssi+Tor+Freenode:
https://trac.torproject.org/projects/tor/wiki/doc/TorifyHOWTO/irssi#SASLirssi
Others:
http://www.beuc.net/tor/
http://www.andrews-corner.org/irssi.html
https://help.ubuntu.com/community/Irssi
https://wiki.archlinux.org/index.php/Tor
-----------------
I'm doing this:
Set up a nick in Freenode (without Tor...):
http://freenode.net/faq.shtml#nicksetup
$ sudo apt-get install tor irrsi libcrypt-openssl-bignum-perl
libcrypt-dh-perl libcrypt-blowfish-perl
$ mkdir --parents ~/.irssi/scripts/autorun/
$ cd ~/.irssi/scripts/; wget http://freenode.net/sasl/cap_sasl.pl
$ cd autorun/; ln -s ../cap_sasl.pl .
Add the following line to /etc/tor/torrc (I suppose ):
mapaddress 10.40.40.40 p4fsi4ockecnea7l.onion
$ irssi
/network add FreenodeTor
/server add -auto -ssl -ssl_verify -network FreenodeTor 10.40.40.40
/save
/sasl set FreenodeTor [USERNAME] [PASSWORD] DH-BLOWFISH
/sasl save
/quit
Edit ~/.irssi/config: at the end of the file, "settings={};" contains details
about your Trisquel user account. You better change it in that file :-)
Probably there's a way to change them with irssi commands, but I don't know
how to do it. Anyone?
$ torify irssi
07:05 -!- Irssi: Looking up 10.40.40.40
07:05 -!- Irssi: SASL: auth loaded from ~/.irssi/sasl.auth
07:05 -!- Irssi: Connecting to 10.40.40.40 [10.40.40.40] port 6667
07:08 -!- Irssi: Unable to connect server 10.40.40.40 port 6667 [Tempo
esgotado para conexão] ("Time over")
I stopped there. Changing the port to 6697, 7000 or 7070 (as freenode.net
says to do in order to use SSL) changes nothing. I tried Tor ports too (9050,
8118), but nothing.
I tried the socat method too. Nothing.