Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ureyni

#1
Zenarmor (Sensei) / Re: Unattended setup Zenarmor
September 16, 2024, 04:18:03 PM
Hi @matgel,
Glad to hear that you're enjoying Zenarmor.
As far as I can understand, you'll need a script that takes some parameters like interface to be protected, deployment mode, and maybe a subscription activation key to run and complete the initial configuration screens with a single pass.
Is that correct?
If so, this has been indeed requested by some other clients as well and we have a development ticket for it. Please reach out to support so that we can keep you updated on this - and possibly provide a test package for you to try once we have a beta.
How does that sound?
#2
Hi sammycda,

Case one: "os-sensei is missing a required shared library: libpython3.9.so.1.0"
Zenarmor has three repos for opnsense 23.7, 24.1, and 24.7. Your opnsense is using the 24.1 repo link. Zenarmor package is compatible with python 3.9 and 3.11. As far as I understand, python 3.9 is not available in Business opnsense 24.1. We will work on this case over the weekend.

Case two: "sysctl hash"
If you are using MongoDB for the report database in Zenarmor, it sets some kernel parameters for the performance of MongoDB. We will look into this case.

Best.





#3
Zenarmor (Sensei) / Re: Wonky Zenarmor indexes
October 19, 2023, 09:10:15 AM
Hi,
There shouldn't be any indices that end with the word '_write' normally. There are must be aliases.
I guess, Zenarmor could'nt not create indices and aliases correctly.
Zenarmor checks aliases and indices once every day. it should be fix.

There is no timestamp field. There are start_time and end_time field which types millisecond.
#4
Hi,
I can download following command
curl https://updates.zenarmor.com/opnsense/FreeBSD:13:amd64/23.7/latest/All/os-sensei-1.15.1.pkg -o os-sensei-1.15.1.pkg
#5
Hi,
Please find the repository link in the Sunnvalley.conf file located in the /usr/local/etc/pkg/repos/ folder.

The link is https://updates.zenarmor.com/opnsense/${ABI}/23.7/latest, which can also be accessed through https://updates.zenarmor.com/opnsense/FreeBSD:13:amd64/23.7/latest/All/.

You can use curl to download the following files:
os-sensei-1.15.1.pkg,
os-sensei-agent-1.15.1.pkg,
os-sensei-updater-1.15.pkg, and
ubench-0.32.pkg.

Best of luck.
#6
To install Zenarmor on Opnsense, follow these steps:

1. Download the Opnsense ISO file from their website.
2. Extract the ISO file using the "tar -xvf" command.
3. Download the Zenarmor packages, which include os-sensei, os-sensei-update, ubenc, and os-sunnyvalley.
4. Copy the Zenarmor packages to the "All" folder.
5. Create a new tar package using the "tar -cvf" command.
6. Copy the tar file to "/usr/local/opnsense/build/23.7/amd64/sets/".
7. Use the ISO file to "make dvd" command.





#7
Here's an improved version of the original content:

Hello,

It is possible to disable the Zenarmor package upgrade in Opnsense, but unfortunately, making changes to do so is not supported. However, you can disable the Sunnyvalley repository by using the following command:

/usr/local/etc/pkg/repos/SunnyValley.conf

Simply update the enable parameters with a "no" value:

enabled: yes -> no

This will prevent upgrades from the Sunnyvalley repository. When you're ready to upgrade to a new version, simply change the enable parameter to "yes".