VNET Iocage not working.

Status
Not open for further replies.

yukaia

Cadet
Joined
Dec 24, 2017
Messages
2
Lurker stepping out after hours of searching seeking some help before I got bald from pulling my hair out. I'm moderately familiar with iocage, I use it on my vanilla fbsd 11 server and have never had problems with it however I've never used VNET with it, this is where my problem begins. I updated to FreeNAS 11.1 the other day and I decided to rebuild my jails to get away from the old plugin system. I'm stuck at getting vnet to work properly. My command to create the new jail is follow and works fine.

Code:
 iocage create -n "plex" -r 11.1-RELEASE ip4_addr="vnet0|10.10.10.7/24" defaultrouter="10.10.10.1" vnet="on" allow_raw_sockets="1" 


However when I start the jail however I don't get any networking it despite the interfaces showing up correctly on the host and in the jail, according to my research the networking should be fine in the jail however the only way I can get networking in the jail to work is if I follow up with this.

Code:
ifconfig bridge0 addm igb0 up


Anyone have any idea why my system would be acting up like this or am I just being dense and have missed some documentation for iocage in FreeNAS 11.1?

Thanks for the help.
 
Status
Not open for further replies.
Top