From owner-freebsd-stable@FreeBSD.ORG Thu Feb 13 10:18:25 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA9EF36A for ; Thu, 13 Feb 2014 10:18:25 +0000 (UTC) Received: from mail-vb0-x234.google.com (mail-vb0-x234.google.com [IPv6:2607:f8b0:400c:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 968941259 for ; Thu, 13 Feb 2014 10:18:25 +0000 (UTC) Received: by mail-vb0-f52.google.com with SMTP id p14so7780695vbm.25 for ; Thu, 13 Feb 2014 02:18:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=LyPLai57elem7hDvsoeDACWoTaz1U8lCz1M8EIDvx1g=; b=hsTGkzpKMMxT378dyh/F29gTeMQcgvi7HF9hP/aSd3Yrhy2owtaU5XWZbZ3fqWcwZu pp7K/OF3bP3z4Fdf2eCiNsqZtLSG7P0MppS8/8u3N3p9XzjAsSrsNwEffjMxwghPohnn IWbrncYbSKUxalpSTu9dqH8HAmAI9w1oTvnWUw48qo0e9uT0HDw/31W4Vu7MOZPCeIaB DaYtjJger7ONQLFE/zuD7EIOTCoSKA7BnTmi65/7QlU9TFJOZOtmZfxAshMwEhHhViYH RtKSwae1RwUqi5ggd1eRiJazBwssPfmKxPIct46NMdfKr3rWDqYfr42y+v10XCle2f8J TLIw== MIME-Version: 1.0 X-Received: by 10.220.161.132 with SMTP id r4mr327854vcx.29.1392286704720; Thu, 13 Feb 2014 02:18:24 -0800 (PST) Received: by 10.220.142.196 with HTTP; Thu, 13 Feb 2014 02:18:24 -0800 (PST) In-Reply-To: References: Date: Thu, 13 Feb 2014 11:18:24 +0100 Message-ID: Subject: Re: FreeBSD 10 on VMWare in a corporate network; How? From: Alban Hertroys To: n j Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 10:18:25 -0000 On 13 February 2014 09:30, n j wrote: >> >> It appears that I need samba & squid to have NT/LM authentication to >> get through the proxy so that I can download ports & packages, but to >> obtain packages for those I need to be able to get through the proxy >> first. >> > > As krad above pointed out, you can use ntlmaps (/usr/ports/net/ntlmaps): a > simple python proxy that does NTLM authentication for you. > However, you could also use cntlm (/usr/ports/www/cntlm - > http://cntlm.sourceforge.net). It's a C proxy so there is no python > dependency. The package is about 50KB, but you do have to transfer it to > your VM somehow (burn to CD if nothing else?). Thanks for the suggestions so far. ntlmaps is probably the first thing to try, because it's readily available on the DVD. I haven't really gotten around to trying out any suggestions yet, been too busy with regular work and this is kind of a low-priority/hobby thing I'm attempting. Regards, Alban.