From owner-freebsd-questions@FreeBSD.ORG Fri Aug 18 10:57:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 463BF16A4DF for ; Fri, 18 Aug 2006 10:57:48 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6B4B43D66 for ; Fri, 18 Aug 2006 10:57:41 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1085204pye for ; Fri, 18 Aug 2006 03:57:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=G6S2Zy7P7T6LZHLg7dlUdMIREmVCogBIN/1wf6ZSxTcS6rhUxgVcxA7qx9IROVtXPXmDfeDNvPC0SSsBG+np1Po2OaHKay+TPd41TxDKbmWX8CqopjR9tVQX2+JcnY/gxCq3tsIThwPIudhWqQuS7gSg7cDW3yL+WyxXecpLq6Y= Received: by 10.35.126.7 with SMTP id d7mr5674801pyn; Fri, 18 Aug 2006 03:57:41 -0700 (PDT) Received: by 10.35.114.2 with HTTP; Fri, 18 Aug 2006 03:57:41 -0700 (PDT) Message-ID: <70e8236f0608180357r5cf5bf94pb777e956ad675354@mail.gmail.com> Date: Fri, 18 Aug 2006 11:57:41 +0100 From: "Joao Barros" To: "Viswas Nair" In-Reply-To: <73d604760608180346p1e7c76c7had6344da2ad05cea@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <73d604760608180346p1e7c76c7had6344da2ad05cea@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Setting up proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2006 10:57:48 -0000 On 8/18/06, Viswas Nair wrote: > I am trying to setup a FBSD 6.1 machine at work. I have an IP addressed by a > DHCP server. However, to connect to the internet I need to use a proxy. How > do I configure the system to connect via the proxy? > > I cannot use a browser in to do the same because I am presently trying to > install the window manager and other applications via ports. Set this in your shell: export HTTP_PROXY=http://user:paswd@IP:3128 or setenv HTTP_PROXY http://user:paswd@IP:3128 -- Joao Barros