Results 1 to 2 of 2

Thread: Proxy not set properly

  1. #1
    Join Date
    May 2011
    Beans
    3

    Proxy not set properly

    When I installed Ubuntu 11 Server, it asked for a proxy http address. I gave it our address, I'll call it a.b.c.d.

    It did not, however, prompt for the port number (8080).

    Now, when I do the following:

    sreeve@pto:~$ !20
    sudo apt-get update
    0% [Connecting to a.b.c.d (a.b.c.d)] [Connecting to a.b.c.d (a.b.c.d)]

    it just sits there for a while and then says:

    unable to connect to a.b.c.d

    Is there a way to give it a proxy http address with the port number also?

  2. #2
    Join Date
    May 2011
    Beans
    3

    Re: Proxy not set properly

    Problem solved. Just had to add the ":8080" into /etc/apt/apt.conf:

    Acquire::http::Proxy "http://16.213.0.40:8080";
    Last edited by sreeve29; May 19th, 2011 at 08:08 PM. Reason: somehow a smiley got put into my post.

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
  •