<?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>proxy &#8211; Luxing Huang</title>
	<atom:link href="https://luxing.im/tag/proxy/feed/" rel="self" type="application/rss+xml" />
	<link>https://luxing.im</link>
	<description>Thoughs and things</description>
	<lastBuildDate>Fri, 26 Jun 2015 18:59:48 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
<site xmlns="com-wordpress:feed-additions:1">58771605</site>	<item>
		<title>Proxy all traffic of a program with ProxyChains</title>
		<link>https://luxing.im/proxy-all-traffic-of-a-program-with-proxychains/</link>
					<comments>https://luxing.im/proxy-all-traffic-of-a-program-with-proxychains/#respond</comments>
		
		<dc:creator><![CDATA[Luxing Huang]]></dc:creator>
		<pubDate>Fri, 26 Jun 2015 02:14:33 +0000</pubDate>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[proxy]]></category>
		<guid isPermaLink="false">https://luxing.im/?p=525</guid>

					<description><![CDATA[EastLink sucks. Somehow in the evenings, they manage to lower the speed of my connection from home to my server at OVH Canada BHS centre. I&#8217;ve complained before but this issue is not going to be resolve anytime soon. Since my residence does not support another ISP (BellAliant, namely), I have to stick to EastLink &#8230; <p class="link-more"><a href="https://luxing.im/proxy-all-traffic-of-a-program-with-proxychains/" class="more-link">Continue reading<span class="screen-reader-text"> "Proxy all traffic of a program with ProxyChains"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>EastLink sucks. Somehow in the evenings, they manage to lower the speed of my connection from home to my server at OVH Canada BHS centre. I&#8217;ve complained before but this issue is not going to be resolve anytime soon. Since my residence does not support another ISP (BellAliant, namely), I have to stick to EastLink for now. Strangely EastLink connects to other places relatively well, even my server at the west coast in the states. My other server could connect to BHS server in full speed.</p>
<p>So, how do I bypass the speed limit? By installing ShadowSocks at both ends (home and west coast), I could proxy all my web traffic in Firefox or Chrome without problems. What about SSH, SCP or even rsync? After consulting their man pages, I found some programs support http proxy settings (rsync). Some support port binding (ssh). scp support ProxyCommand, which is overly complicated. None of the above features suit my need.</p>
<p><span id="more-525"></span></p>
<p>After some investigation for the solution on the Internet, I found a nice proxifier called <a href="https://github.com/haad/proxychains" target="_blank">ProxyChains</a>. An open-source proxifier for Unix-like systems. The software is VERY small and its usage is pretty simple.</p>
<pre>dnf install proxychains</pre>
<p>Edit <code>/etc/proxychains.conf</code> file. It contains almost everything you need.</p>
<p>Putting such commands:</p>
<pre>proxychains scp ... </pre>
<p>It works!</p>
<p>More docs in their <a href="http://proxychains.sourceforge.net/howto.html" target="_blank">README</a> file.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://luxing.im/proxy-all-traffic-of-a-program-with-proxychains/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">525</post-id>	</item>
	</channel>
</rss>
