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

#1
25.7 Series / Wake on lan error
September 28, 2025, 09:06:47 PM
Hi,

I have installed os-wol via GUI plugin interface (after removing the wol pkg i installed before via shell interface). If I go to "Services: Wake on Lan" page and send the wol packet to my machine, I get this message:

"The packet was not sent due to an error. Please consult the logs."

There are no specific logs. So, let's look at System: Log Files: Backend

I read this :
Process      Line
configd.py   [fec03336-f79a-4d0b-808f-b7b350b89a8d] returned exit status 1

More context:

2025-09-28T20:54:09
Notice
configd.py
[e5e9c50f-56a9-449c-aa74-15307abae702] IPsec list legacy VirtualTunnelInterfaces
2025-09-28T20:54:09
Notice
configd.py
[31690c96-40ad-4b70-bf71-b2a99d2d28d6] show WireGuard statistics [dump]
2025-09-28T20:54:09
Notice
configd.py
[9432f507-626e-4781-8956-d47908a74109] Get sysctl value(s)
2025-09-28T20:54:09
Notice
configd.py
[5f0a8137-01d0-41be-a3c6-dce90564d260] Fetching service list ( )
2025-09-28T20:54:08
Error
configd.py
[fec03336-f79a-4d0b-808f-b7b350b89a8d] returned exit status 1
2025-09-28T20:54:08
Notice
configd.py
[fec03336-f79a-4d0b-808f-b7b350b89a8d] Waking up host 192.168.30.255 70:70:FC:04:5C:62
2025-09-28T20:54:08
Notice
configd.py
[38c2357d-3268-43a7-88b2-f67d58146895] list gateway status
2025-09-28T20:54:08
Notice
configd.py
[2f3ba48e-95aa-4551-b991-8f8a6a26631b] request ifconfig
2025-09-28T20:54:06
Notice
configd.py
[1e5f3f9e-896b-4150-b607-ff85bde12954] Get sysctl value(s)


If I log into shell and run:
/usr/local/bin/wol -i BROADCAST_IP MAC

I got this error:
/usr/local/bin/wol -i BROADCAST_IP MAC
/usr/local/bin/wol: Cannot send magic packet for 'MAC' to BROADCAST_IP:40000: Network is down

I don't know why the network goes down: the interface is enabled, and I usually can boot (manually) and ping the computer I want to WoL. In "Interfaces: Overview", my interface is noted as "no carrier".

Any idea about where I should have a look now?
#2
24.7, 24.10 Series / Re: cannot find wol service
September 28, 2025, 08:45:04 PM
Hi,
Late response...
You have to check "Show community plugins" and os-wol plugin will appear. I do not think it is good idea to install it via pkg because there are different packages (wol and os-wol).
#3
I reinstalled opnsense and followed same instructions.
At first, I had no DNS resolution, but after a few dozen minutes, it worked. I don't know why it took so long.
#4
hello,

I'm currently using OPNsense 24.7.10_2 with Unbound. My opnsense router is behind another router. My problem is I cannot have DNS over TLS.

I have followed this how-to: https://homenetworkguy.com/how-to/configure-dns-over-tls-unbound-opnsense/

When I configure DoT servers (first one is 1.1.1.1) in "Services: Unbound DNS: DNS over TLS" (with " Use System Nameservers" unchecked, and no DNS servers at all in "System: Settings: General"), I have no DNS resolution at all.

If I go to "Interfaces: Diagnostics: DNS Lookup" and check for example.com with 1.1.1.1 server, it's ok (A   example.com. 2549 IN A 93.184.215.14   1.1.1.1   3 msec). With no specified DNS server I have an error message "Error: error sending query: No (valid) nameservers defined in the resolver". Which is not a surprise.

If I put DNS servers in "System: Settings: General", it's ok (I have DNS resolution) but in this case I have no DNS over TLS.

Could someone please help me debugging this ?