1

My proxy blocks the connection to IRC. But to my surprise freenode doesn't accept connections from tor network.

I added the onion address in Xchat as FreenodeOverTor in the network list.

I installed SASL plugin in Xchat. Used the command

/sasl -set FreenodeOverTor nick passwd

However I am unable to connect. What to do?

Xolve
  • 490

4 Answers4

2

My thinking is that your SASL is probably not working. Check that SASL is working independent of Tor (you can use SASL auth when connecting over clear Internet) and once you get that down, try bringing Tor in the mix.

tgies
  • 1,153
  • 1
  • 10
  • 22
0

Freenode blocks tor very actively, since it can be easily abused. There is no existing work around that I know of, and even then they will probably get blocked.

Have you tried non-standard ports? Freenode accepts connections over 8000-8002 and SSL over 7000 and 7070. If they block access to the url irc.freenode.net, try direct connecting to servers listed here.

TheLQ
  • 2,917
0

I just wrote a (VERY detailed) HOWTO on how to connect your irc client to Tor and authenticate with SASL to Freenode's Tor nodes. You can see that here:

http://blog.gnu-designs.com/howto-configure-tor-sasl-irc-to-connect-to-freenode

There's plenty of other useful posts, HOWTOs and posts on my blog that you might be able to use.

Use the Search Luke! :)

-1

The script I downloaded was buggy. I asked at freenode using qwebirc, they helped me and it worked!!!

Thanks All.

Xolve
  • 490