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 - sy

#1
Hi,

Thanks for sharing. It will be fixed with the upcoming release.
#2
Hi,

Version 2.0.2 is expected to resolve all crash issues. Could you please confirm if it does?

#3
Hi @Meg,

We have determined the issue. It is due to the hostname is with ":80" port number and doesn't match to the whitelisted domain. The next maintenance release will have a fix for this.
#4
Hi,

Most probably "*:80" causes the issue. If you can share debug logs we can investigate it. You can increase log level in Settings - Logging - Level - DEBUG4. then please contact to the support team via "Have Feedback" option in the bottom left corner of UI to share the logs.
#5
Hi,

Zenarmor is designed to protect the LAN side of the network, but it can also be used to protect the WAN interface. For optimal security, it is recommended to use Zenarmor for LAN protection and OPNsense's IDS/IPS (Suricata) for protecting the WAN interface.
#6
Hi,

Thank you for sharing. It is under review, and we will get back to you regarding the ticket.
#7
Hi,

Zenarmor displays this information in the Threats report under Reports - Threats when a user generates traffic to malicious domains or IPs.
#8
Hi @deuch,

Could you share the logs via Have Feedback option in the bottom left orner of UI by selecting all checkboxes?


#9
Hi,

Could you share the logs with the support team as well via Have Feedbak option in the bottom left corner of UI?

#10
Zenarmor (Sensei) / Re: Not update to 2.0
June 17, 2025, 02:18:09 PM
Hi,

This will keep you in 1.18.6. If you would like to update to 2.0, please run the following command to revert the repo to the default.

configctl firmware update

then check the update again.
#11
Hi,

Yes, it has been increased in version 2.0. You need to remove the key and add it again.


#12
Zenarmor (Sensei) / Re: Not update to 2.0
June 16, 2025, 04:57:16 PM
Hi,

As a temporary solution, You can change the repo file

Edit the repository file at:
/usr/local/etc/pkg/repos/SunnyValley.conf

Comment the existing URL line
#url: "https://updates.zenarmor.net/opnsense/${ABI}/25.1/--nodeuuid--",

then add new URL line
url: "https://repo.zenarmor.com/opnsense/${ABI}/25.1/latest",
 
save it.

Then check the updates again.
#13
Hi,

You can increase it by editing the following file

/usr/local/zenarmor/scripts/health/opnsense/18.1/check_health.sh

Change value 90 in 259. line

  if [ $DISK_USED_PERCENT -gt 90 ]; then
#14
Zenarmor (Sensei) / Re: Error installing Zenarmor
June 16, 2025, 04:30:23 PM
Hi,

Please remove existing Elasticsearch package and all Elasticsearch data and config files then re-try it

pkg remove elasticsearch5 elasticsearch8
pkg autoremove
rm -fr /usr/local/etc/elasticsearch
rm -fr /usr/local/datastore/elasticsearch
#15
Hi,

In the Live Sessions - Blocks tab, there is a "Block Message" column. If it does not exist, you can enable it from the Layout section on the same page.