From owner-freebsd-questions@FreeBSD.ORG Mon Dec 1 01:05:27 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDD03E44 for ; Mon, 1 Dec 2014 01:05:27 +0000 (UTC) Received: from mail-pd0-x235.google.com (mail-pd0-x235.google.com [IPv6:2607:f8b0:400e:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C2E15CC9 for ; Mon, 1 Dec 2014 01:05:27 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id v10so4479451pde.40 for ; Sun, 30 Nov 2014 17:05:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=z6zfZM6htuM35oeCKcO0OwNbYZ/KlZqsVDW6K6EO9Nk=; b=C7ak2+xPoGf5r0nw0ZZF5bLUtC33HJBf2QEmQ2gCjGBZ7wMjMmOeaw7JpqjtkQY2K2 9mroTRxlvwt6qyERggfMwxgaKn6l2R8IruYXX+Em2ExQW4ufBexnB5lVF8Yr7Q4xbrf/ O8ux5vqft//jiMTSClFLXhWdGPrqXO8EkSBoTvCRG8Z0JWkcCyT6eLEdPGpmnZwnsM6y cVQxF43Fib4OJDvH+DoCAV94qGJG7Hr8oGRVql6VATx+vARIUaYPSfuH5VTkuFs+g1nx gySaT7Jtbp32XKZ4YQQ5Vg8QpZtvMusquP0ff0ZYkhEzFAHQzrVCdCyRHZBa4QLstGTS fCIQ== X-Received: by 10.68.229.33 with SMTP id sn1mr95146092pbc.63.1417395927286; Sun, 30 Nov 2014 17:05:27 -0800 (PST) Received: from localhost.localdomain (76-218-80-47.lightspeed.irvnca.sbcglobal.net. [76.218.80.47]) by mx.google.com with ESMTPSA id ht3sm15961184pad.18.2014.11.30.17.05.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 30 Nov 2014 17:05:26 -0800 (PST) Message-ID: <547BBED6.7040606@gmail.com> Date: Sun, 30 Nov 2014 18:05:26 -0700 From: jd1008 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Install package inside a no-networked jail from outside References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2014 01:05:28 -0000 On 11/30/2014 04:41 PM, Alberto Mijares wrote: > Hi list, > > I have a jail with no network configuration. I'd like to install > packages from outside using pkg. > > I tried -c and -j options but they try to use the networking > enviroment inside the jail, so it fails. > > Any idea? > > Thanks in advance, > > > Alberto Mijares > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Perhaps the network gurus would like to know your firewall rules in the host and in the jail.