<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cousin girls &#187; Tor</title>
	<atom:link href="http://cousingirls.com/tag/tor/feed" rel="self" type="application/rss+xml" />
	<link>http://cousingirls.com</link>
	<description>are we there yet?</description>
	<lastBuildDate>Sat, 29 May 2010 14:35:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Connecting to IRC via Colloquy using Tor and Socat</title>
		<link>http://cousingirls.com/using-colloquy-on-os-x-with-a-tor-proxy</link>
		<comments>http://cousingirls.com/using-colloquy-on-os-x-with-a-tor-proxy#comments</comments>
		<pubDate>Thu, 14 May 2009 17:58:18 +0000</pubDate>
		<dc:creator>morton</dc:creator>
				<category><![CDATA[Compute]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[Techne]]></category>
		<category><![CDATA[Colloquy]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Socat]]></category>
		<category><![CDATA[Tor]]></category>

		<guid isPermaLink="false">http://cousingirls.com/?p=82</guid>
		<description><![CDATA[Colloquy does not have a proxy function implemented yet. Still, it is possible to realise a connection to an IRC chat via a Tor server. There are some post on this issue over the web, but if you&#8217;re not an advanced computer user, it&#8217;s hard to understand, as the descriptions are not very explaining, and [...]]]></description>
			<content:encoded><![CDATA[<p>Colloquy does not have a proxy function implemented yet. Still, it is possible to realise a connection to an IRC chat via a Tor server. There are some post on this issue over the web, but if you&#8217;re not an advanced computer user, it&#8217;s hard to understand, as the descriptions are not very explaining, and leave out important things. This is what I wanted to fix.</p>
<p>Still, this is not easy to realise. I will try and explain it as clearly as possible, so that anyone should arive at getting it to run. However, you should be familiar with the shell (called &#8216;Terminal&#8217;) &#8211; if not, start reading about it now.</p>
<p>So lets do it. What we need is four pieces of software. The first is Colloquy (<a href="http://colloquy.info/">http://colloquy.info/</a>, which we install just the usual way in our GUI environment). Second, we need Macports (<a href="www.macports.org">www.macports.org</a>, which is just a software managment software. We only need it to download and install the following two programs). Third, Tor (<a href="https://www.torproject.org/">https://www.torproject.org/</a>, the software for connecting to proxy mixes). Fourth, Socat (<a href="http://www.dest-unreach.org/socat/">http://www.dest-unreach.org/socat/</a>, which is a software that can act as a network connections interface between other programs).</p>
<p>What we will build might look like the following:<br />
(Colloquy) — (Socat) – (Tor) – (Tor Proxy)<br />
The first three brackets show software which will run on our computer. As you can see, Socat will establish the connection between Colloquy and Tor, which will then connect to the Tor proxies on the web.</p>
<p>Now to the installing, configuring and running:</p>
<p>1. Get Macports and install it. You can get helpful info here: <a href="http://www.dest-unreach.org/socat/">http://guide.macports.org/</a>.</p>
<p>2. Via the shell, install Tor and Socat using Macports:<br />
	<code>:~ sudo port install tor<br />
	:~ sudo port install socat</code><br />
Both installation processes will take a while.</p>
<p>3. Configure and run Tor: See whether there is a file /opt/local/etc/tor/torrc. If there only is one called torrc.sample, copy it to the name of torrc:<br />
	<code>:~ cp torrc.sample torrc</code><br />
Then, run Tor:<br />
	<code>:~ tor</code><br />
The process should tell you something like:<br />
&#8220;Tor has successfully opened a circuit. Looks like client functionality is working.&#8221;<br />
Leave that terminal window open and get another one (cmd-n). You can stop the Tor process by ctrl-c.</p>
<p>4. Run Socat by entering:</p>
<pre>:~ socat TCP4-LISTEN:6666,fork SOCKS4A:localhost:SERVERNAME:6667,socksport=9050</pre>
<p>At the place of SERVERNAME, you have to enter the name of the IRC server you want to connect to.<br />
Leave that terminal window open, too. You can stop the socal process by ctrl-c.</p>
<p>5. Configure Colloquy<br />
Right-click in the Connections window to make a new connection. For the server name, enter &#8216;localhost&#8217;, and 6666 as the port number.</p>
<p>6. Chose that connection and click &#8216;Connect&#8217;. Now you should connect to the required server. Go into any room (or open one yourself), right-click on your user name and click &#8216;get info&#8217; to make sure your IP and hostname are those from the Tor proxy you use (i.e. not those ones that your ISP provides you with).</p>
<p>See info on this issue on the web:<br />
<a href="http://www.apfeltalk.de/forum/tor-mit-colloquy-t144100.html>http://www.apfeltalk.de/forum/tor-mit-colloquy-t144100.html</a><br />
<a href="http://www.learnsecurityonline.com/index.php?">http://www.learnsecurityonline.com/index.php?option=com_mamboboard&#038;Itemid=69&#038;func=view&#038;id=997&#038;catid=41</a><br />
<a href="http://blog.oneinsane.net/?p=14">http://blog.oneinsane.net/?p=14</a><br />
<a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorifyHOWTO#Socat>http://wiki.noreply.org/noreply/TheOnionRouter/TorifyHOWTO#Socat</a><br />
<a href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#head-1793e1e8a4701ba463b5b82b33f59e787ff752f9">https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#head-1793e1e8a4701ba463b5b82b33f59e787ff752f9</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cousingirls.com/using-colloquy-on-os-x-with-a-tor-proxy/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
