Re: [PATCH] link fix for www/openiked/index.html

2019-11-25 Thread Anthony J. Bentley
Alex Naumov writes: > here is a small fix for www/openiked/index.html Committed, thanks.

Re: Router with WAN subnet - dedicated IP per Host

2019-11-25 Thread Zé Loff
On Mon, Nov 25, 2019 at 04:31:45PM +0100, Henry Jensen wrote: > Hi, > > my ISP provides me with a /29 subnet, including 5 usable public IPv4 > addresses. > > Until now my router uses only one of this public IPs (11.22.33.40), > with port forwarding of port 443 to an host in a DMZ(192.168.1.0/24)

Re: iked as roadwarrior and strongswan server

2019-11-25 Thread Johan Hattne
> On Nov 24, 2019, at 11:32, List wrote: > > Hi *, > > is there someone here who has got a setup running strongswan as server > and openbsd's iked as client ? In a Site-To-Site situation ? Yes.

For people having stability issues on amdgpu and/or gallium

2019-11-25 Thread Stefmorino
On all my machines utilizing AMDGPU, I've had issues with stability, lots of hang ups and freezes, correlating to video memory in some way (my low memory vega iGPU hangs far quicker and in many more scenarios than my dGPU in my desktop). After my inexperienced (but extensive) testing, I've

Re: Router with WAN subnet - dedicated IP per Host

2019-11-25 Thread Henry Jensen
Am 25. November 2019 20:06:36 MEZ schrieb Pedro Caetano : > >It looks like a usecase for binat. > >http://man.openbsd.org/pf.conf#binat-to Well, binat-to is a nice way to combine nat-to and rdr-to. But it doesn't solve the problem of "dedicated routing" I want to implement.

[PATCH] link fix for www/openiked/index.html

2019-11-25 Thread Alex Naumov
Hi, here is a small fix for www/openiked/index.html Cheers, Alex Index: index.html === RCS file: /cvs/www/openiked/index.html,v retrieving revision 1.2 diff -u -p -r1.2 index.html --- index.html 26 Oct 2019 15:45:49 - 1.2 +++

ikectl ignores ikeca.cnf

2019-11-25 Thread ASV
ikectl ignores /etc/ssl/openssl.cnf after researching a bit I've found that due to the usage of libressl this is an issue which can be traced back to 5.8 release (at least). This has obviously an impact while creating/managing certificates. Is there a fix/workaround for this? I'm using the latest

Re: Router with WAN subnet - dedicated IP per Host

2019-11-25 Thread Pedro Caetano
Hi, It looks like a usecase for binat. http://man.openbsd.org/pf.conf#binat-to BR, Pedro Caetano A segunda, 25/11/2019, 15:40, Henry Jensen escreveu: > Hi, > > my ISP provides me with a /29 subnet, including 5 usable public IPv4 > addresses. > > Until now my router uses only one of this

Router with WAN subnet - dedicated IP per Host

2019-11-25 Thread Henry Jensen
Hi, my ISP provides me with a /29 subnet, including 5 usable public IPv4 addresses. Until now my router uses only one of this public IPs (11.22.33.40), with port forwarding of port 443 to an host in a DMZ(192.168.1.0/24) like this: pass in on egress proto tcp from any to any port 443 rdr-to

Re: How to achieve O_TTY_INIT when opening a USB modem?

2019-11-25 Thread Jeffrey Walton
On Sun, Nov 24, 2019 at 10:10 PM Philip Guenther wrote: > > On Sun, Nov 24, 2019 at 3:11 AM Jeffrey Walton wrote: >> >> I am struggling to get a USB modem and terminal configured properly >> under OpenBSD. The same code on Linux is fine. The symptom I am seeing >> is a hung read() after issuing

Re: Problems with route installation to fib from OSPF

2019-11-25 Thread Joao Alves
Hi Remi, Ok, thank you for the follow up. Meanwhile we have prevented it to happen by announcing the 2 OSPF routes with different metrics from hosts. This way we never have multipath triggered, and therefore, no issue. But would be great if this could be fixed, as sometimes multipath is

Re: How to debug hanging machines / proc: table is full

2019-11-25 Thread Raimo Niskanen
I have upgraded the machines to 6.6 and the problem seems to be gone. The machines now have been up for 10 and 16 days, which is a record. Great! / Raimo Niskanen On Fri, Nov 01, 2019 at 11:50:18AM +0100, Andreas Kusalananda Kähäri wrote: > On Fri, Nov 01, 2019 at 11:38:06AM +0100, Raimo