<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unix on Diogo Gomes</title><link>https://diogogomes.com/tags/unix/</link><description>Recent content in Unix on Diogo Gomes</description><generator>Hugo</generator><language>en</language><copyright>{year}</copyright><lastBuildDate>Fri, 20 Feb 2009 14:52:19 +0000</lastBuildDate><atom:link href="https://diogogomes.com/tags/unix/index.xml" rel="self" type="application/rss+xml"/><item><title>Bypassing a restrictive Firewall using SSH</title><link>https://diogogomes.com/2009/02/20/bypassing-a-restrictive-firewall-using-ssh/</link><pubDate>Fri, 20 Feb 2009 14:52:19 +0000</pubDate><guid>https://diogogomes.com/2009/02/20/bypassing-a-restrictive-firewall-using-ssh/</guid><description>&lt;p&gt;If you are faced with a restrictive firewall implemented by your local admin. But luckily enough to have access to a SSH server! You can use the following tip:&lt;/p&gt;
&lt;p&gt;A &lt;a href="http://en.wikipedia.org/wiki/SOCKS"&gt;SOCKS&lt;/a&gt; proxy can easily be setup using SSH, in a terminal type:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;ssh -D 8080 -Nf your.sshserver.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Then just change your Browser/Application settings to point towards &lt;em&gt;localhost&lt;/em&gt; port &lt;em&gt;8080&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://diogogomes.com/images/2009/02/picture-2.png"&gt;&lt;img class="aligncenter size-medium wp-image-236" title="ProxyConf" src="https://diogogomes.com/images/2009/02/picture-2-300x241.png" alt="ProxyConf" width="300" height="241" /&gt;&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>