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

#1
Zenarmor (Sensei) / Re: mongodb issue
February 21, 2025, 03:20:40 PM
Sorry pulling this one out from the archives.  I ran into same issue, same backstory:

Installed ZenArmor early on for testing then removed it.  After upgrading to 25.1 I started seeing errors referencing mongodb telling me to submit a bug report.

pkg list | grep mongo

Listed both mongodb40 and php82-pecl-mongodb

They are also viewable in the packages list when you filter for mongo

pkg remove for both has resolved the issue for me
#2
In reading the documentation I was expecting to be able to look at stats from the last 7 days when I go into the reporting for unbound DNS.  The only options I see are for the last 24, 12, or 1 hour.  Is there a setting that I am missing that will allow me to see the full week in reporting?

TIA
#3
Thank you for your reply.  I own the modem and it is several years old.  Its an Arris SB6190.  I logged into it and cleared the logs.  No reboot last night so Xfinity must have been having some issues in the area (we are pretty rural here).

Whatever the issue was it would appear it was on the Xfinity side because I read that error is caused by power/signal issues. It's just really odd that it was rebooting exactly 24 hours apart.
#4
Quote from: tek411 on January 02, 2024, 12:09:18 AM
Quote from: jbhorner on January 01, 2024, 07:04:51 PM
My guess would be DHCP as well. Out of curiosity, I searched to see if there was a way for you to see how long the lease was for your DHCP address on the WAN interface. I did find the following that might help you troubleshoot it a bit more: https://www.reddit.com/r/opnsense/comments/xphlfp/is_there_a_way_to_check_wan_uptime_or_dhcp_lease/

What I've seen on a DHCP WAN renewal is that the WAN interface changes to the private IP on your modem (for my brand it's 192.168.100.1) and then eventually changes to the assigned IP from your ISP. I didn't dig into your log enough to see if that is what was happening.

If I have block private address enabled on WAN would that cause an issue?  My CM is doing the same thing based on the logs.  Its giving the 192.168.100.x addressing and since that is a private address its blocked on the WAN.  From the logs it appears as if the ethernet cable from the WAN is being unplugged.  It shows DOWN and then 6 seconds later shows UP.  Then 5 seconds later the dhclient throws an error "connection closed".

When I login to my Arris CM I see this in the event logs around the same time:
Thu Jan 01 00:01:44 1970   3   No Ranging Response received - T3 time-out;CM-MAC=[REMOVED];CMTS-MAC=[REMOVED];CM-QOS=1.1;CM-VER=3.0;

It looks like my cable modem is rebooting.  Uptime on the web interface for cable model shows uptime of 16h.
#5
Quote from: jbhorner on January 01, 2024, 07:04:51 PM
My guess would be DHCP as well. Out of curiosity, I searched to see if there was a way for you to see how long the lease was for your DHCP address on the WAN interface. I did find the following that might help you troubleshoot it a bit more: https://www.reddit.com/r/opnsense/comments/xphlfp/is_there_a_way_to_check_wan_uptime_or_dhcp_lease/

What I've seen on a DHCP WAN renewal is that the WAN interface changes to the private IP on your modem (for my brand it's 192.168.100.1) and then eventually changes to the assigned IP from your ISP. I didn't dig into your log enough to see if that is what was happening.

If I have block private address enabled on WAN would that cause an issue?  My CM is doing the same thing based on the logs.  Its giving the 192.168.100.x addressing and since that is a private address its blocked on the WAN.  From the logs it appears as if the ethernet cable from the WAN is being unplugged.  It shows DOWN and then 6 seconds later shows UP.  Then 5 seconds later the dhclient throws an error "connection closed".

When I login to my Arris CM I see this in the event logs around the same time:
Thu Jan 01 00:01:44 1970   3   No Ranging Response received - T3 time-out;CM-MAC=[REMOVED];CMTS-MAC=[REMOVED];CM-QOS=1.1;CM-VER=3.0;

It looks like my cable modem is rebooting.  Update on the web interface for cable model shows uptime of 16h.
#6
Yes that's what appears to be happening.  Thanks for the link I will try to collect some more data.
#7
Greetings all,

I have a newly installed OPNsense 23.7.10_1 installed on a protectli FW4B with 8/120.  The system works excellent except for one issue.  My WAN interface seems to be flapping at exactly the same time every 24 hours and I am trying to figure out why that is.

This is what I see in my logs.  The connection issue resolves on its own within 1-2 minutes however I would prefer that it not go down like this of course.  I am using XFINITY with an ARRIS modem.  I am thinking this has something to do with DHCP and it first tries to get a private address before its assigned the public address according to these logs.  I do have private address blocked on WAN.

Any ideas how to fix?  TIA.