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

#1
26.7 Series / Re: hyper-v deployment
July 17, 2026, 11:29:49 AM
Thanks.
Upgrade on Hyper-V is ok and even when tried to replicate commands to trigger panic, it is so far ok.
Host Intel based CPU.
#2
26.7 Series / Re: Broken GUI after Upgrading
July 17, 2026, 10:34:05 AM
I saw on github, that fix is only in lighttpd, but this influence haproxy too from github discussions. will be global tunable switch (kern.ipc.tls.enable) included or not?
#3
26.7 Series / hyper-v deployment
July 17, 2026, 10:26:39 AM
Hi,

thanks for next great release.
Notes mention - Hyper-V guests may be producing panics on certain hosts with more than one virtual processor assigned.  Make sure to snapshot beforehand and stay on 26.1.x until the situation is clear.

Is there any thread (here, github, freebsd) where to track this situation/investigation?

Thanks
#4
works for me in 26.1, service running and devices are discovered
#5
I already had problem by not updating bootloader (running opnsense for long time and multiple upgrades and freebsd version increases)
There is whole discussion
https://forum.opnsense.org/index.php?topic=48145.msg242901#msg242901
#6
I would suggest to be more investigating and less criticizing. I have several of N300 (stronger version of N100) and for whole time only one issue with platform (not updating EFI bootloader) got me to unusable state. Every update smooth like hell. But if you want to raise problem and get feedback what to perform to solve issue phrases like "PLEASE FOR THE LOVE OF GOD!!!" wont help at all. Post screen, logs, console output etc. to get to the point and to get solution. If your box is sensitive to software issues, follow best practice of having 2 (they are cheap like hell) and setup either flow TEST and PROD, or HA to prevent your internet to be disconnected.
#9
I dont know what is best practice and if it is really bug or feature.

Searching internet there are recommendations: "You typically assign ULA or GUA addresses to each end of the WireGuard tunnel Example: fd00:1::1/64 on the server, fd00:1::2/64 on client. You then route specific IPv6 networks over the tunnel via AllowedIPs."

I will probably go that way, because it is clearly more readable for admin and system, that interface is ipv6 capable.
#10
I confirm the source of the problem:

If the WireGuard tunnel has an IPv6 address set (i.e., in the "Tunnel Address" field), the interface is correctly initialized:

  • An IPv6 address is assigned.
  • The IFDISABLED flag is not set.
  • Result: IPv6 communication (e.g., roadwarrior setups) works as expected.

However, if the tunnel itself is IPv4-only, and only the peer's AllowedIPs contain IPv6 networks (e.g., fd00::/64), the interface:

  • Does not get an IPv6 address.
  • Has the IFDISABLED flag set.
  • Result: Incoming IPv6 traffic (which arrives correctly via the tunnel) is silently dropped at the interface level.

This breaks site-to-site or multi-peer IPv6 routing where the tunnel itself doesn't need an IPv6 address but is expected to forward IPv6 to/from peers.

Workaround:

Assigning a dummy ULA IPv6 address to the tunnel interface (e.g., fd00:1234::1/128) clears the IFDISABLED flag and restores IPv6 routing functionality.

While this workaround is effective, it is not ideal, as it requires manual and potentially error-prone configuration outside the intended scope of the peer-level AllowedIPs.

Expected Behavior:

If any IPv6 network is present in the AllowedIPs of a peer, OPNsense should:

Automatically enable IPv6 on the WireGuard interface.

Either assign a link-local or dummy address, or at minimum, clear the IFDISABLED flag.
#11
Im experiencing same problem. Routing IPV6 via Wireguard is not working. To connect to WG is ok and can ping both sides. But to access networks behind those WG peers i doesnt work.
No config change from 25.1.x
During packet capture packets are visible, but even "live logging" in GUI doesnt show them.

Only iPV6 problem, IPV4 is ok including routing
#13
General Discussion / Re: mDNS Forwarding for IPv6
July 26, 2025, 11:10:35 AM
There is already project build from scratch to support IPv6.
https://forum.opnsense.org/index.php?topic=48150.0
#14
This binary can be run multiple times to create what you want to achieve.
Until proper plugin, you have to run manual.
https://forum.opnsense.org/index.php?topic=48150.0
#15
Hi,

I just find mdns-reflector.
It is drop in replacement for unsupported mdns-repeater.

I have just compiled binary and replaced, reboot and it works with current plugin config!
Key advantage is IPv6 support. Without IPv6 I cant get to work Matter protocol which requires mDNS and IPv6.
With this it works like charm.

Is it possible to replace unsupported binary in OPNsense or clone plugin with new binary?

Thanks