Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Jan 2003 21:49:13 +0000
From:      "Elite Bizkit" <elite_bizkit@hotmail.com>
To:        freebsd-security@FreeBSD.org
Subject:   Removing a Jail
Message-ID:  <F143EyLN6oZ860TVOzH000113bc@hotmail.com>

next in thread | raw e-mail | index | archive | help
Me again :p Im bulding my Jails using the script in the jail(8) man pages, 
to resolve the issue of not being able to ping my NIC alias I have changed 
the IP of the alias and therefore the IP of the jail. Each jail is in a 
certain folder with its own IP (e.g. /my/jail/10.0.0.1/). First of all, how 
do I remove current jail? is it as easy as just deleting the folder? 
Secondly in the script (located in jail(8) man pages) it runs "sh MAKEDEV 
jail", if I run this script again with a different IP will it have any 
conflicts because "sh MAKEDEV jail" has already been run?

Jail script located in jail(8) man pages:

D=/here/is/the/jail
cd /usr/src
mkdir -p $D
make world DESTDIR=$D
cd etc
make distribution DESTDIR=$D -DNO_MAKEDEV_RUN
cd $D/dev
sh MAKEDEV jail
cd $D
ln -sf dev/null kernel

- BiZKiT

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




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