Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Cetin Sert committed Aug 25, 2012
1 parent 2bcf334 commit 3835555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ with near-zero overhead.
| Distributed Reverse Proxy Mode | Distributed Forward Proxy Mode |
|:--------------------------------|:-------------------------------|
| |
| <p>You want to work from home using [remote desktop services](http://en.wikipedia.org/wiki/Remote_Desktop_Services).</p> | <p>A friend is operating an http proxy server `server:3128` and has only one gateway PC in his network that accepts incoming connections from the public internet `remote`.</p> <p>You `local` want to connect to the internet through your friend's http proxy `server:3128` to access websites blocked by your current internet service provider.</p>
| <p>Work from home using [remote desktop services](http://en.wikipedia.org/wiki/Remote_Desktop_Services).</p> | <p>A friend is operating an http proxy server `server:3128` and has only one gateway PC in his network that accepts incoming connections from the public internet `remote`.</p> <p>You `local` want to connect to the internet through your friend's http proxy `server:3128` to access websites blocked by your current internet service provider.</p>
| |
| <pre>@home> PortFusion ] 2000 [</pre><pre>@work> PortFusion 3389 ::1 - 2000 home [ 3389</pre> | `@remote>` <pre>PortFusion ] 2000 [</pre> `@local>` <pre>PortFusion 3128 ] remote 2000 - server 3128</pre>
| |
| <p>You can now connect to `home:3389` and access `work:3389`. Any firewall around `work` will be circumvented.</p> <p>All you need to do is make `home:2000` accessible from `work`.</p> | [<img src="http://portfusion.sourceforge.net/w/wp-content/uploads/2012/05/df2.png" />](http://portfusion.sourceforge.net/w/wp-content/uploads/2012/05/df2.png)
| <p>Connect to `home:3389`, your connection will be tunnelled and reach `work:3389` circumventing firewall(s) around `work`.</p> <p>All you need to do is make `home:2000` accessible from `work`.</p> | [<img src="http://portfusion.sourceforge.net/w/wp-content/uploads/2012/05/df2.png" />](http://portfusion.sourceforge.net/w/wp-content/uploads/2012/05/df2.png)
| |
| <a name='illustrate' class='anchor' href='#illustrate' /> [<img src="http://portfusion.sourceforge.net/w/wp-content/uploads/2012/05/dr1.png" />](http://portfusion.sourceforge.net/w/wp-content/uploads/2012/05/dr1.png) | <p>`local` HTTP clients that connects to the tunneled proxy `local:3128` are served via gateway `remote` by your friend's http proxy `server:3128`.</p> <p>Your friend only needs to configure the firewall on gateway `remote` for port `2000`.</p>
| |
Expand Down

0 comments on commit 3835555

Please sign in to comment.