From owner-freebsd-questions Mon Nov 19 18:43:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from backup.dagupan.com (www.psysc.org.ph [206.101.69.5]) by hub.freebsd.org (Postfix) with ESMTP id 75CF737B416 for ; Mon, 19 Nov 2001 18:43:09 -0800 (PST) Received: by apmail.dagupan.com with Internet Mail Service (5.5.2653.19) id ; Tue, 20 Nov 2001 10:43:08 +0800 Message-ID: <10F29E27A956D511B0940050DA8D86A9340BAA@apmail.dagupan.com> From: francisv@dagupan.com To: freebsd-questions@freebsd.org Subject: Help with setting up jail Date: Tue, 20 Nov 2001 10:42:59 +0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, This is my first time to configure a jailed environment on FreeBSD 4.4-STABLE. I have read the `man jail(8)' and successfully installed the jail directory tree: D=/here/is/the/jail cd /usr/src make world DESTDIR=$D cd etc make distribution DESTDIR=$D NO_MAKEDEV=yes cd $D/dev sh MAKEDEV jail cd $D ln -sf dev/null kernel But once inside the jail environment, I could not ping nor contact the outside world (even the parent environment). It displays an error: ping: socket: Operation not permitted How can I install other packages if I can't even ping the parent host? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message