log_level = "info"
# Roon for road warriors: the server on the LAN, the phones behind WireGuard.
# wg0 has no broadcast domain, so the server's discovery (multicast and
# broadcast on 9003) goes to each listed peer as a unicast copy instead.
[reflectors.roon-remote]
source_if = "igc0" # the LAN interface, as ifconfig names it
target_if = "wg0" # the WireGuard interface
target_peers = ["10.10.10.2"] # every road-warrior address that should see the server; add more as needed
udp_ports = [9003]
udp_groups = ["239.255.90.90"]
udp_broadcast = true
bidirectional = true
Quote from: Maurice on March 29, 2026, 04:26:25 AMYes, I have one and it does indeed run OPNsense. Hardware offloading is supported and really sets it apart from anything I've seen before. And yes, it can offload connections which are firewalled by pf. Pretty impressive.
I recommend watching Tomaž's latest video on YouTube.
Cheers
Maurice
Full disclosure: I've been contracted by Mono to maintain their OPNsense update server.
Quote from: seamus on September 12, 2026, 09:49:24 AM4. [QUESTION] Do you know what the last version number was for OPNsense that had the ISC DHCP as the default configuration?
Quote from: seamus on September 12, 2026, 09:49:24 AM3. [QUESTION] Would the installation instructions I used for ver. 26.7 also work with older versions?
Quote from: seamus on September 12, 2026, 09:49:24 AM2. [COMMENT] After posting my question, I found a clear set of installation instructions for OPNsense. I successfully installed ver 26.7 on the "Backup" host machine.
Quote from: seamus on September 12, 2026, 09:49:24 AM1. [QUESTION] I've only got a single network, and it's a fairly small one; ... Would this setup be what you characterized as an "isolated network"?? If there's a simpler/better method, please let me know.
Quote from: nero355 on Today at 12:33:40 AMHow about a nice smartctl -a /dev/<whatever> output ? :)
And maybe run memtest86+ from your favorite Linux Live ISO Boot Image on a USB Stick for at least 24 hours ?
Quote from: Patrick M. Hausen on Today at 12:08:11 AMThat's also not quite correct. Primary/secondary is an attribute assigned to authoritative DNS servers. The primary for a zone is where the zone is maintained by whatever method. The secondary pulls zone updates from the primary.That's a whole different story ofcourse :)
QuoteIt is true that at least in standard implementations up until now there is no order of precedence at the client side. The resolver library (the piece of software doing the lookups) uses all configured servers in round-robin fashion.And I fully agree with you ;)
That's why you do not necessarily need CARP but you need consistency of all your configured recursive servers.
E.g. 2 Active Directory domain controllers will always return the same data for your internal domain. That's a perfectly fine setup.
But one internal DC and 1.1.1.1 is nonsense because the latter has no knowledge of your internal domain.
And they will both be used.
There is no fallback concept in DNS clients.
Quote from: computer_freak_8 on Today at 12:21:52 AMNot sure what other hardware information is relevant without being able to see/have more detailed logs or something specific to troubleshoot/change.How about a nice smartctl -a /dev/<whatever> output ? :)
Quote from: BigFreddy on September 12, 2026, 12:30:32 PMThe major new feature in version 26.7 is the new firewall rules and I'm still used to the old way how firewall rules were working.IMHO just the webGUI is different and everything works pretty much the same way, but with added information/clarity compared to the old webGUI :)
Quote from: cookiemonster on September 12, 2026, 11:31:00 PMperhaps signs of a hardware problem. Perhaps you could tell what hardware is involved.It's a generic mini-PC; if there's a spot to a hardware report or something that would be useful, I can post that, but I didn't find anything while poking through the webUI menus. It would be great if there were better logs in OPNsense to help troubleshoot the issues.
Quote from: nero355 on September 12, 2026, 07:37:14 PMThat's how DNS works for everyone and the whole Primary/Secondary DNS Server thing is basically a big fat lie : DNS does not work that way! ;)