Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2013 18:56:20 +0000
From:      "Teske, Devin" <Devin.Teske@fisglobal.com>
To:        Bernt Hansson <bah@bananmonarki.se>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   RE: jail and networking
Message-ID:  <13CA24D6AB415D428143D44749F57D7201EABC0D@ltcfiswmsgmb21>
In-Reply-To: <51250B20.4000308@bananmonarki.se>
References:  <5124F505.4040906@bananmonarki.se> <13CA24D6AB415D428143D44749F57D7201EABA71@ltcfiswmsgmb21>, <51250B20.4000308@bananmonarki.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 20 Feb 2013, Bernt Hansson wrote:

> On 2013-02-20 17:23, Teske, Devin wrote:
> > On Wed, 20 Feb 2013, Bernt Hansson wrote:
> >
> >> Hello list!
> >>
> >> I dont seem to get net working in a test jail.
> >>
> >> These I've tried;
> >>
> >> ftp, fetch, telnet
> >>
> >> They time out.
> >>
> >> Ssh sort of work.
> >>
> >> 32bit# ssh 10.0.0.3
> >> ssh_askpass: exec(/usr/local/bin/ssh-askpass): No such file or directo=
ry
> >> Host key verification failed.
> >>
> >> jail is 8.3-STABLE i386 GENERIC
> >>
> >> host is FreeBSD 8.3-STABLE amd64 GENERIC
> >>
> >> 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=
 that 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
> If you mean this sshd  IsJ    0:00,00 /usr/sbin/sshd
>=20
> Then no.
>=20
> %ssh 10.0.0.10 ssh: connect to host 10.0.0.10 port 22: Operation timed out
>=20
> I did have an alias on the host to the jail's ip.
> Tried to restart the jail it went fine, but now I can't jexec in to the
> jail.
>=20
> testbox# jexec 1 tcsh
> jexec: jail_attach(1): Invalid argument
>=20
> Sooo... I'm kind of out of ideas.

When you restart a jail it's jid (the first argument to jexec) changes. Ins=
tead of using the jid you can use the jail name (example below):

jexec NAME tcsh

Otherwise, you're going to have to do "jls" to get the new jid after restar=
ting the jail.
--=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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?13CA24D6AB415D428143D44749F57D7201EABC0D>