Results 1 to 2 of 2

Thread: [SOLVED] Set network proxy by CLI

  1. #1
    Join Date
    May 2007
    Location
    /earth/na/usa/ca/visalia
    Beans
    275

    [SOLVED] Set network proxy by CLI

    How do I set a network proxy from the CLI?

  2. #2
    Join Date
    May 2007
    Location
    /earth/na/usa/ca/visalia
    Beans
    275

    Re: Set network proxy by CLI

    Well, to answer my own question: http://blog.mypapit.net/2006/02/how-...ntudebian.html

    Code:
    Edit your /etc/bash.bashrc file as root.
    
    Put these line at the end of your /etc/bash.bashrc file :
    
    export http_proxy=http://username:password@proxyserver.net:port/
    export ftp_proxy=http://username:password@proxyserver.netport/
    
    You can omit the username:password, if your proxy server has no password

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
  •