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

#1
Zenarmor is not yet ready for 26.7, read official statement here https://forum.opnsense.org/index.php?topic=52376.0, and more about in the Zenarmor category.

#2
Are you sure the OPNsense forum is the ideal place to ask that question? I for one have never setup Wireguard using NetworkManager, only using wg-quick.

Best to ask in either the forum of the Linux distribution you are using or NetworkManager forum.
#3
Quote from: AlexOd on July 14, 2026, 07:55:52 PMNow I have to find why my Asus router dont get enternet from port 3, whereas PC getting enternet thru port 2.
Is the Asus AP on port 3 on it's own network or on the same LAN the PC? If on the same LAN as the PC, did you createa bridge in OPNsense?
#4
Quote from: teddybearnemo on July 14, 2026, 04:34:18 PMProtocol tcp
Port range : 80 to 443
You set that for the destination port range, not the source. But as @viragomann writes, better to create an alias and use that. Or allow all access to destination 'This Firewall', not sure you want to be restricted in an case of emergency.
#5
Did any interfaces change between the backup and when you restored it? Did you reboot after the restore?
#6
Quote from: Maurice on July 13, 2026, 05:20:21 PMThanks for trying to help, seriously!
But in this case, I fear it's pointless.
Ok, noted :)
#7
Quote from: rusli on July 13, 2026, 01:06:22 PMcan you give me the exact link to the fetch -o .... for the 25.7.....
To get the fingerprint, does the Github link he posted not help you? There yout get the exact URL to the file. Or the help text on https://opnsense-update.walker.earth and adapt it for 25.7 with the file name visible in the GH link? Like this:

# fetch -o /usr/local/etc/pkg/fingerprints/OPNsense/trusted https://github.com/maurice-w/opnsense-core/blob/stable/25.7/src/etc/pkg/fingerprints/OPNsense/trusted/opnsense-update.walker.earth.20250717
#8
Quote from: ciaduck on July 12, 2026, 05:32:16 PMThe rest is simply using vi. For example pressing "i" for "insert" mode and making my changes.
Oh, I see, I misunderstood. I thought you are talking about vi mode of the shell, like with bash you can set vi mode and that let you work with the command line and history with vi keys.

Not sure about Ctrl^A, you press them all together? What is it supposed to do; in control mode jump to the beginning of the line (to the left) and change to insert mode?
#9
How are you getting a vi mode? The shell used on OPNsense is not bash or ksh or sh, at least it doesn't understand 'set -o vi'.
#10
Just to confirm, that lo0 has netmask of 0x0 on my RC2, too. A fresh installed VM with FreeBSD 15.1 doas have the regular netmask of 0xff000000. It's already fixed, thanks @franco
#11
26.7 Series / Re: OPNsense 26.7-BETA images
June 29, 2026, 11:36:26 AM
Quote from: newsense on June 29, 2026, 11:25:10 AMWell that's the kicker: not everyone will have migrated to the new rules before upgrading to 26.7 and not everyone will have Automatic in SNAT.

You are right, yes. But as long as I can't show steps on how to reproduce it, the devs won't be able to fix it.

I did read through your post but I didn't take the time to build a system with a WG tunnel. In your case it could be NAT or something else.
What outgoing NAT rules did you create? For what you wrote it seems that all necessary rules should have been automatic rule, no?
#12
26.7 Series / Re: OPNsense 26.7-BETA images
June 29, 2026, 11:21:07 AM
Quote from: Monviech (Cedrik) on June 29, 2026, 10:56:51 AMhe SNAT automatic issue should be fixed via

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

Works like a charm now, excellent and thank you.
#13
saw the kernel starts booting but stuck after 2 seconds...
Can you provide more details on the machine OPNsense is running on, BIOS or UEFI, from what version did you upgrade and show the screen content from console menu to where it got stuck (either text or screenshot)?

If it works with an older kernel, maybe a device hint is needed to disable support for a device now.
#14
26.7 Series / Re: OPNsense 26.7-BETA images
June 29, 2026, 10:51:07 AM
Quote from: franco on June 28, 2026, 08:37:21 PM@patient0 sorry, I failed to count properly and this should fix it on top:

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

I was _not_ able to reproduce it on a clean 26.7.b_110 where I imported the NAT rules only.

Thank you @franco, with this patch on top of the previous one, export was possible. Now I do get the following PHP error everytime I visit 'Firewall: NAT: Outbound' if there is at least one rule and mode set to Manual or Hybrid (Outbound is not visible of course in Automatic mode).

[29-Jun-2026 10:35:45 Europe/Berlin] PHP Warning: Undefined array key "network" in /usr/local/www/firewall_nat_out.php on line 471|
But as mentioned, I was not able to isolate the issue on a clean installation, don't spend anymore time on it. If I can reproduce it on a clean installation, I'll be back.
#15
26.7 Series / Re: OPNsense 26.7-BETA images
June 28, 2026, 12:10:28 PM
Quote from: Monviech (Cedrik) on June 28, 2026, 12:09:04 PMCan you open a ticket on github with this issue?
Yes, I'll do that later this evening.