iocage

  1. C

    jails Kernel panic after upgrade to FreeBSD 13

    Greetings, I recently encountered a problem with my jails (I use iocage to manage them), which leads to a crash of the host-system. I'm using this setup for quite a while without similar issues, but after upgrading to 13 directing network-traffic IN or OUT of my jails leads to a Kernel panic...
  2. keldonin

    jails files and directories invisible from jail

    Hello, I'm encountering an issue that I can't explain, so looking for SME advice here :) I run a linux (debian) inside a jail. I'm using iocage for jail management. deboostrap was used to deploy the guest system. Everything seems to work well except that many files from /etc directory are not...
  3. S

    iocage jail can only reach its host but not the LAN

    I'm in the middle of setting up a dedicated server. It's running ESXi and I installed a FreeBSD guest. Using iocage I want to create some jails. I have done this before more than once and usually this is strait-forward... but this time I'm stuck somehow. The jail is created with vnet=on and I...
  4. T

    vbox Freebsd Virtualbox Host and Jails

    I'm running Virtualbox 5.2.44_3 on FreeBSD 12.2-RELEASE and everything is working fine until I create a jail and use vnets for the networking on the jails. I'm using iocage for jail management. I've followed the handbook for setting up a bridged interface for jails and my bridge interface...
  5. R

    How do I route all Jail traffic through OpenVPN on FIB1

    Hello FreeBSD users, this is my fist post, I'm still learning so please be gentle :) I am trying to setup a jail (using ioCage) so that all of its traffic goes through our VPN. I have already setup OpenVPN which connects to our VPN service without issue. However the I seem unable 😕 to...
  6. Farhan Khan

    Cloned iocage jails except 1 directory?

    Hi all, I am trying to run multiple instances of an application in different jails. The jails should be identical in all ways except different IP addresses and one directory, where the configuration for the given application will reside. Is there a way to trivially create jails of this sort...
  7. turtle_

    Assign MAC on Shared IP IOCAGE Jail

    Sorry if this has already been asked but I couldn't find anything in the docs and google has failed me on this. Am I able to specify a MAC address to a Shared IP IOCAGE Jail or is that option only available with VNET? Edit: Also, if I can specify a MAC address, how would I go about doing that?
  8. R

    VNET ARP replies are lost

    My setup is as follows: freenas ---- switch ---- station freenas is running FreeBSD 11.2 with iocage jail using VNET/VIMAGE network stack (though same behaviour is observed on warden jails and previous FreeBSD releases) It all started when I noticed that station loses connection to jail...
  9. U

    no NAT/routing through iocage OpenVPN gateway jail/host

    Hi folks, I'm somewhat of a *BSD novice, having rather used various builds for appliance devices, such as pfSense, opnSense, FreeNAS, etc. I've recently set up a new FreeNAS box from scratch, and built/building a jail for the express purpose of maintaining OpenVPN client connections, and then...
  10. Farhan Khan

    Multiple iocage failures in all scenarios, networking not working

    Hi all, I would really like to use iocage, but I cannot get routing/networking working at all despite multiple configurations scenarios. My Base system has the IPv6 address: My_Prefix::83c:5001/64 and a public IPv4 address, both on vtnet0. It also has the IPv4 internal address on vtnet...
  11. Farhan Khan

    iocage and vnet using wrong interface

    Hi all, I am trying to setup iocage to create a vnet jail and cannot figure out the right series of commands. I have em0 and re0. I want the vnet to bridge to re0, not em0. However, it keeps adding em0 to the bridge. My setup is as follows: In /etc/rc.conf: cloned_interfaces="bridge0" # plumb...
  12. T

    Understanding permissions in jails and host

    Hello everyone, I have recently upgraded my FreeBSD 10.3 server to 11.2. With this change, I also setup my system using jails: - Plex - Samba - Apache PHP stack - Nginx Node.js stack - Database stack - Etc. I have two ZFS pools: - zfs-os the FreeBSD OS - data mounted to /data I am using...
  13. L

    Solved Jails - ezjail, qjail, iocage, other

    After almost a couple years away, I'd like to know about jails management systems, for a new server. In the past I've used ezjail, then qjail. Now, in 2018, are all these tools up-to-date with current? ezjail is mentioned in the manual, so I guess it should be... iocage seems to require Python...
  14. R

    Application User Permission - iocage jail

    I run a number of jails in a FreeNAS environment, and have run into an issue where applications running under a user other than root are unable to set owner:group or permissions on files/folders. I have attempted to add the user as a member of the wheel group, but the application is still...
  15. scrappywan

    IOCAGE jails not found after pkg upgrade to 0.9.9.1_1

    On FreeBSD 11.1 I have four jails running that were created with py36-iocage about three months ago. Recently I ran pkg update/upgrade on my system and it upgraded IOCAGE to version 0.9.9.1_1. Since my last reboot IOCAGE can no longer locate any of the jails it originally created as if it...
  16. J

    iocage fetch fails

    Hi, I'm quite new to FreeBSD. Have been using pfSense and FreeNAS for long but naked FreeBSD I'm new to. I just installed it on a KVM host as a guest, version 11.1. Then I installed pkg install py36-iocage. It doesn't work though. When I install it from github (0.9.10 RC10) the problem does not...
  17. M

    Xwiki in a jail

    Jails have confused me. My ultimate goal is to setup xwiki in a jail (after installing tomcat and MySQL). I have sucessfully created the jail with: iocage create tag=xwiki ip4_addr="ue0|192.168.1.8 started it: iocage start xwiki and accessed it: iocage console xwiki Now the output of ifconfig...
  18. scrappywan

    FreeBSD VPS Jailed Web Servers Network Isolation

    I have a VPS on Digitalocean which I used mfsbsd to reinstall FreeBSD with ZFS/zroot with PF as my firewall. My plan with this VPS is to run wordpress, a static site and owncloud each in their own jails. Currently, I use nginx on the host machine running as a reverse proxy, intercepting https...
  19. N

    Best practise for handling ports tree with iocage managed basejails

    Hi, What's the best practise to handle the prots tree with iocage managed basejails? Currently I am manually nullfs mounting the host systems /usr/ports everytime I need it in each jail, but as the number of jails are growing this feels more and more cumbersome. Please advice! Thanks in...
  20. S

    PF Unable to DNAT to jail

    All, I have been fighting with this for a couple days now with no luck; I would greatly appreciate any help. I have my server listening on 10.21.96.200 and my jails, which are ran from within IOCage are listening on 192.168.0.1/24. I am able to telnet to 192.168.0.2 445 (samba) just to insure...
Back
Top