jails

  1. J

    Solved Partial connectivity issues from bhyve guests to jails and host*

    Please help, I have been trying to figure this out for a couple of weeks now. I need a new set of eyes on this problem. Attached is a diagram to better illustrate the configuration. To sum up the issue: Can ping any host to any host Can fully communicate from/to other physical hosts to the...
  2. C

    Solved Host to jail networking with vimage

    I've got a bridge1 with several jails' interfaces as members (vnet1:1, vnet1:2, etc) these can pass packets between each other. There's a bhyve instance on the host using tap0 which I've added to bridge1, this tunnel is not able to connect to any of the jail vnet interfaces. Is this to be...
  3. B

    Moving from ezjail to qjail

    Since ezjail doesn't seem to have been updated for a long time and qjail seems to be a little bit more modern I'm planning to switch. Is it possible to just migrate my existing jails from one manager to the other without problems? Are there any resources about this? Thank you!
  4. B

    ezjail: update unfinished?

    I'm keeping getting weird messages when I try to update my email managed jails: I'm on FreeBSD 10.2-RELEASE-p11 and ezjail v3.4.2 The jails show the right version inside but the update progress doesn't seem to have finished. This is what I'm getting: ezjail-admin update -u Looking up...
  5. bMalum

    IPv6 Jail Setup and Routing

    Hi everyone, Short: I want in FreeBSD Jails with Private IPv4-Addresses and Global Scope IPv6 Addresses. But iI can't get it to work. I have tried a lot, so iI can only tell you what iI have tried. For me it is possible to add an interface alias to re0 and I'm also able to ping it from around...
  6. F

    Solved iocage Jail cannot escape home network

    Afternoon all, I have a fresh install of FreeBSD 10.2, it’s installed on VirtualBox. I have given the VM 4x virtio-net bridged adaptors—so they appear to be on my home network (192.168.1.0/24). My host rc.conf looks like this: hostname="aglardae" keymap="uk.iso.kbd" ifconfig_vtnet0="DHCP"...
  7. M

    Jails loose network access after a while

    I am using iocage to manage my jails. When I created the jails, I assigned them an address on my LAN with a command similar to: iocage create tag=myjail ip4_addr="re0|192.168.1.201" However, after a few hours the network in the jail disconnects. I can't think of a good way to explain it, but I...
  8. H

    Multiple Web Services with Jails

    Hello, I switched to FreeBSD a week ago on my main server. So far the experience has been great. Because I'm new to the whole jails theory I'd like to present my plan and possible challenges. My Setup: Hostsystem: FreeBSD, 8 Cores, 24GB Ram, Static IP My idea was to create multiple jails...
  9. eatonphil

    Jail with no internet access

    I am trying to create a jail on a VPS following this guide on networked jails with a single ip. However, I have no internet access within the jail. Though I do have internet access on the host. Here is my ifconfig from the host: vtnet0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>...
  10. pentago

    Jailed OpenSMTPD Mail Headers Issue

    I successfully set up mail/opensmtpd in a jail running other web services. I set up mail/dkimproxy for mail signing and all, works like a charm. Now, the issue I'm having is that all sent mail has headers like these: Received: from domain.com (domain.com [192.168.1.3]) or Received: from...
  11. J

    Trying to understand jail networking

    Hi, I have trouble understanding how ip addresses work in regard to FreeBSD jails. Every single example I see seems to assign another IP (an alias) to a physical network interface on the host, and attribute it to the jail. But, my server is a remote machine and I was affected only one IP...
  12. H

    Solved iocage does not handle releases properly

    Up to now, I have always used iocage with the release of the host system. Today, I wanted to try to create a jail with the 9.3-RELEASE but I ended up with a 10.2-RELEASE on the jail. To be sure I did things properly, I did the following steps. # iocage clean -r WARNING: this will destroy all...
  13. F

    Solved Jails with IP from DHCP?

    Afternoon all, On my home network I have three VirtualBox VMs that I would like to condense into a single VM, this single VM would have three jails each running a service. Currently each VM has a VirtualBox bridged adaptor, on my router I see each VM having its own MAC address, and the router...
  14. H

    How To: Execute Firefox in a jail using iocage and ssh/jailme

    Motivations The main reason to put a browser in a jail is quite simple : browsers cannot be trusted. They are too much exposed. Executing a browser inside a jail is a way to be sure that the damages induced by a malicious software are contained (as much as possible). I decided to write this...
  15. S

    Solved X11 applications in iocage jails

    I'm trying to install a web browser in a jail (something like this guy did with Linux containers: https://www.stgraber.org/2014/02/09/lxc-1-0-gui-in-containers/ ). I've successfully created the jail and installed Xorg and Firefox with iocage. Now I can't start Firefox, either with iocage exec...
  16. styko

    No internet connection inside jail

    I am currently trying to set up a server on FreeBSD. I want to create jails with ezjails according to the handbook. I am following the example to install BIND inside a jail but I am stuck at the installation step (make -C /usr/ports/dns/bind99 install clean). At first I thought I had a DNS...
  17. Oko

    ZFS Managing iocage snapshots

    I really dig sysutils/iocage. One of the coolest features is being able to take a jail snapshot. iocage snapshot lweb.autonlab.org which gives # iocage snaplist lweb.autonlab.org NAME CREATED RSIZE USED ioc-2015-08-30_23:17:03 Sun Aug 30 23:17 2015 152K 0 Removing snapshots is also...
  18. Chris_H

    Help upgrading by use of jails?

    OK I track RELENG_9, and -CURRENT (11). My procedure for updating my local servers has been using bare metal; I built a box out of spares, and simply preform fresh installs, followed by a build/install world/kernel. When/If all is well, I simply drop to single-user, and perform a dump. Which I...
  19. dajero

    Shell bastille - a script to easily create and update jails

    Yesterday I put the source code online for a simple utility, Bastille, which facilitates the creation and management of jails that share the same system components. In that sense, it's similar to ezjail, but that's actually all Bastille does. Bastille does not provide its own service, relying...
  20. K

    restarting a jail

    I have a jail setup inside my FreeBSD installation. I do not allow ssh into the core system, just to the jail. Is there a way to restart the jail from inside itself?
Back
Top