killermist

NAS4Free jail rc.conf.local

Aug 26th, 2012
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. cat /jail/conf/rc.conf.local
  2. ### EXAMPLE - MODIFY TO FIT YOUR NEEDS ###
  3. jail_enable="YES" # enable jails YES|NO
  4. jail_list="proto" # name of the jails to start "proto www..."
  5. jail_proto_rootdir="/jail/proto" # path to our jail
  6. jail_proto_hostname="proto.domain.local" # hostname
  7. jail_proto_ip="192.168.1.71" # ip of the jail
  8. jail_proto_interface="nfe0" # Network Interface to use
  9. jail_proto_devfs_enable="YES" # use devfs
  10. jail_proto_mount_enable="YES" # mount YES|NO
  11. jail_proto_fstab="/jail/conf/fstab.proto" # File with Filesystems to mount
Add Comment
Please, Sign In to add comment