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

#1
Hardware and Performance / Speed test 5GB connection?
September 22, 2024, 03:25:56 AM
Hello just got my ISP to upgrade my connection to 5GB, and want to check if that is true, what is the best way to run speed test at the router level? I guess im trying to get to something less involved that running iperf someone and running iperf and a bit better than `py38-speedtest-cli`, when i run that i get like 7 Mbit/s up/down, when i run the regular speedtest.net on my laptop i get over 500 Mbit/s
I also tried the UI version of speedtest and also sucks, i get 16 up/down
#2
Im running into the exact issue, i just installed fresh elastic 8.8 since i was getting error message about Zenarmor not supporting higher than that.

In my case i do see data in my remote elastic search instance, but the Zenarmor UI shows nothing, and the  Reporting Database Status is Stopped. Im not sure how to enable it.
#3
General Discussion / DHCP works, Static doesnt?
February 21, 2024, 04:47:27 AM
Hello all, had a power outage today, and for some reason few of my homelab servers cant communicate... but the weird thing is only when using static address.... So i had these servers setup for few months, been using DHCP Static Mappings.

So here is the deal, i can SSH to the servers, but they cant ping anything external, internally i can ping other local devices like switches, but i cant ping my gateway, not even the gateway... If i remove the DHCP Static Mapping and allow it to get a regular DHCP it works just fine... So not sure what is going on... Servers are running k3s (Kubernetes distribution)
#4
Zenarmor (Sensei) / Re: Zenarmor pages blank
September 26, 2023, 01:54:07 AM
had the same issue, had to uninstall and reinstall again
#5
Since last week i been getting this: MOZILLA_PKIX_ERROR_REQUIRED_TLS_FEATURE_MISSING when trying to log into my opnsense server, any quick fix for this? Thanks
#6
General Discussion / Error out on all my interfaces
August 15, 2023, 06:24:54 AM
Hello running latest version, since i updated to latest last week i been getting alot of error out... I have sensei running, routed mode with netmap



#7
Im Getting the following error :

[15-Mar-2023 23:25:34 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'mongodb.so' (tried: /usr/local/lib/php/20210902/mongodb.so (Cannot open "/usr/local/lib/php/20210902/mongodb.so"), /usr/local/lib/php/20210902/mongodb.so.so (Cannot open "/usr/local/lib/php/20210902/mongodb.so.so")) in Unknown on line 0


I tried following the steps on this thread: https://forum.opnsense.org/index.php?topic=12056.msg55103#msg55103 and running
Quoteopnsense-update -pf
but still getting that error.

I ran an audit/health and got:

***GOT REQUEST TO AUDIT HEALTH***
Currently running OPNsense 23.1.3_4 at Wed Mar 15 19:29:29 EDT 2023
>>> Check installed kernel version
Version 23.1.2 is correct.
>>> Check for missing or altered kernel files
No problems detected.
>>> Check installed base version
Version 23.1.2 is correct.
>>> Check for missing or altered base files
No problems detected.
>>> Check installed repositories
SunnyValley
mimugmail
OPNsense
>>> Check installed plugins
os-adguardhome-maxit 1.8
os-clamav 1.8
os-crowdsec 1.0.2
os-ddclient 1.11_1
os-freeradius 1.9.22
os-ntopng 1.2_2
os-redis 1.1_2
os-sensei 1.12.4
os-sensei-updater 1.12
os-smart 2.2
os-sunnyvalley 1.2_3
os-theme-cicada 1.33
os-wireguard 1.13_5
>>> Check locked packages
No locks found.
>>> Check for missing package dependencies
Checking all packages: .......... done
php80-pecl-mongodb has a missing dependency: php80
>>> Check for missing or altered package files
Checking all packages......... done
>>> Check for core packages consistency
Core package "opnsense" has 66 dependencies to check.
Checking packages: ................................................................... done
***DONE***


EDIT:
Tried running pkg delete php80-pecl-mongodb and waiting to see if that fixed the issued
#8
Hardware and Performance / NVMe vs SSD?
December 15, 2022, 03:45:07 PM
Motherboard supports MVMe drive, any reason to not to use it?

Only one i can think off, is that with SSD i can have multiple drives and set them up in a raid 1 configuration instead of a single NVMe drive which are way faster (but not sure if OPNsense cares much about this)
#9
Hello i just got a SMART failure notification, so i dont think my drive has much left on it. Last time i did a backup and restore i still had to manually install all plugins, and configure them, it was a bit of a pain. Is there a way to make a really full backup and restore it to another install/drive? Im also considering buying a offline harddrive cloning tool.

Opinions? Suggestions?
#10
whats the recommended DB type? mongodb? ES? remote ES? i have a home lic with around ~100 users (mostly IoT)
#11
Zenarmor (Sensei) / Re: Apps Breakdown 90% DNS
September 07, 2022, 09:56:32 PM
Block them, These are PoE cameras that dont have internet access and shouldnt make any DNS requests...

I added firewall rules to reject All IN/Out traffic from this VLAN, but still making it to Sensei, I click the block button on Sensei and they still show as blocked

I got tired of it one day and even removed the vlan from sensei and added the vlan to the  Exempted VLANs & Networks  and they still show... So not sure whats going on...
#12
Zenarmor (Sensei) / Re: Apps Breakdown 90% DNS
September 03, 2022, 02:53:31 PM
Is there a way to block all of these requests? so they dont show?
#13
Zenarmor (Sensei) / Apps Breakdown 90% DNS
September 02, 2022, 06:35:38 AM
I have like 10 cameras that are just making DNS requests like there is no tomorrow, so 90% of my app breakdown are dns request from this cameras. The firewall rules for that VLAN are block all, but i guess DNS requests still making it to Zenarmor, should i just delete that VLAN from the Zenarmor list? or is there a way to get rid of all them requests. Thanks!
#14
General Discussion / Re: Best way to clone my setup?
September 01, 2022, 11:09:37 PM
Will that include all addons configuration?
#15
General Discussion / Best way to clone my setup?
September 01, 2022, 09:44:48 PM
Hello all i need to move my entire configuration (clone) from one machine to another one, meaning 100% settings, add ons, etc etc. Whats the best way to do so? Does the full backup include addons and settings for them?