Date: Sun, 17 Apr 2005 12:26:13 -0400 From: "Franklin Chef(news)" <franklinchef@gmail.com> To: Matt <mhersant@comcast.net> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Making multiple jails Message-ID: <42628E25.8010008@gmail.com> In-Reply-To: <42628196.4070608@comcast.net> References: <42628196.4070608@comcast.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Matt wrote: > I'd like to create five jails on one machine. Is it possible to make > them all at the same time? I'm only familiary with creating them > individually (DESTDIR=/foo/bar). Thanks much. > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to > "freebsd-hackers-unsubscribe@freebsd.org" > No problem, you can run multiple jail at the same time. All you have to do is to create different jail directories and edit rc.conf like this: jail_enable="YES" jail_list="jail1 jail2 jail3" jail_jail1_hostname="jail1.jail.org" jail_jail1_ip="192.168.4.100" ... jail_jail2_hostname="jail2.jail.org" jail_jail2_ip="192.168.4.101" ... jail_jail3_hostname="jail3.jail.org" jail_jail3_ip="192.168.4.102" ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42628E25.8010008>
