Quote from: nero355 on July 22, 2026, 06:50:31 PMYou might want to mention :
- PPPoE
- IPTV = Yes/No ?
- UFS or ZFS ?
PPoE = yes
IPTV = yes
ZFS = yes (obviously ;-))
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 MenuQuote from: nero355 on July 22, 2026, 06:50:31 PMYou might want to mention :
- PPPoE
- IPTV = Yes/No ?
- UFS or ZFS ?
Quote from: Monviech (Cedrik) on July 22, 2026, 05:04:30 PMThere are new capabilities to define vlan filtering and per port untagged vlan settings but they will not be implemented in OPNsense since a router is not a managed switch.
Quote from: Monviech (Cedrik) on July 22, 2026, 05:04:30 PMSo if you need some untagged stuff you might still need the old bridge setup where you bridge single vlans with a single port or whatever you did there.
Thanks for looking into it :)
Quote from: Monviech (Cedrik) on July 22, 2026, 01:37:27 PMIt was merged today, if you want to use it right away you can try it on 26.7.1 with the following command
Tests welcome :)
PS:
My test setup looked like this:
Attention: I only used tagged vlans.
Quote from: Monviech (Cedrik) on July 22, 2026, 11:23:51 AMhttps://github.com/opnsense/core/issues/10576
https://github.com/opnsense/core/pull/10584
Quote from: fragrance744 on June 23, 2026, 07:34:55 AMmidclt, https://github.com/truenas/api_client, is required for using TrueNAS websocket API.
The script may work after installing it.
Quote from: Creat on June 26, 2026, 10:42:47 AMAlso, midclt isn't what you linked on github. You linked to a script that calls `midclt` LOCALLY, which in turn is present by default on any TrueNAS install.Now, this is incorrect. fragrance744 is correct. midctl is designed for remote use. midcli (t=i) (https://github.com/truenas/midcli) is local tool and in ALPHA state. Single letter difference, both on GitHub.
Quote from: Patrick M. Hausen on June 23, 2026, 08:56:28 AMI'll ask again: why not use SSH with public key authentication to execute the midclt command on TrueNAS from OPNsense?Personally, I am unable to get this working (maybe I can spin up my Claude AI... ;)). While midclt is installed by default on TrueNAS, it should be possible to also use the Websocket API from plugin code, right? This is imho the most elegant solution its per-design way of doing thing.
Quote from: newsense on May 26, 2026, 07:23:58 PMThe bigger change might actually be openssl 3.5.x in 26.7 for the packages
Quote from: Patrick M. Hausen on May 19, 2026, 09:11:40 AMShouldn't the automation "simply" use SSH to execute whatever is necessary on the TrueNAS system, including midclt?
Quote from: ceel on May 14, 2026, 03:10:38 PM[Thu May 14 14:56:38 CEST 2026] Checking TrueNAS health...
/usr/local/sbin/acme.sh: midclt: not found
QuoteIt seems to be a part of this:
https://github.com/truenas/api_client
Quote from: franco on May 18, 2026, 09:38:40 AMIn either case it looks like it expects TrueNAS as OS, not OPNsense.
Cheers,
Franco
Quote from: fraenki on May 06, 2026, 01:42:23 PMIf you want to dive even deeper: try to query the TrueNAS API endpoint "system.ready" using `curl` and your API key. The API documentation is available here:
https://www.truenas.com/docs/api/scale_websocket_api.html
It should make the root cause more obvious, but crafting the `curl` command might be a challenge.
QuoteBut if Frankie says it's not that, he is correct.
QuoteI have tested this and was unable to reproduce this issue.
Please try again and provide the full ACME Log and all "AcmeClient" entries from the System Log.