From c7162e5603cf5f7640846bea4ae8ea852983522b Mon Sep 17 00:00:00 2001 From: gt2416 <34902894+gt2416@users.noreply.github.com> Date: Wed, 8 Aug 2018 08:37:25 -0400 Subject: [PATCH] Updated FreeNAS 11.1 U5 (FreeBSD) (markdown) --- FreeNAS-11.1-U5-(FreeBSD).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FreeNAS-11.1-U5-(FreeBSD).md b/FreeNAS-11.1-U5-(FreeBSD).md index e36ac74..a12269e 100644 --- a/FreeNAS-11.1-U5-(FreeBSD).md +++ b/FreeNAS-11.1-U5-(FreeBSD).md @@ -2,9 +2,9 @@ First lets create the iocage jail, you can do this through the new UI but its waaay faster to use CLI. ssh into freenas and lets get going. -### Create the iocage jail (Replace the ip with what works for you): +### Create the iocage jail (Replace the ip and router ip with what works for you): -`iocage create -n InvoiceNinja -r 11.1-RELEASE ip4_addr="vnet0|192.168.1.23/24" defaultrouter="192.168.1.2" vnet="on" allow_raw_sockets="1" boot="on"` +`iocage create -n InvoiceNinja -r 11.1-RELEASE ip4_addr="vnet0|192.168.1.23/24" defaultrouter="192.168.1.1" vnet="on" allow_raw_sockets="1" boot="on"` ### Lets log into the jail: