From owner-freebsd-current@FreeBSD.ORG Mon Jul 28 02:25:10 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05E3B37B401 for ; Mon, 28 Jul 2003 02:25:10 -0700 (PDT) Received: from memphis.mephi.ru (memphis.mephi.ru [194.67.67.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD9A43FA3 for ; Mon, 28 Jul 2003 02:25:08 -0700 (PDT) (envelope-from timon@memphis.mephi.ru) Received: from [192.168.0.3] (ppp8-160.pppoe.mtu-net.ru [81.195.8.160]) (authenticated bits=0) by memphis.mephi.ru (8.12.6p2/8.12.6) with ESMTP id h6S9P4dr058562; Mon, 28 Jul 2003 13:25:06 +0400 (MSD) (envelope-from timon@memphis.mephi.ru) From: "Artem 'Zazoobr' Ignatjev" To: Pat Lashley In-Reply-To: <1454962704.1059337526@mccaffrey.phoenix.volant.org> References: <1454962704.1059337526@mccaffrey.phoenix.volant.org> Content-Type: text/plain Message-Id: <1059384306.631.2.camel@timon.nist> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 28 Jul 2003 13:25:07 +0400 Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: SSH from host to jail X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 09:25:10 -0000 28.07.2003, 00:25, Pat Lashley wrote: > I'm trying to set up some jails in a 5.1R system. I've pretty much > copied a setup that was working fine in 4.8; but on 5.1 I can't seem > to SSH from the host system into one of its jails. It acts like the > packets just aren't getting through. > > I would really appreciate it if somebody would send me rc.conf fragments > that are known to work for setting up a jail's IP alias and routing on > 5.1. Errr... Random shot: Have you told ssh on host not to listen on all addresses it'll find? I use 'ListenAddress' directive in /etc/ssh/sshd_config