From owner-freebsd-questions Sun Sep 23 13:16: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from void.xpert.com (xpert.com [199.203.132.1]) by hub.freebsd.org (Postfix) with ESMTP id 20EAB37B410 for ; Sun, 23 Sep 2001 13:16:05 -0700 (PDT) Received: from mailserv.xpert.com ([199.203.132.135]) by void.xpert.com with esmtp (Exim 3.20 #1) id 15lFbd-0001sB-00; Sun, 23 Sep 2001 23:12:01 +0300 Received: by mailserv.xpert.com with Internet Mail Service (5.5.2650.21) id ; Sun, 23 Sep 2001 23:15:48 +0300 Message-ID: From: Yonatan Bokovza To: 'Chris Chris' , freebsd-questions@FreeBSD.ORG Subject: RE: Proxies. Date: Sun, 23 Sep 2001 23:15:40 +0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----Original Message----- From: Chris Chris [mailto:cdchriscd@hotmail.com] Sent: Sunday, September 23, 2001 23:06 To: freebsd-questions@FreeBSD.ORG Subject: Proxies. > Hey. I was wondering how I define a proxy server for my FBSD box to use. In linux I just, 'export declare http_proxy="***.***.*.*:**" ' I > > tried that on my FBSD box but now dice. Can you tell me how, or direct me to a man or howto. Thanks. > Please don't write in HTML. You define network proxy in much the same way, either: http_proxy="http://proxy.ip.address:port/"; export http_proxy under bourne (and derived) shells. Or: setenv http_proxy "http://proxy.ip.address:port/" in csh (and derived) shells, Yonatan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message