jails

  1. Farhan Khan

    Solved Jail NAT vs Bridge

    Hi all, I want to create a jail with a publicly routable IPv6 address and a 192.168.0.0/16 IPv4 address. I also do not want the have the interface shared with the base OS, such that listening on port 80 on the base also listens to port 80 on the jails. I do not see where that is in any...
  2. fullauto2012

    Solved Help me understand Jail

    Please accept my apologies ahead of time as I could not find an appropriate room for questions on jails. I have a FreeBSD box (10.1) with two jails on them (also 10.1) that I am using for testing and understanding purposes before I implement something more permanent. I have them both in...
  3. Farhan Khan

    Jail listening on same ports as base host

    Hi! I setup a Jail, but it is listening on the same ports as the base OS. So, if the base is listening on port 80, the Jail IP also has port 80 listening. No service is listening on that port. Using ezjail-admin, I setup a Jail called code. I modified the export_jail_code_ip line of...
  4. A

    Chroot from within Jail

    I'm currently trying to chroot bind from within a Jail since it's also running Apache. The problem I'm having is the inability to mount devfs from within the jail. I'm using ezjail to managed all my jails and have everything regarding devfs turned on in the ezjail configuration files.
  5. joholo

    Sharing a dataset with multiple jails

    Hello, I recently installed FreeBSD on my new server. Right now I have one jail running with transmission on it, seeding different Ubuntu versions. Couldn't get the port working, but the package worked excellent. So now I want to create two other jails. One with a NFS/Samba share and one which...
  6. W

    Solved Problem runing freebsd-update inside jails

    Hey people, I was looking for some info about whats the best way to keep jails updated and found many posts saying to never run freebsd-update inside of the jails. Someone could explain why not? Actually I am doing a make world, but this take so many time. My jails have the empty folders...
  7. 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...
  8. 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...
  9. 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!
  10. 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...
  11. 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...
  12. 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"...
  13. 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...
  14. 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...
  15. 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>...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Back
Top