Hey Dpain911, try /var/db/ that’s where my plexdata directory is.
Dpain911, I recommend installing from ports. You get the latest version and its very hassle-free
Hey, just wanted to make an update here. I too experienced this issue and yes adding the allowed networks did make it work, however I was troubled by that I’ve never had to make that change before. After a deep dive into jails, I was going down the VIMAGE path and found that the subnet was not showing right for the jail. The jail was using a /32 subnet which the broadcast was the IP assigned to the the jail. That didn’t seem right, so I backed out to a normal jail, this time I included the correct subnet /24 and viola, it was seen without having to add the allowed networks.
Yep the problem is the subnet!
I was using iocage and setting up the jail’s ip via ip4_addr="em1|10.x.x.x" i should have used ip4_addr="em1|10.x.x.x/16"
not adding the subnet meant that iocage used the 32bit subnet
This should be added to offical docs somewhere… state that if it’s in a jail it needs to be in the same subnet.