Re: PPPoE passthrough with "GigaHub" is very slow

2024-11-26 Thread Stuart Henderson
On 2024-11-25, Brodey Dover wrote: > Just to confirm: > The 750mbps download/1800mbps upload makes sense? There must be more > processing in the network stack on the download side, right? unsure - I think most people with pppoe are on quite heavily asymmetric lines, I don't recall reports from p

Re: Preventing a package upgrade when doing pkg_add -u

2024-11-26 Thread Stuart Henderson
On 2024-11-25, Mark wrote: > Hello, under OpenBSD 7.6, I have Nextcloud installed. > > I installed the Nextcloud package via pkg_add, and then I upgraded it > on its Web admin interface up to 30.0.2. for future reference, if you install something from packages, use package tools to update it. >

Re: PPPoE passthrough with "GigaHub" is very slow

2024-11-26 Thread Brodey Dover
So my modem is too buggy to do any DMZ work, thank you ISP. But the modem does pull 2375/2375. That’s down/up, which is why I was thinking there was a serious bottleneck on the OBSD side. Thank you! Brodey Sent from my iPhone > On Nov 26, 2024, at 14:01, Stuart Henderson wrote: > > On 2024-

Re: NIC

2024-11-26 Thread patric conant
to a high degree of accuracy, all the nics you're wondering about are supported out of the box, and you shouldn't be blocked on nic selection. On Thu, Nov 21, 2024 at 12:32 AM Bodie wrote: > > > On 20.11.2024 14:15, bsdbsdbsd1 wrote: > > Hi. How do I find OpenBSD compatible NIC's? > > THANKS. >

Re: PPPoE passthrough with "GigaHub" is very slow

2024-11-26 Thread Christer Solskogen
On Tue, Nov 26, 2024 at 10:59 PM Brodey Dover wrote: > > So my modem is too buggy to do any DMZ work, thank you ISP. > > But the modem does pull 2375/2375. That’s down/up, which is why I was > thinking there was a serious bottleneck on the OBSD side. > It's at least 20 years since I used PPPoE,

Re: WordPress pretty permalinks with httpd

2024-11-26 Thread Paul Pace
On 2024-11-25 11:09, Marcus MERIGHI wrote: location match "/(wp%-json/.*)$" { request rewrite "/index.php/%1" fastcgi socket "/run/php-fpm.sock" pass } Thank you for this one, especially. It fixes the REST API issue. Unfortunately,

Re: Assign domain name to client vm

2024-11-26 Thread prx
* Mike Larkin le [25-11-2024 08:44:05 -0800]: > On Mon, Nov 25, 2024 at 11:37:33AM +0100, prx wrote: > > Hi, > > I can't figure out how to assign a domain name to a client vm. > > What I need to do is to redirect traffic on the appropriate vm according to > > the domain name. > > > > i.e. > > > >

Re: Assign domain name to client vm

2024-11-26 Thread Zé Loff
On Tue, Nov 26, 2024 at 08:13:49AM +0100, prx wrote: > * Mike Larkin le [25-11-2024 08:44:05 -0800]: > > On Mon, Nov 25, 2024 at 11:37:33AM +0100, prx wrote: > > > Hi, > > > I can't figure out how to assign a domain name to a client vm. > > > What I need to do is to redirect traffic on the appropr

Re: Assign domain name to client vm

2024-11-26 Thread Kirill A . Korinsky
On Tue, 26 Nov 2024 08:13:49 +0100, prx wrote: > > I'm looking for something generic : redirect all request for a domain into a > VM. SSH, SMTP, HTTP, whatever. > My ISP give me only one IP, so I guess I'm stuck here. > Not necessary. For example, Haproxy has ssl_fc_sni which can be used to ro