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

#1
26.1 Series / Re: gray fields in new rules
Today at 12:58:00 PM
If you mean the grey (i) it's simply indicating the option does not have a help text.  ;)


Cheers,
Franco
#3
the migration or udpbroadcast or both? ;)
#4
Fair enough, the data given here makes sense so this should fix it:

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

I also added the legacy components as they don't auto-register. Sorry for the noise.


Cheers,
Franco
#5
Thanks, well hotfix this today so everyone can benefit from the treasure hunt. Thanks again!


Cheers,
Franco
#6
26.1 Series / Re: Old rules deprecation
Today at 12:31:32 PM
Can you add a ticket for this? There's two spots actually.

src/opnsense/mvc/app/views/OPNsense/Firewall/group.volt:                                return '<a href="/firewall_rules.php?if='+row.ifname+'">'+row.ifname+'</a>';
src/opnsense/mvc/app/views/OPNsense/Interface/overview.volt:                                    $a_fw = $anchor.clone().attr('href', '/firewall_rules.php?if=' + row.identifier);

Not sure what to do.  We can't make a single decision here and removing the links may be better.


Cheers,
Franco
#7
I assume you're still on 25.7.11? You can add "-i" to the command line to skip signature verification or at least update to 25.7.11_9 which ships the new signature.


Cheers,
Franco
#8
We've testing 1.0.11 now which fixes some auto-cleanups that were not cleaning up...

# opnsense-revert -z hostwatch
# service hostwatch restart


Cheers,
Franco
#10
If you reboot and re-enable Suricata it should be stable now IMO.
#11
If you don't need OpenVPN anymore consider clearing the model data using System: Configuration: Defaults: Components.  That would squelch the error.


Cheers,
Franco
#12
You can also try the latest test version as we already found the auto-vacuum doesn't always trigger:

# opnsense-revert -z hostwatch
# service hostwatch restart


Cheers,
Franco
#13
Thanks, this is for the interface settings:

# opnsense-patch https://github.com/opnsense/core/commit/7a11458ea
# pluginctl -m

It should render the settings now:

# pluginctl -g OPNsense.Interfaces.settings

About your OpenVPN I'm not sure.  It seems to be looking for a server that doesn't exist.  Creating one with an ID 1 might help fix this.


Cheers,
Franco
#14
To some degree this seems similar to https://forum.opnsense.org/index.php?topic=50520.0

Some people tested the old kernel and found it not to work either, which is a bit weird still.

We're chasing a bug that prevents interface settings from migrating causing at least 2 different distinctive errors. Not sure if there's a third and fourth one with this daemon and miniupnpd.

To be sure... can you run this from the console?

# pluginctl -m


Cheers,
Franco
#15
Sorry, I meant "Defaults", not "History".

"dhcpdv6." configuration key is specifically for ISC DHCPv6, nothing else.


Cheers,
Franco