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

#1
26.7 Series / Re: Services widget
July 28, 2026, 10:12:28 PM
I have an Ultrwide monitor so my columns might be slightly larger than yours but my Kea DHCP Widget already lists the Devices and IPs side by side.

Quote from: nero355 on July 28, 2026, 05:30:17 PMThe wasted space needs to removed on this one :

And then it's fine IMHO :)
#2
26.7 Series / Re: Services widget
July 28, 2026, 02:25:22 AM
@franco

Patch looks great now, thank you sir.
#3
26.7 Series / Re: Services widget
July 21, 2026, 10:05:08 PM
I didnt think of this, awesome recommendation, thank you.


Quote from: Mabub on July 21, 2026, 09:05:22 AM@Franco: Thanks for the effort that went into the new design, but I have to admit that I'm not a fan of it in its current form. It feels quite different from the overall look and feel of the interface, service names are now truncated, and the descriptions are no longer visible.

Personally, I find the previous design more practical and easier to read. Hopefully, this change can either be reconsidered, refined, or at least offered as an optional alternative rather than becoming the default for all widgets.

No offense intended—this is simply my personal feedback as a user. I appreciate the work that goes into OPNsense, but for me, this particular change does not feel like an improvement.


Back to the Roots...
Couldn't find any errors, but as always, use at your own risk!

For those who don't want that, here is the good view:
1. Login SSH
2. Press 8 for Shell
3. sudo nano /usr/local/opnsense/www/js/widgets/Services.js
4. Copy Contents in Services.js
https://github.com/opnsense/core/blob/stable/26.1/src/opnsense/www/js/widgets/Services.js
5. Reboot
#4
I think the grey text in the green box just doesnt have enough contrast.

You can easily change the text color for yourself in the shell with vi

usr/local/opnsense/www/js/widgets/Services.js


Change both instances of the following text:

color: rgb(55, 55, 54);

to

color: rgb(230, 230, 230);

Save the file and reload your dashboard webpage.

This will give you white text instead of that dark grey for both the Service name and the Status icons.

I think it cleans it up a bit while we wait for all the themes to be updated.

Screenshot attached is with the Flexcolor Theme which is my personal Theme choice.

**Edited to add following to post:
Although I did some more editing to the Theme itself to get that green color for running Services..

/usr/local/opnsense/www/themes/flexcolor/build/color_schemes/black/default_scheme.css

Change colors in lines 109 and 209 from 000000 to 388E3C

/* alert success */
    --alertsuccessfore: #E6E6E6;
    --alertsuccessback: #388E3C;
    --alertsuccessborder: #36D93E;

and

/* success button */
    /* unselected */
    --sbtnfore: #388E3C; /* textcolor */
    --sbtnback: #388E3C; /* background */
    --sbtnborder: #388E3C; /* border */

In Shell, issue command

#  service flexcolor restart

Refresh Dashboard in browser
#5
To clarify, I am using a sub-domain and not seeing an issue but apparently if you use a root domain then there is a setting not yet implemented within the opnsense plugin that will cause an issue.
#6
I use Porkbun and ddclient and I'm not having any issues with it; working properly.

Do you already have an A record in your DNS Records for your domain within Porkbun?

In Opnsense, in the ddclient General Settings are you using the ddclient backend or the native?  Should be ddclient.

Check IP Method is Interface
Interface to monitor is WAN
Force SSL checked.

Hope this helps.
#7
If you go to the website IP6Only.me or IP4Only.me the following notice is posted:

!! NOTICE !!
Notice: The owner of ip4.me/ip6.me, Kevin Loch, passed away.
The Kevin M Loch Estate will be shutting down Kevin's websites in the near future (4/1/2025).
Inquiries for purchasing Kevin's domains may be sent to ipadmin@dulles-ix.net.

Click this link to continue to your ip4/ip6 address reporting Website

List of Websites impacted: ip4.me, ip4only.me
ip6addr.com, ip6addr.net, ip6addr.org
ip6.me, ip6only.me
ipv6addr.com, ipv6addr.net, ipv6addr.org
onlyip4.me, onlyip6.me
whatismyipv6address.com, whatismyipv6address.net, whatismyipv6address.org
whatismyv6.com, whatismyv6.net, whatismyv6.org

----------------

I've created a Github Issue in opnsense/plugins but for anyone using this 'Check IP Method' for Dynamic DNS ddclient, should consider an alternative.
#8
I saw some strangeness like that when enabling DCO for OpenVPN.  Not sure the correlation but thought it might shed some light.  I've since went back to TUN for reliability reasons.
#9
24.7, 24.10 Legacy Series / Re: How to install htop
January 31, 2025, 01:33:25 AM
pkg add https://pkg.freebsd.org/FreeBSD:14:amd64/quarterly/All/htop-3.4.0.pkg

Works for the time being.

**Edited to update most recent working link as of June 2025
#10
Patch resolves it, thank you @Franco
#11
I see this as well but it happened when upgrading from r_6 to r1 and r2 did not make it go away.
#12
You have your Port Forward rule like this?

WAN     TCP     *     *     WAN ADDRESS     54444     10.4.15.100     32400     PLEX Remote Access

And at the bottom of that Port Forward you added the 'associated filter rule'?

And in Plex you checked off Manually specify public port to 54444 and applied?


Do you have any blocks to European servers?  These 2 IPs are the Sources for the Plex Remote Access Check, both of them originate from Ireland as per the Plex Troubleshooting page; 54.170.120.91 and 46.51.207.89.

https://support.plex.tv/articles/200931138-troubleshooting-remote-access/?utm_campaign=Plex%20Apps&utm_medium=Plex%20Web&utm_source=Plex%20Apps

https://s3-eu-west-1.amazonaws.com/plex-sidekiq-servers-list/sidekiqIPs.txt

#13
Seems there has been some progress to ddclient finally, hoping this will make Release soon.

https://github.com/ddclient/ddclient/releases/tag/v4.0.0-rc.1
#14
Donated yesterday, another great year!!