On Wed, May 18, 2011 at 3:54 PM, Jack Raats <jack@jarasoft.net>
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