D
dns
Guest
Hello,
How I can create jail server own network interface and different MAC address. Also I have problem with jails restarting. On boot jail start success, but I can't stop jail with
If I run
How I can create jail server own network interface and different MAC address. Also I have problem with jails restarting. On boot jail start success, but I can't stop jail with
/etc/rc.d/jail stop
(No PID file found, but jail is running.)If I run
/etc/rc.d/jail restart
I found two jails in command jls.
Code:
jail_set_hostname_allow="YES"
jail_enable="YES"
jail_list="serv"
jail_interface="rl0"
jail_devfs_enable="YES"
jail_procfs_enable="YES"
# settings per jail listed in jail_list
jail_serv_rootdir="/jail"
jail_serv_hostname="serv"
jail_serv_ip="192.168.0.3"
jail_serv_devfs_ruleset="devfsrules_jail"