From owner-freebsd-stable@FreeBSD.ORG Wed May 18 14:50:31 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97B9B106564A; Wed, 18 May 2011 14:50:31 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 422DE8FC14; Wed, 18 May 2011 14:50:30 +0000 (UTC) Received: by yie12 with SMTP id 12so715241yie.13 for ; Wed, 18 May 2011 07:50:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=8Rm8bHS3vsTOCdKn3hAsAgccIWc+Oc3HCfnsThQXeDo=; b=rVoU5FfjBvO4nYBuKUhHf02+E7RqcnyP9M6TG5jyutsaOvzVwI6YSM9OTMx92m9nUi eZ/H9ei77KgHYzCqY+6gu0j1CxyPPhtmCO9uSxa13rPbJ+Ae64x/YLKSOKu5f9dYCFgn MW2uGvxYAPpk9p6AJPH+V6cP/nDjX0ChXskHo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=QihnKmOhqnygMBoQBGMQfPkiXs6L4ktH5mfWdy7dNH2/fFITpRoYuqqFPc0/Q/Csc9 xJuFIbbTeFLsK8d+2rU2aSPbm5mLgAqfv4ixiToM8z+Lo634kkqFuVmJTjDSbXa9AM10 u6ZVYkhnZ1OXoahzP8b3HyRO3lYPRJZlS06qU= MIME-Version: 1.0 Received: by 10.151.94.5 with SMTP id w5mr1492170ybl.243.1305728570533; Wed, 18 May 2011 07:22:50 -0700 (PDT) Received: by 10.100.112.5 with HTTP; Wed, 18 May 2011 07:22:50 -0700 (PDT) In-Reply-To: <81D0DCF15FDE4100AC6FA8DEA50F3B14@jarasc430> References: <81D0DCF15FDE4100AC6FA8DEA50F3B14@jarasc430> Date: Wed, 18 May 2011 17:22:50 +0300 Message-ID: From: George Liaskos To: Jack Raats Content-Type: text/plain; charset=UTF-8 Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: FreeBSD 7.4-STABLE server behind an isa server X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2011 14:50:31 -0000 On Wed, May 18, 2011 at 3:54 PM, Jack Raats wrote: > I am setting up a FreeBSD 7.4 server behind an ISA server. The purpose of this server is to serve as an intranet web server. > But I would like to update the ports of course. > I have a login and password for the isa server. > I would like to know how to implement this so that I can usr portupgrade to update the ports and to use make install > > excuses for the bad english > > thanks > > Jack > Install www/cntlm from ports, it has a simple config file that you must edit. It authenticates to ISA and listens on a specified local port, you can set http/ftp_proxy to localhost:port and fetch(1) will roll. Regards