From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 16:33:44 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7946B106566C for ; Thu, 12 Jul 2012 16:33:44 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id 3FCCA8FC12 for ; Thu, 12 Jul 2012 16:33:44 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.17]) by ltcfislmsgpa03.fnfis.com (8.14.4/8.14.4) with ESMTP id q6CGXU0M011704 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Thu, 12 Jul 2012 11:33:38 -0500 Received: from [10.0.0.101] (10.14.152.61) by smtp.fisglobal.com (10.132.206.17) with Microsoft SMTP Server (TLS) id 14.2.283.3; Thu, 12 Jul 2012 11:33:01 -0500 MIME-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset="windows-1252" From: Devin Teske In-Reply-To: Date: Thu, 12 Jul 2012 09:33:03 -0700 Content-Transfer-Encoding: quoted-printable Message-ID: References: To: Kaya Saman X-Mailer: Apple Mail (2.1257) X-Originating-IP: [10.14.152.61] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.7.7855, 1.0.260, 0.0.0000 definitions=2012-07-12_05:2012-07-12, 2012-07-12, 1970-01-01 signatures=0 Cc: freebsd-questions Subject: Re: Is there a way to run FreeBSD ports through port 80? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Devin Teske List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2012 16:33:44 -0000 On Jul 12, 2012, at 9:23 AM, Kaya Saman wrote: > Hi, >=20 > I am trying to introduce FreeBSD into my office and it's been looked > at with quite a bit of enthusiasm however, what makes it look bad is > our companies 'security' policy to block FTP. >=20 > At present they are running a whole bunch of CentOS based boxes and > VM's which of course can be run through port 80 when using YUM. >=20 >=20 > How does one get round this issue as my superiors are telling me that > opening up FTP is a security risk and therefor don't want to proceed? >=20 >=20 > I would like to use ports specifically and not the pkg_add tool to get so= ftware. >=20 >=20 > Can anyone sugget anything? >=20 env ftp_proxy=3Dhost:port where is your normal command, such as "fetch". For a full list of environment variables you can use,=85 $ ldd -f '%p\n' `which fetch` | xargs grep -alr ftp_proxy | xargs strings -= n 7 | grep _proxy=20 fetch_no_proxy_match fetch_default_proxy_port http_proxy ftp_proxy no_proxy --=20 Devin _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you.