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

#1
Quote from: Patrick M. Hausen on July 16, 2025, 04:26:54 PMGuaranteed compatibility with OPNsense?

If the network interfaces on that box from China are Realtek, for example, your firewall might not work at all.

Almost all of them advertise specifically to be compatible with OPNSENSE and are Intel NICS.
Thanks for your reply.
#2
Any pro's of using official hardware?

On Aliexpress you can get a intel N150 with 5x 2,5G and 2x 10G SPF+ ports for about 200$.

Which is even faster then a DEC750 which is 5X the price.

Can anyone tell me why one should buy a DEC750?
#3
Hi,

Since the last two days i am experiencing issues with a Wireguard instance.
The issue appeared very randomly with out any change to my OPNsense settings.
I have two Wireguard instances with almost the same configuration, both use Unbound as their DNS. This has worked for months without a issue. All of a sudden one of the instances DNS stops working at random? Clients can still use messaging apps like Whatsapp but going to any website will timeout DNS. In the firewall i cant see anything being blocked, and the weird thing is the other instance which also uses the same DNS server "unbound" still works fine. After rebooting OPNsense it works again for a while until the same issue appears in a couple of hours. Restarting only Unbound doesn't work. The issue appeared first at 24.7.6 so i updated to 24.7.7 but it still remains. Any suggestions? I also see some error logs in unbound which i will paste below.
It is weird to me that this issue came out of nowhere as i haven't changed anything in weeks.

EDIT: Using another dns server like 1.1.1.1 doesn't work
Restarting the specific Wireguard instance from the gui does fix the issue also but only for a limited time.


2024-10-25T10:05:58 Error unbound RuntimeError: Query interrupted
2024-10-25T10:05:58 Error unbound db.connection.execute("DELETE FROM query WHERE to_timestamp(time) < to_timestamp(?)", [epoch])
2024-10-25T10:05:58 Error unbound File "/usr/local/opnsense/scripts/unbound/logger.py", line 166, in _read
2024-10-25T10:05:58 Error unbound ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-10-25T10:05:58 Error unbound if not callback(key.fileobj, mask):
2024-10-25T10:05:58 Error unbound File "/usr/local/opnsense/scripts/unbound/logger.py", line 237, in run_logger
2024-10-25T10:05:58 Error unbound r.run_logger()
2024-10-25T10:05:58 Error unbound File "/usr/local/opnsense/scripts/unbound/logger.py", line 244, in run
2024-10-25T10:05:58 Error unbound run(inputargs.pipe, inputargs.targetdb, inputargs.flush_interval, inputargs.backup_dir)
2024-10-25T10:05:58 Error unbound File "/usr/local/opnsense/scripts/unbound/logger.py", line 283, in <module>
2024-10-25T10:05:58 Error unbound Traceback (most recent call last):
2024-10-25T10:05:58 Error unbound
2024-10-25T10:05:58 Error unbound The above exception was the direct cause of the following exception:
2024-10-25T10:05:58 Error unbound
2024-10-25T10:05:58 Error unbound InterruptedError
2024-10-25T10:05:58 Error unbound raise InterruptedError()
2024-10-25T10:05:58 Error unbound File "/usr/local/opnsense/scripts/unbound/logger.py", line 126, in _sig
2024-10-25T10:05:58 Error unbound Traceback (most recent call last):
2024-10-24T22:38:09 Error unbound RuntimeError: Query interrupted
2024-10-24T22:38:09 Error unbound db.connection.execute("DELETE FROM query WHERE to_timestamp(time) < to_timestamp(?)", [epoch])