home.social

#bastillebsd — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bastillebsd, aggregated by home.social.

  1. When your jails are on a private network how do you reach them from the outside? Redirect the port from the host:

    bastille rdr TARGET tcp 443 443
    bastille rdr TARGET tcp 2200 22

    List them with bastille rdr TARGET list, clear with ... clear.

    VNET jails don't need and don't use this.

    #TeachingTuesday #BastilleBSD #FreeBSD

  2. When your jails are on a private network how do you reach them from the outside? Redirect the port from the host:

    bastille rdr TARGET tcp 443 443
    bastille rdr TARGET tcp 2200 22

    List them with bastille rdr TARGET list, clear with ... clear.

    VNET jails don't need and don't use this.

    #TeachingTuesday #BastilleBSD #FreeBSD

  3. When your jails are on a private network how do you reach them from the outside? Redirect the port from the host:

    bastille rdr TARGET tcp 443 443
    bastille rdr TARGET tcp 2200 22

    List them with bastille rdr TARGET list, clear with ... clear.

    VNET jails don't need and don't use this.

    #TeachingTuesday #BastilleBSD #FreeBSD

  4. When your jails are on a private network how do you reach them from the outside? Redirect the port from the host:

    bastille rdr TARGET tcp 443 443
    bastille rdr TARGET tcp 2200 22

    List them with bastille rdr TARGET list, clear with ... clear.

    VNET jails don't need and don't use this.

    #TeachingTuesday #BastilleBSD #FreeBSD

  5. When your jails are on a private network how do you reach them from the outside? Redirect the port from the host:

    bastille rdr TARGET tcp 443 443
    bastille rdr TARGET tcp 2200 22

    List them with bastille rdr TARGET list, clear with ... clear.

    VNET jails don't need and don't use this.

  6. Manpage Monday: bastille pkg

    Manage packages inside your jails without ever consoling in.

    Install nginx in myjail
    > bastille pkg myjail install nginx

    Use the host's pkg binary instead of the jail's
    > bastille pkg -H myjail install nginx

    Works with any pkg args: update, upgrade, search, audit, info, etc

    #BastilleBSD #FreeBSD #ManpageMonday

  7. Manpage Monday: bastille pkg

    Manage packages inside your jails without ever consoling in.

    Install nginx in myjail
    > bastille pkg myjail install nginx

    Use the host's pkg binary instead of the jail's
    > bastille pkg -H myjail install nginx

    Works with any pkg args: update, upgrade, search, audit, info, etc

    #BastilleBSD #FreeBSD #ManpageMonday

  8. Manpage Monday: bastille pkg

    Manage packages inside your jails without ever consoling in.

    Install nginx in myjail
    > bastille pkg myjail install nginx

    Use the host's pkg binary instead of the jail's
    > bastille pkg -H myjail install nginx

    Works with any pkg args: update, upgrade, search, audit, info, etc

    #BastilleBSD #FreeBSD #ManpageMonday

  9. Manpage Monday: bastille pkg

    Manage packages inside your jails without ever consoling in.

    Install nginx in myjail
    > bastille pkg myjail install nginx

    Use the host's pkg binary instead of the jail's
    > bastille pkg -H myjail install nginx

    Works with any pkg args: update, upgrade, search, audit, info, etc

    #BastilleBSD #FreeBSD #ManpageMonday

  10. Manpage Monday: bastille pkg

    Manage packages inside your jails without ever consoling in.

    Install nginx in myjail
    > bastille pkg myjail install nginx

    Use the host's pkg binary instead of the jail's
    > bastille pkg -H myjail install nginx

    Works with any pkg args: update, upgrade, search, audit, info, etc

  11. With Apple phasing out AFP in macOS 27 and Time Capsules officially reaching end-of-life, it's time to move network backups to proper SMB.

    If you run a FreeBSD server, you can build a fast, rock-solid, and secure Time Machine target powered by ZFS and Samba - neatly isolated inside a FreeBSD jail using Bastille.

    it-notes.dragas.net/2026/01/28

    Keep your macOS backups running smoothly via SMBv3 (with full vfs_fruit support) and full dataset quota control on ZFS!

    #FreeBSD #macOS #TimeMachine #ZFS #BastilleBSD #Samba #SysAdmin #Backup #OwnYourData #SelfHosted #BSD #RunBSD #OwnYourData