Closed Thread
Results 1 to 6 of 6

Thread: Port Forwarding in SSH

  1. #1
    Join Date
    Jan 2008
    Posts
    1,725
    Blog Entries
    4
    Rep Power
    29

    Port Forwarding in SSH

    Could someone please post a tutorial on Port Forwarding from Putty in Windows? I have had a need for this in the past but never really understood how to do it.

    Thanks,
    Phil

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Tor
    Tor is offline Programming Expert
    Join Date
    Oct 2007
    Posts
    488
    Rep Power
    0
    It is fairly simple.

    1) In putty after you have created a connection click the + beside SSH on the left.

    2) Then click on Tunnels.

    3) The easiest thing to do is create a dynamic port. Put in your port number (I use 8080).


    4) Leave the "Destination" blank.

    5) Make sure Dynamic is clicked in the selection

    6) Click the "Add" button

    7) Save your new profile.

    Then, in your application, set it to use a proxy. Enter "127.0.0.1" as the Socks 5 Proxy and then enter port "8080" as the port number. This will tunnel all of your traffic for that application through your SSH connection.

  4. #3
    Join Date
    Jan 2008
    Posts
    1,725
    Blog Entries
    4
    Rep Power
    29
    Thanks,

    That helped me a lot!

    Phil

  5. #4
    Jordan Guest
    Good idea for a tutorial. I'll write one with screenshots as well.

  6. #5
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    Only one problem. Should I be connected to a server for this to work? If yes... what kind of server?

  7. #6
    Tor
    Tor is offline Programming Expert
    Join Date
    Oct 2007
    Posts
    488
    Rep Power
    0
    Yes, any Linux server that has port forwarding enabled.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Peer-to-peer WAN without port-forwarding
    By Patwerk in forum General Programming
    Replies: 1
    Last Post: 04-04-2011, 06:18 AM
  2. implement a forwarding web cache?
    By van dugall in forum C and C++
    Replies: 0
    Last Post: 05-24-2009, 02:22 PM
  3. HTML Forwarding / Redirection
    By RobSoftware in forum HTML Programming
    Replies: 8
    Last Post: 07-04-2006, 11:33 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts