Perfect Lenny behind proxy

Discussion in 'Installation/Configuration' started by nenad, Jul 3, 2012.

  1. nenad

    nenad Member

    Hello,

    I set up Perfect Server Debian Lenny with ISPConfig, and it worked fine, then I had to move it on another network which is behind PROXY, so I wonder if there is some way to set up proxy sistem-wide in some config file?

    Please help, it's quite urgent.

    Thank you.
     
  2. falko

    falko Super Moderator Howtoforge Staff

  3. nenad

    nenad Member

    I found those instructions
    http://www.thewireframecommunity.com/node/29



    But it doesn't survive reboot?

    I will try your solution.
     
  4. nenad

    nenad Member

    Your solution WORKS! It survives reboot, you saved my day, thank you :) :)
     
  5. nenad

    nenad Member

    Just in case that website on the link someday goes offline, I'll post here a solution:


    So here is what I added in /etc/profile

    Code:
    export http_proxy=http://147.91.173.31:8080/
    export https_proxy=http://147.91.173.31:8080/
    export ftp_proxy=http://147.91.173.31:8080/
     

Share This Page