Below, what's wrong?
Code:
root@mowa219-gjp4-8570p-freebsd:~ # service jail onestop
Stopping jails: 13.
root@mowa219-gjp4-8570p-freebsd:~ # cat /etc/jail.conf
exec.start = "/bin/sh /etc/rc";
exec.stop = "/bin/sh /etc/rc.shutdown";
exec.clean;
mount.devfs;
$j = "/jails";
securelevel = 2;
ip_hostname;
12 {
path = $j/12;
host.hostname = "12";
ip4.addr = 192.168.1.19;
# ip6.addr = 2001:470:1f1c:a0::2;
persist;
}
13 {
path = $j/13;
host.hostname = "13";
ip4.addr = 192.168.1.20;
# ip6.addr = 2001:470:1f1c:a0::2;
persist;
}
root@mowa219-gjp4-8570p-freebsd:~ # service jail onestart
Starting jails:jail: 12: jail 12 already exists
jail: 13: jail 13 already exists
.
root@mowa219-gjp4-8570p-freebsd:~ # jls
JID IP Address Hostname Path
root@mowa219-gjp4-8570p-freebsd:~ #