[Bug 287653] if_ovpn can't be pre-configured with ifconfig; can't be assigned to fib

2025-06-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287653 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv

[Bug 287229] IP reassembly issue in FreeBSD 14.1

2025-06-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287229 --- Comment #21 from Michael Tuexen --- (In reply to Michael Tuexen from comment #20) Answering myself: I guess we want to limit * the length of the queue based on the CPU capabilities * the total number of entries based on the available me

[Bug 287229] IP reassembly issue in FreeBSD 14.1

2025-06-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287229 --- Comment #20 from Michael Tuexen --- (In reply to Olivier Cochard from comment #17) We could make the minimum bucket queue limit larger than 1. We want to limit the queue size to 100. This is a critical limit. By why not use that limit a

[Bug 287229] IP reassembly issue in FreeBSD 14.1

2025-06-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287229 --- Comment #19 from Michael Tuexen --- (In reply to Olivier Cochard from comment #17) We could make the minimum bucket queue limit larger than 1. We want to limit the queue size to 100. This is a critical limit. By why not use that limit a

[Bug 287229] IP reassembly issue in FreeBSD 14.1

2025-06-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287229 --- Comment #18 from Michael Tuexen --- (In reply to Lucas Aubard from comment #15) The maxfragbucketsize is computed (in your cases) as follows: * We start with the kernel memory size, which you can observe via the sysctl variable vm.kme

[Bug 287229] IP reassembly issue in FreeBSD 14.1

2025-06-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287229 --- Comment #17 from Olivier Cochard --- (In reply to Lucas Aubard from comment #15) Using multiple VMs on a lab, then having to reduce the amount of available RAM to a level not commonly found in today's real hardware is indeed a common p

[Bug 287229] IP reassembly issue in FreeBSD 14.1

2025-06-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287229 --- Comment #16 from Michael Tuexen --- (In reply to Rodney W. Grimes from comment #14) What limits do you suggest? The total number of entries (IP_MAXFRAGS) is limited to nmbclusters / 32, which is 400 in this case, since nmbclusters is 1

[Bug 287229] IP reassembly issue in FreeBSD 14.1

2025-06-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287229 --- Comment #15 from Lucas Aubard --- Sorry for the late reply; I was running more tests based on the information you provided. @Timo Thanks for the FreeBSD operating description when processing fragments. I confirm that by commenting v

Re: dhcpcd(8) into FreeBSD base

2025-06-19 Thread Karl Denninger
On 6/19/2025 04:21, Ronald Klop wrote: Hi, I don't know the details about your setup, but I tried dhcpcd in my network last few months and I encountered that it: - runs fine in a 14.X jail on a 14.X machine (RPI3B) for both IP4 and IP6 👍 - it does not work well on a 14.X jail on a 15.x mac

Re: dhcpcd(8) into FreeBSD base

2025-06-19 Thread Ronald Klop
Hi, I don't know the details about your setup, but I tried dhcpcd in my network last few months and I encountered that it: - runs fine in a 14.X jail on a 14.X machine (RPI3B) for both IP4 and IP6 👍 - it does not work well on a 14.X jail on a 15.x machines. (RPI4) The symptoms look a lot like