Quote from: TheDJ on October 21, 2024, 05:34:31 PM
Today I DOWNgraded it to a 6.XX firmware that I still had - 'poof' - all issues seem to be gone. I will continue to
Fingers crossed ;-)
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: TheDJ on October 21, 2024, 05:34:31 PM
Today I DOWNgraded it to a 6.XX firmware that I still had - 'poof' - all issues seem to be gone. I will continue to
Quote from: axlemoxle on September 13, 2024, 08:09:05 AMNe... er sagt auch nur das er einen Tunnelendpunkt für die von dir vorgegebene Config laufen hat. ;-) Aber ja, falls die DNS-Auflösung nicht klappt, würde er den Tunnelendpunkt auch nicht aufmachen.
Der Client sagt immer aktiviert, aber selbst wenn ich beim Host www.google.de reinschreibe. Ich habe den Eindruck, sobald der DNS aufgelöst werden kann sagt er Verbindung aufgebaut. Im Log stehn dann natürlich Fehler.
Quote from: axlemoxle on September 13, 2024, 08:09:05 AMim Allgemeinen: "IT"
Was ist das denn für ein Quatsch ?
Quote from: tiermutter on September 12, 2024, 12:58:57 PM
WG behauptet immer, dass die Verbindung steht, selbst wenn es unmöglich ist, und richtet auch das Routing entsprechend ein, auch wenn es ins Nirvana geht...
ip route add 192.168.0.0/16 dev wg0
auf das wg-interface nur genau das richtige Zielnetz in den Tunnel zu packen.Quote from: TheDJ on September 12, 2024, 08:11:25 PM
Is there anything else that could be done? I am very open to suggestions.
Quote from: Greg_E on September 12, 2024, 07:16:06 PMThe configs are located on the partition under top-level directory /conf/, the file is named config.xml:
If you didn't back up the configuration, prepare a Linux boot disk and wait for help. You'll need to boot the rescue disk, find the config file, and copy it out to a drive. Then you can do the steps in the first paragraph. That file is in there somewhere, I'm not sure where though.
[user]@OPNsense:~ $ file /conf/config.xml
/conf/config.xml: XML 1.0 document, ASCII text, with very long lines (1101)
Quote from: meyergru on September 08, 2024, 10:47:18 PMQuote from: rkube on September 08, 2024, 07:49:31 PMYet you show results from a iperf3 test run against an internet IP?
The MTU I have set is (unfortunately) not the problem, as I am only testing between two local VLANs (MTU==1500) that are routed/filtered via opnsense. I could try jumbo frames, maybe it can get even worse ;-)
Quote from: meyergru on September 08, 2024, 10:47:18 PMI think of LAGGs and VLANs as very basic FW/Router interface types. Beside of pppoe I have not more in the mix. So... no netmap or suricata here.
So there are alo VLANs and LAGGs in the mix? Maybe netmap and suricata as well? ???
Quote from: TheDJ on September 10, 2024, 07:02:06 PMI was a little bit disappointed at that moment.
Thanks, good to know.
Quote from: TheDJ on September 10, 2024, 07:02:06 PMI'm going to take a step back and look at the whole thing with some distance to the maybe blinding "FreeBSD 14 / IPv6 issue".
Maybe it's a different (but somehow related) issue that did not surface in the same way until now.
Quote from: TheDJ on September 10, 2024, 07:02:06 PMUnfortunately, yes.
Do you also see the performance degredation/FW hits?
Quote from: meyergru on September 09, 2024, 10:40:53 AM
With the normal 24.7.3 kernel, I can confirm the "pf: ICMP error message too short (ip6)" messages - which go away with the no-sa kernel.
I can also confirm the "pf: loose state match" notices with both kernels.
Quote from: meyergru on September 08, 2024, 06:30:38 PMMany thanks for the answer.
You could try with "-u" to see if UDP is faster. If it is, I would guess that your MTU is misconfigured. Can you try this to find your real maximum MTU?
Probably, setting "-M 1400" would show if this is the problem.
Quote from: TheDJ on September 06, 2024, 11:02:15 PMUnfortunately, I could not confirm my suspicion of IGMP proxy. Would have been too nice (easy). ;)
I don't run the IGMP Proxy service (actually not even using IGMP at all in my network).
So, I would assume that this is not related.
Quote from: TheDJ on September 06, 2024, 11:02:15 PMIt seems to me that TCP connections can be drastically slower than UDP connections on the same route.
As currently the other thread is more active I posted my assumption based on the current testing there just a few moments ago.
But I am very open to switch to this one, if we feel like the "ICMP error message too short (ip6)" logs can be targeted with the full-revert kernel (and are therefore manageble), while the state losses don't seem to be affected by the -no_sa kernel.
❯ iperf3 -c 198.18.50.136 -t 3 --bidir
Connecting to host 198.18.50.136, port 5201
[ 5] local 198.18.178.160 port 42184 connected to 198.18.50.136 port 5201
[ 7] local 198.18.178.160 port 42188 connected to 198.18.50.136 port 5201
[ ID][Role] Interval Transfer Bitrate Retr Cwnd
[ 5][TX-C] 0.00-1.00 sec 201 KBytes [color=red]1.64 Mbits/sec 2 [/color] 1.41 KBytes
[ 7][RX-C] 0.00-1.00 sec 111 MBytes 931 Mbits/sec
[ 5][TX-C] 1.00-2.00 sec 0.00 Bytes [color=red]0.00 bits/sec 1 [/color] 1.41 KBytes
[ 7][RX-C] 1.00-2.00 sec 111 MBytes 932 Mbits/sec
[ 5][TX-C] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes
[ 7][RX-C] 2.00-3.00 sec 111 MBytes 932 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
opnsense-update -zkr 24.7.3-no_sa
fixes the problem.Quote from: meyergru on September 06, 2024, 10:13:04 AM
You can easily check if the SA is the culprit by trying the kernel with the SA completely removed viaopnsense-update -zkr 24.7.3-no_sa
and reboot, see this.