26 lines
864 B
Plaintext
26 lines
864 B
Plaintext
# $FreeBSD$
|
|
|
|
jail_xxx_hostname="xxx.yyy" # hostname
|
|
jail_xxx_rootdir="/vm/xxx" # root directory
|
|
|
|
#
|
|
# NB: Below 3 lines required
|
|
#
|
|
# netgraph
|
|
jail_xxx_vnet_interface="ng0_xxx" # vnet interface(s)
|
|
jail_xxx_exec_prestart0="jng bridge xxx em0" # bridge interface(s)
|
|
jail_xxx_exec_poststop0="jng shutdown xxx" # destroy interface(s)
|
|
# if_bridge
|
|
#jail_xxx_vnet_interface="e0b_xxx" # vnet interface(s)
|
|
#jail_xxx_exec_prestart0="jib addm xxx em0" # bridge interface(s)
|
|
#jail_xxx_exec_poststop0="jib destroy xxx" # destroy interface(s)
|
|
|
|
# Standard recipe
|
|
jail_xxx_devfs_enable="YES" # mount devfs
|
|
|
|
# Optional (default off)
|
|
#jail_xxx_devfs_ruleset="11" # rule to unhide bpf for DHCP
|
|
#jail_xxx_mount_enable="YES" # mount /etc/fstab.xxx
|
|
#jail_xxx_set_hostname_allow="YES" # Allow hostname to change
|
|
#jail_xxx_sysvipc_allow="YES" # Allow SysV Interprocess Comm.
|