Re: IPv4 on ix(4) slow/nothing - 7.4

2023-10-18 Thread Mischa Peters
> On Oct 18, 2023, at 15:44, Hrvoje Popovski wrote: > > On 18.10.2023. 15:35, Mischa wrote: >> Hi All, >> >> Just upgraded a couple of machines to 7.4. smooth as always!! >> >> I am however seeing issues with IPv4, slowness or no throughput at all. >> The machines I have upgraded are using

Re: nsd 4.3.8

2021-10-20 Thread Mischa Peters
Hi Florian, Great stuff! Applied both patches and NSD has been running without crashing since 20:47 CEST. Oct 20 20:47:19 name2 nsd[62305]: nsd starting (NSD 4.3.8) Oct 20 20:47:19 name2 nsd[37128]: nsd started (NSD 4.3.8), pid 31864 Oct 20 20:47:30 name2 /bsd: carp24: state transition:

Re: [PATCH] staggered start of vms in vm.conf

2019-12-08 Thread Mischa Peters
> On 8 Dec 2019, at 11:08, Pratik Vyas wrote: > > Hi! > > This is an attempt to address 'thundering herd' problem when a lot of > vms are configured in vm.conf. A lot of vms booting in parallel can > overload the host and also mess up tsc calibration in openbsd guests as > it uses PIT

Re: relayd(8): transparent forward

2019-11-05 Thread Mischa Peters
> On 6 Nov 2019, at 08:25, Stuart Henderson wrote: > > On 2019/11/05 20:46, Mischa Peters wrote: >> When you are using transparent (Direct Server Return) you have to make sure >> you disable ARP on the servers you are load balancing. > > Transparent i

Re: relayd(8): transparent forward

2019-11-05 Thread Mischa Peters
What are you trying to do? When you are using transparent (Direct Server Return) you have to make sure you disable ARP on the servers you are load balancing. What happens with transparant is that the server gets the client IP as source, not the IP of relayd, and will respond directly to the

Re: vmd: static address for local interfaces, fix static tapX names

2019-10-25 Thread Mischa Peters
-- > On 25 Oct 2019, at 21:53, Mike Larkin wrote: > > On Fri, Oct 25, 2019 at 07:47:35PM +, Reyk Floeter wrote: >>> On Fri, Oct 25, 2019 at 12:27:25PM -0700, Mike Larkin wrote: >>> On Fri, Oct 25, 2019 at 06:15:59PM +, Reyk Floeter wrote: Hi, the attached diff is rather

Re: httpd: New log format to log X-Forwarded-{For|Port} headers

2019-05-03 Thread Mischa Peters
-- > On 3 May 2019, at 19:19, Theo Buehler wrote: > >> On Mon, Mar 04, 2019 at 02:06:02PM +0100, Bruno Flueckiger wrote: >> Hi, >> >> I've completely reworked my patch for httpd(8). The last patch broke the >> log format combined. And the config option was ugly. This time I've >> added

Re: httpd: New log format to log X-Forwarded-{For|Port} headers

2019-05-02 Thread Mischa Peters
> On 3 May 2019, at 04:59, Theo Buehler wrote: > >> On Fri, Mar 08, 2019 at 10:52:28AM +0100, Reyk Floeter wrote: >> Hi, >> >>> On Mon, Mar 04, 2019 at 02:06:02PM +0100, Bruno Flueckiger wrote: >>> I've completely reworked my patch for httpd(8). The last patch broke the >>> log format

Re: Conditional sysupgrade

2019-04-27 Thread Mischa Peters
On 27 Apr at 17:52, Florian Obser wrote: > On Sat, Apr 27, 2019 at 01:23:20PM +0100, Marco Bonetti wrote: > > Hello folks, > > > > First of all congratulations on a new OpenBSD release and thanks for > > introducing sysupgrade in -current. > > > > Before sysupgrade, I was using a custom script

Re: sbin/wsconsctl: show more data

2019-01-06 Thread Mischa Peters
I have to concur with Paul! Saw the new font yesterday and was pleasantly surprised. Very nice! Mischa -- > On 6 Jan 2019, at 15:51, Paul de Weerd wrote: > > Lots of negativity here, so I just wanted to chime in - really love > the new console font! Crisp and easily readable letters, big

Re: carp though bridge with vmd

2018-12-10 Thread Mischa Peters
Hi David, Yes there is. Currently the machine are directly connected to each other on em0, the VMs are able to reach each other. VM1 -> bridge1 -> em0 — em0 <- bridge1 <- VM2 Mischa -- > On 10 Dec 2018, at 03:00, David Gwynne wrote: > > Is there a shared ethernet network between the

Re: [PATCH] httpd: Write X-Forwarded-For to access.log

2018-11-11 Thread Mischa Peters
> On 11 Nov 2018, at 18:43, Claudio Jeker wrote: > >> On Sun, Nov 11, 2018 at 06:32:53PM +0100, Bruno Flueckiger wrote: >>> On 11.11.18 15:29, Florian Obser wrote: On Sun, Nov 11, 2018 at 01:46:06PM +0100, Sebastian Benoit wrote: Bruno Flueckiger(inform...@gmx.net) on 2018.11.11

Re: Reuse VM ids.

2018-10-07 Thread Mischa Peters
No idea if the code works yet. Hopefully I can try later. But love the idea. Mischa > On 8 Oct 2018, at 04:31, Ori Bernstein wrote: > > Keep a list of known vms, and reuse the VM IDs. This means that when using > '-L', the IP addresses of the VMs are stable. > > diff --git

Re: [diff] httpd.conf.5 - consistent IPs, added examples

2018-06-22 Thread Mischa Peters
> On 22 Jun 2018, at 22:20, Sebastian Benoit wrote: > > Jason McIntyre(j...@kerhand.co.uk) on 2018.06.22 19:38:55 +0100: >>> On Fri, Jun 22, 2018 at 12:08:07AM +0200, Mischa wrote: >>> Hi tech@, >>> >>> Changed httpd.conf.5 to be more consistent with IPs used, all documentation >>> IPs now.

Re: [patch] Skip background scan if bssid is set

2018-04-29 Thread Mischa Peters
> On 29 Apr 2018, at 11:43, Stuart Henderson wrote: > >> On 2018/04/29 10:17, Stefan Sperling wrote: >>> On Sun, Apr 29, 2018 at 03:39:07AM +0200, Jesper Wallin wrote: >>> Hi all, >>> >>> I recently learned that my AP behaves badly and I have packet loss when >>> the

Re: restrict carp use to ethernet interfaces

2018-01-10 Thread Mischa Peters
> On 11 Jan 2018, at 08:25, Matthieu Herrb wrote: > >> On Thu, Jan 11, 2018 at 10:29:17AM +1000, David Gwynne wrote: >> carp interfaces output using ether_output, so it is reasonable to >> require that they only get configured on top of ethernet interfaces >> rather than just