Changed IPs Now Jails Will Not Start

statik

Explorer
Joined
Sep 8, 2013
Messages
71
I had to change my FreeNAS IP and gateway IP to a new network. Did that no problem. I changed all my jails IPs and gateway and then rebooted my FreeNAS and the Jails are all showing down and will not start. when I try to start a jail via GUI or cmd line it just sits at starting...

Did I miss something to change besides just the IPv4 address and Gateway?
 

garm

Wizard
Joined
Aug 19, 2017
Messages
1,556
What is the printout of iocage get all <some jail> (replacing <some jail> with the name of some jail)
 

statik

Explorer
Joined
Sep 8, 2013
Messages
71
Code:
root@FreeNAS:~ # iocage get all plex
CONFIG_VERSION:14.1
allow_chflags:0
allow_mlock:0
allow_mount:0
allow_mount_devfs:0
allow_mount_nullfs:0
allow_mount_procfs:0
allow_mount_tmpfs:0
allow_mount_zfs:0
allow_quotas:0
allow_raw_sockets:1
allow_set_hostname:1
allow_socket_af:0
allow_sysvipc:0
allow_tun:0
available:readonly
basejail:no
boot:eek:n
bpf:no
children_max:0
cloned_release:11.2-RELEASE
comment:none
compression:lz4
compressratio:readonly
coredumpsize:eek:ff
count:1
cpuset:eek:ff
cputime:eek:ff
datasize:eek:ff
dedup:eek:ff
defaultrouter:192.168.0.1
defaultrouter6:none
depends:none
devfs_ruleset:4
dhcp:eek:ff
enforce_statfs:2
exec_clean:1
exec_fib:0
exec_jail_user:root
exec_poststart:/usr/bin/true
exec_poststop:/usr/bin/true
exec_prestart:/usr/bin/true
exec_prestop:/usr/bin/true
exec_start:/bin/sh /etc/rc
exec_stop:/bin/sh /etc/rc.shutdown
exec_system_jail_user:0
exec_system_user:root
exec_timeout:60
host_domainname:none
host_hostname:plex
host_hostuuid:plex
host_time:yes
hostid:d7902500-a6de-0706-0025-90d7dea60e0f
hostid_strict_check:eek:ff
interfaces:vnet0:bridge0
ip4:new
ip4_addr:vnet0|192.168.0.240/24
ip4_saddrsel:1
ip6:new
ip6_addr:none
ip6_saddrsel:1
jail_zfs:eek:ff
jail_zfs_dataset:iocage/jails/plex/data
jail_zfs_mountpoint:none
last_started:2019-06-02 13:17:05
login_flags:-f root
mac_prefix:002590
maxproc:eek:ff
memorylocked:eek:ff
memoryuse:eek:ff
mount_devfs:1
mount_fdescfs:1
mount_linprocfs:0
mount_procfs:0
mountpoint:readonly
msgqqueued:eek:ff
msgqsize:eek:ff
nmsgq:eek:ff
notes:none
nsemop:eek:ff
nshm:eek:ff
nthr:eek:ff
openfiles:eek:ff
origin:readonly
owner:root
pcpu:eek:ff
priority:99
pseudoterminals:eek:ff
quota:none
release:11.2-RELEASE-p9
reservation:none
resolver:/etc/resolv.conf
rlimits:eek:ff
securelevel:2
shmsize:eek:ff
stacksize:eek:ff
state:down
stop_timeout:30
swapuse:eek:ff
sync_state:none
sync_target:none
sync_tgt_zpool:none
sysvmsg:new
sysvsem:new
sysvshm:new
template:no
type:jail
used:readonly
vmemoryuse:eek:ff
vnet:eek:n
vnet0_mac:00259014fa09 00259014fa0a
vnet1_mac:none
vnet2_mac:none
vnet3_mac:none
vnet_default_interface:auto
vnet_interfaces:none
wallclock:eek:ff 
 

statik

Explorer
Joined
Sep 8, 2013
Messages
71
I don't believe I ever configured a bridge0. It's just odd... all I did was change the IPs from 192.168.1.x to 192.168.0.x same subnet mask.
 

statik

Explorer
Joined
Sep 8, 2013
Messages
71
Setting the vnet_interfaces from none did not help. I created a new jail to test and it works fine, the settings look the same. I even loaded a previously saved FreeNAS backup from last week and they still will not start...
 
Top