I thought I had everything working with my IOCAGE jails. A couple of weeks ago I created 2 jails. I worked out how to create a DHCP and a static ip IOCAGE jails or so I thought...
DHCP IOCAGE jail =
Static IP ICOAGE jail =
When I first setup these both up I could ping and ssh into them. Now after a system shutdown/reboot, I can't access them, ping or ssh. I did make sure that both of them were running with jls and iocage start/stop commands.
Did I create them wrong or miss something?
Build FreeNAS-11.1-U1
Thanks
DHCP IOCAGE jail =
Code:
iocage create -n test4 -r 11.1-RELEASE vnet=on bpf=yes dhcp=on
Static IP ICOAGE jail =
Code:
iocage create -n the-server-name -r 11.1-RELEASE ip4_addr="vnet0|192.168.1.29/24" defaultrouter="192.168.1.1" vnet="on" boot="on"
When I first setup these both up I could ping and ssh into them. Now after a system shutdown/reboot, I can't access them, ping or ssh. I did make sure that both of them were running with jls and iocage start/stop commands.
Did I create them wrong or miss something?
Build FreeNAS-11.1-U1
Thanks
Last edited by a moderator: