jails with no IPs

Status
Not open for further replies.

phynias

Dabbler
Joined
May 1, 2014
Messages
12
I just upgraded to 11 and for some reason a handful of my jails are not setting their IP addresses.
I have them set to static IPs. in the GUI you can see they are all set, but when the jail comes up it has no address set for the interface
I don't see anything different settings wise between a working jail and a broken one.
Code:
# ifconfig -a
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
		options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
		inet6 ::1 prefixlen 128
		inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
		inet 127.0.0.1 netmask 0xff000000
		nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
epair3b: flags=8842<BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
		options=8<VLAN_MTU>
		ether 02:60:0c:00:10:0b
		nd6 options=9<PERFORMNUD,IFDISABLED>
		media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
		status: active
root@plexmediaserver_1
 
Last edited by a moderator:

phynias

Dabbler
Joined
May 1, 2014
Messages
12
if I uncheck VIMAGE the jail gets an IP. Really would rather have it back to VIMAGE enabled though.
 
Last edited by a moderator:

fracai

Guru
Joined
Aug 22, 2012
Messages
1,212
Are these old jails? There's a known issue of ABI incompatibility with jails created prior to 9.3.

https://forums.freenas.org/index.php?threads/update-9-10-11-now-one-jail-cannot-network.55638/
https://bugs.freenas.org/issues/23826

And one report that this was fixed by deleting the jail's "vnet" file.

https://forums.freenas.org/index.ph...fter-upgrade-to-freenas-11.55358/#post-404057

I haven't updated to 11 yet (I'm probably waiting for 11.1 at this point), but my plan is to recreate all my older jails first. That's another reason to look forward to Docker I guess.
 

phynias

Dabbler
Joined
May 1, 2014
Messages
12
yah i just redid all the vms that where acting up and everything seems good now. i could have sworn i did this when i upgraded to 9.10...maybe not.
thanks though!
 
Status
Not open for further replies.
Top