Setting up Proxy Server

Discussion in 'HOWTO-Related Questions' started by xxVERITASxx, Apr 12, 2007.

  1. xxVERITASxx

    xxVERITASxx New Member

    Hey guys, I had a friend help me with this in the past; but I can't for the life of me remember how we did it. We were using Red Hat at the time, but I'm using Debian now. I want to setup a proxy server on my linux box so that I can use Putty to SSH to it from another location. Basically, I want to access my home internet through this box from a distant location. Can anyone please show me where to find a tutorial or tell me how this is possible. Do I need to setup a gateway (ie. using 2 NICs)?

    Thanks for the help!

    -- Veritas
     
  2. vlade

    vlade New Member

    I'm kinda lost here. Why proxy server ? for ssh you only need openssh server installed :)

    regards
     
  3. xxVERITASxx

    xxVERITASxx New Member

    When i try using Openssh it won't work. But that was with Windows XP. I haven't tried it with Debian. THink i should?
     
  4. Cerberus

    Cerberus New Member

    have firewall installed?

    hello...
    Maybe your firewall blocked it?

    -<@cerberus@>- :rolleyes:
     
  5. xxVERITASxx

    xxVERITASxx New Member

    Is there a tutorial on how to install openssh on Debian? And when I do, how would I use it as a proxy from a distant computer?
     
  6. vlade

    vlade New Member

    What exactly are you trying to do.

    If you want to install openssh then issue in command line:
    Code:
    apt-get install ssh openssh-server
    Try this resource for aditional info: http://www.howtoforge.com/debian_ebox
     

Share This Page