So I'm mostly a linux newbie itself. Let alone freebsd, so please bear with me. I just need some very basic clues to get this to work.
I am performing the following on FreeBSD 9.0-STABLE:
mount_nullfs /foo /jail/foo
After that, from within the host system, the mount works.
I have some difficulties to start 2 jails on the same host. When the first jail is running, i can access this jail by ssh and http (this jail running nginx). But when i start the second jails, i lost first jail connection and i can't join the jail from ext.
Hello,
I'm trying to set up a chroot jail for a user in /var/jail, following this guide http://allanfeid.com/content/creatin...ail-ssh-access.
I've got everything set up, but upon attempting to log in with the user, I get:
Code:
/var/jail/bin/bash: No such file or directory
Connection closed.
I've verified that /var/jail/bin/bash does exist, which is the bash that I want the user t
I need to create a freebsd jail for web hosting, that will be frequently migrated between hosts.
How feasible is it? Can I use domains instead of IPs? can I use wildcard IPs?
I need this to benchmark different hw/sw configuration against a known resource hogger.
I have created a chroot jail, but now I want to be able to create a link within the jail which links outside of the jail. Is this possible?
I installed jailkit on my CentOS 5.8 server, and configured it according to the online guides that I found.
Looking for an checklist for an "small company freebsd/jail server".
Having pretty common starting point:
FreeBSD jail (remote/headless) for the company:
public web, email, ftp server, and
private (maybe in the future partially public) wiki (foswiki)
4 physical persons, (6 email addresses) + one admin - others will never use ssh)
have already done usual hardening on the host side (like pf, ss
I am using FreeBSD with ZFS to run several jails. For jail management I'm using ezjail, and I have a template jail which I use for provisioning.
I want to share passwd, groups, and authentication information across all jails and the host. For the jails it can be read-only.
Is there some mechanism which can share the host passwd, groups, etc. without any complex system such as LDAP/NIS/etc.?