# common variables exec.start = "/bin/sh /etc/rc"; exec.stop = "/bin/sh /etc/rc.shutdown"; exec.clean; mount.devfs; path = "/jail/$name"; host.hostname = $name; # each jail base { ip4.addr = <ホストのIPアドレス>; allow.chflags; <= chflagsの使用許可(freebsd-updateが実行できるようにするため) allow.raw_sockets; <= RAW SOCKETの使用許可(ping等が使用できるようにするため) }