Re: PPPoE passthrough with "GigaHub" is very slow

2024-11-24 Thread Aaron Mason
Try a different NIC rather than what appears to be an onboard Realtek NIC. Realteks are pretty craptacular - it's my understanding that they basically offload everything to the OS which means it raises an interrupt whenever a butterfly sneezes, hence the high CPU usage under load. On Mon, Nov 25,

Re: PPPoE passthrough with "GigaHub" is very slow

2024-11-24 Thread Brodey Dover
I’m using an Intel X550-T2 card, very expensive. The Realtek is unused. Brodey Sent from my iPhone > On Nov 24, 2024, at 23:51, Aaron Mason wrote: > > Try a different NIC rather than what appears to be an onboard Realtek > NIC. Realteks are pretty craptacular - it's my understanding that th

Re: VPN killswitch

2024-11-24 Thread Kirill A . Korinsky
On Sun, 24 Nov 2024 18:55:12 +0100, bsdbsdbsd1 wrote: > > OpenBSD needs an easily implementable killswitch for VPNs. > Do you mean something like that Solène did here? https://dataswamp.org/~solene/2021-10-09-openbsd-wireguard-exit.html -- wbr, Kirill

Re: VPN killswitch

2024-11-24 Thread Polarian
Hello, You could do this via PF, block all traffic (in and out) on any other traffic than the vpn interface. Then allow traffic out on the physical interface ONLY to the IP(s)/port(s) of the VPN. This is what I do currently for always on VPN, I am sure there is a better way, but it works. Take

Re: PPPoE passthrough with "GigaHub" is very slow

2024-11-24 Thread Brodey Dover
It's a fairly hefty system for a router. After updates speeds are up to 750down/1200up. When testing the download speed, all cores are stuck ~33%. When testing the upload speed, one core rockets to 100% and the others are around 20%. Thank you, Brodey On Sun, 24 Nov 2024 at 15:25, Stuart Henders

PPPoE passthrough with "GigaHub" is very slow

2024-11-24 Thread Brodey Dover
Hello all! I have an OpenBSD 7.2 router that I have PPPoE passthrough configured to my ISP's Fibre modem on its 10G switch. I have a Moker 2.5G switch that is connected to that and my router has an Intel X550-T2 NIC. Everything negotiates just fine. I was using ADMZ previously but there is a techn

Re: PPPoE passthrough with "GigaHub" is very slow

2024-11-24 Thread Stuart Henderson
On 2024-11-24, Brodey Dover wrote: > --b205f70627ac962e > Content-Type: text/plain; charset="UTF-8" > > Hello all! > > I have an OpenBSD 7.2 router that I have PPPoE passthrough configured to my > ISP's Fibre modem on its 10G switch. I have a Moker 2.5G switch that is > connected to th

Re: firefox crashing

2024-11-24 Thread Stuart Henderson
On 2024-11-23, Jon Fineman wrote: > This is what my class has at the moment: > >:path=/usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin /usr/local/bin > /usr/local/sbin:\ >:umask=022:\ >:datasize-max=infinity:\ >:datasize-cur=infinity:\ >:datasize=infinity:\ >:maxproc-max=1024:\ >:maxproc-cur=512:\ >:

Re: firefox crashing

2024-11-24 Thread Jon Fineman
On Sun, Nov 24, 2024 at 11:11:34AM +, Stuart Henderson wrote: On 2024-11-23, Jon Fineman wrote: This is what my class has at the moment: :path=/usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin /usr/local/bin /usr/local/sbin:\ :umask=022:\ :datasize-max=infinity:\ :datasize-cur=infinity:\ :datas

Re: firefox crashing

2024-11-24 Thread Zé Loff
On Sun, Nov 24, 2024 at 07:43:31AM +0100, Otto Moerbeek wrote: > On Sat, Nov 23, 2024 at 04:15:51PM -0500, Jon Fineman wrote: > > > > > On Sat, Nov 23, 2024 at 09:21:09PM +0100, Otto Moerbeek wrote: > > > On Sat, Nov 23, 2024 at 01:40:31PM -0500, Jon Fineman wrote: > > > > > > > I have been expe

Re: httpd: `fastcgi param` is broken

2024-11-24 Thread Omar Polo
Hello, On 21/11/24 01:41, Benjamin Stürz wrote: > Hi, > > Is it intended behavior, that `fastcgi param` > doesn't overwrite variables? I'm not a fastcgi lawyer, but I think it's wrong. > [...] > > When I open in a web browser, I get this: > SERVER_SOFTWARE=OpenBSD httpd > SERVER_PROTOCOL=HTTP/

VPN killswitch

2024-11-24 Thread bsdbsdbsd1
OpenBSD needs an easily implementable killswitch for VPNs. Best regards John Scofield

Re: PPPoE passthrough with "GigaHub" is very slow

2024-11-24 Thread Stuart Henderson
On 2024/11/24 15:52, Brodey Dover wrote: > It's a fairly hefty system for a router. It's got a decent amount of RAM (though you won't be using much of that in a router), but CPU isn't particularly fast (1300MHz). > After updates speeds are up to 750down/1200up. When testing the download > speed,