From owner-freebsd-questions@FreeBSD.ORG Wed Feb 20 16:24:00 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A460D105 for ; Wed, 20 Feb 2013 16:24:00 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id 754EAF62 for ; Wed, 20 Feb 2013 16:24:00 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.31]) by ltcfislmsgpa05.fnfis.com (8.14.5/8.14.5) with ESMTP id r1KGNTe5020110 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Wed, 20 Feb 2013 10:23:50 -0600 Received: from LTCFISWMSGMB21.FNFIS.com ([10.132.99.23]) by LTCFISWMSGHT03.FNFIS.com ([10.132.206.31]) with mapi id 14.02.0309.002; Wed, 20 Feb 2013 10:23:45 -0600 From: "Teske, Devin" To: Bernt Hansson , FreeBSD Questions Subject: RE: jail and networking Thread-Topic: jail and networking Thread-Index: AQHOD4SVocHfXKmkP0qgJ0SlOgMpJ5iC7bDL Date: Wed, 20 Feb 2013 16:23:44 +0000 Message-ID: <13CA24D6AB415D428143D44749F57D7201EABA71@ltcfiswmsgmb21> References: <5124F505.4040906@bananmonarki.se> In-Reply-To: <5124F505.4040906@bananmonarki.se> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.132.253.120] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327, 1.0.431, 0.0.0000 definitions=2013-02-20_06:2013-02-20,2013-02-20,1970-01-01 signatures=0 Cc: "Teske, Devin" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2013 16:24:00 -0000 On Wed, 20 Feb 2013, Bernt Hansson wrote: > Hello list! >=20 > I dont seem to get net working in a test jail. >=20 > These I've tried; >=20 > ftp, fetch, telnet >=20 > They time out. >=20 > Ssh sort of work. >=20 > 32bit# ssh 10.0.0.3 > ssh_askpass: exec(/usr/local/bin/ssh-askpass): No such file or directory > Host key verification failed. >=20 > jail is 8.3-STABLE i386 GENERIC >=20 > host is FreeBSD 8.3-STABLE amd64 GENERIC >=20 > I'm sure you want more info so just tell me what info. Commonly the problem is that you are "jexec'd" into the jail and I find tha= t tools like ssh, ftp, telnet, etc. don't work when you're in the jail via = "jexec" but instead what works way better is if you ssh into the jail (via = the jail'd ssh process of course). Does that seem to be the case in your situation? --=20 Devin _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you.