From owner-freebsd-stable@FreeBSD.ORG Wed Feb 12 08:19:01 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E54AF3D for ; Wed, 12 Feb 2014 08:19:01 +0000 (UTC) Received: from mail-yh0-x22c.google.com (mail-yh0-x22c.google.com [IPv6:2607:f8b0:4002:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E1FA314A6 for ; Wed, 12 Feb 2014 08:19:00 +0000 (UTC) Received: by mail-yh0-f44.google.com with SMTP id f73so8116410yha.31 for ; Wed, 12 Feb 2014 00:19:00 -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=H3K5yMmZVaJGW3aIr1tSpWj4fXU2U2FUaM7kfeqSQBU=; b=Jo5CXgw8Ox7TABd8Y/bCWs4sbY8Nu4oRKsXjnIfihxqv2U+Q7A4n9HXxbac/xEO7Ki nbkpj/gwyyiLwwjSbg/Wm2ddI3vgkgpZsg/xu+HD7Piuj1xpviVVquMYzd6Xx0RVSvgJ A+H4A6Jt7VDFk0goD/KgN3N4ZT5Q+3xmx9JsVQlAeEmznzuZBdS1/EBrXvMSI3OJzeHR uejYJyoyKyVZrSwislN904ZlT1GEQt2HNKnbKbfVK3vbh8QT0vpJJiiTYWEsIEbDtpCv 6090+GuCD2kkX4nZXUn+AreD2SnlBhuhwABVaWJFs4P91Pw8qPe2hPDx3hm3pKhMZ6QU DuGg== MIME-Version: 1.0 X-Received: by 10.236.106.99 with SMTP id l63mr831816yhg.81.1392193140058; Wed, 12 Feb 2014 00:19:00 -0800 (PST) Received: by 10.170.136.20 with HTTP; Wed, 12 Feb 2014 00:18:59 -0800 (PST) In-Reply-To: References: Date: Wed, 12 Feb 2014 08:18:59 +0000 Message-ID: Subject: Re: FreeBSD 10 on VMWare in a corporate network; How? From: krad To: Alban Hertroys Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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: Wed, 12 Feb 2014 08:19:01 -0000 have a look at this port /usr/ports/net/ntlmaps/pkg-descr it should be on the dvd. Combined with the http_proxy env variables you should be able to sit it between your ms proxy with ntlm auth and the cli tools to abstract them from the auth issue. Ive not used it myself so so hopefully it will work from you. If not maybe something could be done with squid or another socks proxy. On 7 February 2014 12:17, Alban Hertroys wrote: > Hi all, > > For an experiment @work I figured I'd install FreeBSD 10 x64 in a > VMWare virtual machine that was made available to me, but I'm kind of > stuck installing ports or packages... > > The thing is, the vmware tools provided with this version of VMWare > (VMware=AE Workstation 10.0.1 build-1379776) are packaged with a Perl > script and there it looks like there is no Perl in FreeBSD 10. > > We're behind an NT/LM authenticated proxy, which I haven't managed to > get past yet from the FreeBSD installation in the VM, so downloading > distfiles (Perl, for example) isn't currently possible. > > I created a shared folder in VMWare to store distfiles on, but > apparently I need VMWare tools installed to access such a folder, > which brings me back to the Perl problem. > > 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. > > How do I solve this conundrum? > > If only I had a writable CD or an USB stick here, I could use that to > transfer the files between the systems, but unfortunately I don't have > any at hand (after the weekend perhaps, if I remember to bring them). > > -- > If you can't see the forest for the trees, > Cut the trees and you'll see there is no forest. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >