Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
midori_faq [2010/04/15 19:24] 89.0.160.10midori_faq [2010/04/15 22:38] – SOCKS > Get the ordered list counting from 1 to 7 mike
Line 124: Line 124:
   - Install 'tsocks'   - Install 'tsocks'
   - Open /etc/tsocks.conf in an editor   - Open /etc/tsocks.conf in an editor
-  - Type something like this, you can choose the port freely: +  - Type something like this, you can choose the port freely: <code> 
-    <code> +server = 127.0.0.1 
-    server = 127.0.0.1 +server_type = 5 
-    server_type = 5 +server_port = 5555</code> 
-    server_port = 5555 +  - Open an SSH connection with the same port: <code> ssh -D localhost:5555 myhost.com </code> 
-    </code> +  - Run Midori with "tsocks" in front of it: <code> tsocks midori </code>
-  - Open an SSH connection with the same port: +
-    <code> ssh -D localhost:5555 myhost.com </code> +
-  - Run Midori with "tsocks" in front of it: +
-    <code> tsocks midori </code>+
   - Now you can use for example http://www.whatsmyip.org/ to verify that you are using a SOCKS connection. The IP address should match the one of your SSH host. Remember to keep the SSH login running, and don't suspend it, otherwise it won't work.   - Now you can use for example http://www.whatsmyip.org/ to verify that you are using a SOCKS connection. The IP address should match the one of your SSH host. Remember to keep the SSH login running, and don't suspend it, otherwise it won't work.
   - If the connection fails for some reason, you should see a connection error.   - If the connection fails for some reason, you should see a connection error.