Recent posts

#1
General Discussion / Re: Help with SSH and terminal...
Last post by lmoore - Today at 11:02:58 AM
Quote from: nero355 on July 12, 2026, 07:13:48 PMThere is no need to install it so you can try it

You can download standalone binaries from the PuTTY download site, it's listed under 'Alternative binary files': https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

The termcap for xterm does colour by default.

Looking at PowerShell, it is designed to work with xterm - https://learn.microsoft.com/en-au/powershell/module/microsoft.powershell.core/about/about_ansi_terminals?view=powershell-7.6

Once you are in a shell issue the command set  | grep ^term and it will list which termcap entry it's using term    xterm.
If 'term' is set to something other than xterm, set the shell variable by issuing the command set term=xterm this will also update the TERM environment variable. You can check it using env | grep ^TERM
TERM=xterm

[Edit] I'm using /bin/tcsh as my shell - running as a regular user. Launched opnsense-shell and selected option 8. It starts a C shell.

HTH.

#2
It helps.

For both browsers after opening and closing edit mode the widgets resize.

When using page reload, via <F5>, the larger widget size does still occasionally appear. Less so for Firefox.
#3
General Discussion / Re: Periodic NIC issues (?) wi...
Last post by fornax - Today at 10:21:46 AM
Quote from: meyergru on Today at 09:39:18 AMAs @Franco recommended, you should absolutely try "opnsense-update -zkr 26.1.11-igc_aspm", because that should fix the hangup condition.

Yep, as mentioned, that's what I'm on now.
#4
I think the following patch should help:

# opnsense-patch https://github.com/opnsense/core/commit/0e1e8cfa163bb27b01e33cc0d34fde2eac512e4e

Seems to have been an ordering issue in rendered content vs resize trigger.
#5
26.1, 26,4 Series / Re: Prefix Delegation - need t...
Last post by meyergru - Today at 10:08:39 AM
Yes, of course. That is because the delegated prefix (IA_PD) is not within the 'lan network'.

Delegating IPv6 prefixes is an "advanced" topic. The "default allow" rules for the first LAN are legacy convenience rules designed for the standard case only. Also, these rules exist ONLY for the first (V)LAN. You have to create suited rules for any additional (V)LAN by yourself - likewise when you create networks behind your LAN.
#6
On Firefox - Edit, add widget, save, reload. On Brave - Edit, remove widget, save, reload. Neither changed the behavior.

I have HDPI screens which are scaled. To rules this out I reverted both to 100%. Doing shows that the System Information widget is doing the same thing. Though it is resizing within a few seconds, or so.

The Disk widget eventually resized on both browsers after ~ 10 minutes.
#7
General Discussion / Re: Periodic NIC issues (?) wi...
Last post by meyergru - Today at 09:39:18 AM
As @Franco recommended, you should absolutely try "opnsense-update -zkr 26.1.11-igc_aspm", because that should fix the hangup condition.

BTW: This is the original bug report.
#8
General Discussion / Re: Periodic NIC issues (?) wi...
Last post by fornax - Today at 09:27:52 AM
Quote from: BrandyWine on Today at 03:24:42 AMIn post #30 you mention you installed a kernel, which kernel was that one? Between #30 and #31 you installed two kernels ??

From post #16 until this morning I was on the -iflib kernel mentioned in post #2 (post #30 quoted post #16). Prior to that I was on the stock kernel.
#9
26.1, 26,4 Series / Re: Strange issue with Firewal...
Last post by lmoore - Today at 08:50:57 AM
Quote from: bigops on Today at 07:20:08 AMBut the traffic is not logged against the firewall or does not seem to be present in any other interfaces since pcap on all of them turned out to be blank for 443 traffic

Check rules on other interfaces where the traffic from the 10.100.100.64/?? network comes in to OPNsense, then modify, or if missing, add applicable rules.

Have you read this document?

#10
26.1, 26,4 Series / Prefix Delegation - need to ch...
Last post by fengchen_opn - Today at 08:41:07 AM
Versions
OPNsense 26.1.11_6-amd64


According to the documentation at https://docs.opnsense.org/manual/kea.html#prefix-delegation-ia-pd, the PC can't access the internet.
I checked and found that I need to change the firewall rule 'Default allow LAN IPv6 to any'. Change the 'Source' from 'lan network' to 'any'