pf question: IPv6 prefix changed, how to tell pf?

2021-07-22 Thread Harald Dunkel
Hi folks, Deutsche Telekom gives me a new /56 prefix for my internal net and a new /64 prefix for the external connection on every reboot of my modem. The old internal prefix is not routed anymore. Question is, how can I tell pf to use the new prefix? There are a few constants in my pf.conf file

Re: UART / serial device on Raspberry Pi

2021-07-22 Thread Sven Seeberg
On 22.07.21 13:31, Otto Moerbeek wrote: > On Thu, Jul 22, 2021 at 01:23:15PM +0200, Sven Seeberg wrote: >> [...] >> >> Has someone successfully used the serial device? Any hints? > > /dev/cuaU0 is for USB connected serial devices. From the demsg, you > should be able to figure out you are suppose

Re: Performance tuning PF.

2021-07-22 Thread Sebastian Benoit
Christopher Sean Hilton(ch...@vindaloo.com) on 2021.07.21 14:20:58 -0400: > I have a packet filtering bridge running on PF and OpenBSD 6.8. My > hardware is a SuperMicro Atom D525 service with dual Intel Gigabit > Nics. I've added a second dual Intel card in a PCIe slot. I have used this hardware

Re: link aggregation config

2021-07-22 Thread Szuberski, Damian (Nokia - HU/Budapest)
Hello! aggr/trunk works on L2, the interfaces need to be able to share same IP address. What you're looking for is L3/L4 solution e. g. via pf(4). -- Mr. Damian Szuberski DevOps/Continuous Integration Architect From: owner-m...@openbsd.org on behalf of Cand Tec

Re: link aggregation config

2021-07-22 Thread Cand Tec
I've a few openbsd 6.8 installations running as a FW/router/vpn at some client offices. No problems, It just works! I would like to use openbsd 6.9 on x86 HW (either lanner device or dell rack mount svr) at this new client (mining industry). They're however in a bandwidth constrained location being

UART / serial device on Raspberry Pi

2021-07-22 Thread Sven Seeberg
Hi all, I'm trying to communicate between a Raspberry Pi (3B, 3B+, 4B) on OpenBSD 6.9 and an Arduino with the built in (GPIO) serial interface. With the Raspi 3B version, the serial interface definitely seems to be work. I can use the console when connecting my laptop to the UART pins of the Raspi

Re: OpenBSD 6.9 on Hetzner cloud server

2021-07-22 Thread ben
q

Re: OpenBSD 6.9 on Hetzner cloud server

2021-07-22 Thread Matthias Schmidt
Hi, * Hrvoje Popovski wrote: > Hi all, > > I'm thinking of getting Hetzner cloud server and install OpenBSD stable > on it... > > Does anyone have experience with it? Is it complicated to install > OpenBSD on it? And of course, is it stable? I ran OpenBSD -stable on a Hetzner cloud server (prev

Re: OpenBSD 6.9 on Hetzner cloud server

2021-07-22 Thread Luis Bandarra
On Thursday, July 22nd, 2021 at 2:06 PM, Hrvoje Popovski wrote: > Hi all, > > I'm thinking of getting Hetzner cloud server and install OpenBSD stable > > on it... > > Does anyone have experience with it? Is it complicated to install Been using one since about 3 years, so far no problem running

OpenBSD 6.9 on Hetzner cloud server

2021-07-22 Thread Hrvoje Popovski
Hi all, I'm thinking of getting Hetzner cloud server and install OpenBSD stable on it... Does anyone have experience with it? Is it complicated to install OpenBSD on it? And of course, is it stable? Thank you

Re: UART / serial device on Raspberry Pi

2021-07-22 Thread Otto Moerbeek
On Thu, Jul 22, 2021 at 01:23:15PM +0200, Sven Seeberg wrote: > Hi all, > > I'm trying to communicate between a Raspberry Pi (3B, 3B+, 4B) on > OpenBSD 6.9 and an Arduino with the built in (GPIO) serial interface. > With the Raspi 3B version, the serial interface definitely seems to be > work. I