<?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>rohitj&#039;s domain &#187; transconnect</title>
	<atom:link href="http://rohitj.net/blog/category/softwares/transconnect/feed/" rel="self" type="application/rss+xml" />
	<link>http://rohitj.net</link>
	<description>Yet more clitches</description>
	<lastBuildDate>Fri, 18 Nov 2011 00:51:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SSH over Proxy</title>
		<link>http://rohitj.net/blog/2008/01/06/ssh-over-proxy/</link>
		<comments>http://rohitj.net/blog/2008/01/06/ssh-over-proxy/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 03:53:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[transconnect]]></category>

		<guid isPermaLink="false">http://www.rohitj.net/blog/2008/01/06/ssh-over-proxy/</guid>
		<description><![CDATA[There was a post on LinDesk about how to use SSH over proxy. Thats surely a big issue for people living in developing country. They have to work behind proxy. So, this post talks about some old way of tunneling. Today we have got transconnect which is much better and makes proxy transparent for applications [...]]]></description>
			<content:encoded><![CDATA[<p>There was a post on LinDesk about how to use <a href="http://lindesk.com/2007/04/using-ssh-over-a-proxy/">SSH over proxy</a>. Thats surely a big issue for people living in developing country. They have to work behind proxy. So, this post talks about some old way of tunneling. Today we have got transconnect which is much better and makes proxy transparent for applications running through konsole/terminal. All you need to do is something like this : download transconnect from <a href="http://transconnect.sourceforge.net/">here</a>. Extract it, and follow the following commands :</p>
<p><code><br />
rohitj@rohitj:~#su<br />
root@rohitj:/home/rohitj# cd Desktop/transconnect/<br />
root@rohitj:/home/rohitj/Desktop/transconnect#make<br />
root@rohitj:/home/rohitj/Desktop/transconnect#make install<br />
root@rohitj:/home/rohitj/Desktop/transconnect#exit<br />
rohitj@rohitj:~/Desktop/transconnect#vim ../../.tconn/.tconn.conf<br />
</code><br />
Now change the file according to your proxy settings. Mainly there are 4 parts where you need to do some changes. 1: set proxy server IP. 2: set username. 3: set password, 4: set local IPs.<br />
After this, when you want to use transconnect just do:<br />
<code><br />
rohitj@rohitj:~/Desktop/transconnect#export LD_PRELOAD=$HOME/.tconn/tconn.so<br />
</code><br />
Or, you can add this to your bash profile.<br />
thats it.<br />
btw, transconnect is GPLed.</p>
]]></content:encoded>
			<wfw:commentRss>http://rohitj.net/blog/2008/01/06/ssh-over-proxy/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

