I threw it on Pastebin, probably easier to read https://pastebin.com/DjGTf8rv
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 MenuQuote from: abulafia on July 11, 2025, 09:46:03 PMI know of LibeQoS (Dave Täht's last project), but not much about how to employ it on a small non-ISP scale. Especially not in conjunction with OPNsense.It seems to just be another appliance that you would deploy between your OPNsense WAN port and your ISP equipment, as a transparent bridge
Care to elaborate?
Quote from: FraLem on February 02, 2025, 10:03:08 AMWireguard running as expected on our 25.1 deployment (just private Wireguard servers).
May I suggest to check firewall configuration on the Wireguard interface?
Hope this helps
Quote from: meyergru on February 02, 2025, 10:32:26 AMWireguard running fine, I get near line speed at 800 GBit/s via iperf3, just with one thread.This appears to have "solved" the issue. I picked a random server in Albania (which is their first country alphabetically, no other reason) and the performance came right back up to where it should be (around 0.4 seconds for the same HTTPS test I did above). So yeah, in this case looks like maybe some Cloudflare oddities that affected both NordVPN and ProtonVPN on their EU exit nodes.
And NordVPN runs at 1 GBit/s, so whatever the problem is, seems not to be Wireguard.
I have found that either peering or some kind of blocking at target sites sometimes bites me with Wireguard. Try changing the outlet server.
root@5087ef50935a:/# time curl https://ipv4.icanhazip.com
^C
real 2m52.575s
user 0m0.009s
sys 0m0.010s
root@5087ef50935a:/# time curl https://ipv4.icanhazip.com
87.120.102.196
real 0m0.229s
user 0m0.019s
sys 0m0.015s
root@5087ef50935a:/# time curl https://ipv4.icanhazip.com
^C
real 2m0.533s
user 0m0.005s
sys 0m0.016s
Quote from: FullyBorked on December 03, 2024, 04:02:03 PMThe documentation for `unbound.conf` just shows every available option - Unbound is one of the (sensible) apps which allows for options to be spread across multiple configuration files, for example some provided by a package manager (eligible for overwriting) and some manually (which should not be overwritten). Or separated out by purpose/feature.Quote from: gac on December 03, 2024, 03:59:08 PMQuote from: FullyBorked on December 03, 2024, 03:57:47 PMThey would be in /var/unbound/etc/dot.confQuote from: franco on December 03, 2024, 03:47:04 PM
Apparently it's a feature they coined to be for "Windows" and default to off?
tls-win-cert: yes
instead of tls-cert-bundle... can anyone confirm?
Thanks,
Franco
https://nlnetlabs.nl/documentation/unbound/unbound.conf/
I don't see either of these entries in my unbound.conf file. Should I check somewhere else?
Hmm, ok the link he quoted mentioned the unbound.conf. My dot.conf file other than a single forwarding zone is empty.
Quote from: FullyBorked on December 03, 2024, 03:57:47 PMThey would be in /var/unbound/etc/dot.confQuote from: franco on December 03, 2024, 03:47:04 PM
Apparently it's a feature they coined to be for "Windows" and default to off?
tls-win-cert: yes
instead of tls-cert-bundle... can anyone confirm?
Thanks,
Franco
https://nlnetlabs.nl/documentation/unbound/unbound.conf/
I don't see either of these entries in my unbound.conf file. Should I check somewhere else?