Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2006 14:44:26 +0300
From:      "Ivan Levchenko" <levchenko.i@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   RE: Setting up proxy
Message-ID:  <e39dd5bb0608180444t131d12du7866d3a2f7149648@mail.gmail.com>
In-Reply-To: <e39dd5bb0608180443k21f000ees4655d80987a4ec0c@mail.gmail.com>
References:  <73d604760608180346p1e7c76c7had6344da2ad05cea@mail.gmail.com> <70e8236f0608180357r5cf5bf94pb777e956ad675354@mail.gmail.com> <e39dd5bb0608180443k21f000ees4655d80987a4ec0c@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
sorry, forgot to reply to all:

the first one is for bash, sh and others of the same family, the
second is for csh and others.

You can do the same thing for ftp:

export FTP_PROXY=http://user:paswd@IP:3128 # for bash, sh

setenv FTP_PROXY http://user:paswd@IP:3128  # For csh, ...

On 8/18/06, Joao Barros <joao.barros@gmail.com> wrote:
> On 8/18/06, Viswas Nair <fysical@gmail.com> 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
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>


--
Best Regards,

Ivan Levchenko
levchenko.i@gmail.com


-- 
Best Regards,

Ivan Levchenko
levchenko.i@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e39dd5bb0608180444t131d12du7866d3a2f7149648>