Skip to content

Instantly share code, notes, and snippets.

@nullydragon
Created April 10, 2018 13:03
Show Gist options
  • Save nullydragon/8c18833688d53c77ff69fce3513c3711 to your computer and use it in GitHub Desktop.
Save nullydragon/8c18833688d53c77ff69fce3513c3711 to your computer and use it in GitHub Desktop.
new freenas iocage jail setup
#/bin/bash
#set ip
#set -n as jail name
sudo iocage create -n jackett ip4_addr="em0|192.168.1.97/24" boot=on vnet=off exec_start="/etc/init.d/rc 3" exec_stop="/etc/init.d/rc0" -r 11.1-RELEASE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment