Re: Possible attack on OpenBSD servers via Tor Guard relays?

2025-01-16 Thread Lucas Gabriel Vuotto
On Wed, Jan 15, 2025 at 12:33:29PM -0300, x9p wrote: > > Hi, > > I am running a relay and other servers. Sometimes doing SSHD over Tor via a > hidden service in a VPS in openbsd.amsterdam. In all my other setups, in other > providers, I do not see this problem happening. > > Upon connecting for

Re: Missing vlan interfaces in OPENBSD-PF-MIB::pfIfTable

2025-01-16 Thread Marc Boisis
Thank you, it was a faulty snmpd_metrics Marc > On 16 Jan 2025, at 13:30, Martijn van Duren > wrote: > > Just installed a fresh OpenBSD 7.6 machine and created >64 interfaces > with: > i=0; while [ $i -le 80 ]; do doas ifconfig trunk$i create; i=$((i+1)); done > > Doing a full run gives me th

Re: Missing vlan interfaces in OPENBSD-PF-MIB::pfIfTable

2025-01-16 Thread Martijn van Duren
Just installed a fresh OpenBSD 7.6 machine and created >64 interfaces with: i=0; while [ $i -le 80 ]; do doas ifconfig trunk$i create; i=$((i+1)); done Doing a full run gives me the following: openbsd76$ snmp walk -v2c -cpublic 127.0.0.1 pfifdescr | wc -l 92 So the

Re: unbound(8): DoH not enabled

2025-01-16 Thread Stuart Henderson
On 2025-01-15, Joel Carnat wrote: > Hello, > > Playing with my local unbound(8) daemon regarding encrypted DNS queries, > I could enable DoT (DNS-over-TLS) without issue. But when it came to DoH > (DNS-over-HTTPS), it didn't work at all. To have DoH enabled, unbound(8) > needs to be compiled with

Re: Help to test em multiqueue on intel i211 APU4

2025-01-16 Thread Stuart Henderson
On 2025-01-15, Aurelien Martin <01aurel...@gmail.com> wrote: > --5782ac062bc69fa8 > Content-Type: text/plain; charset="UTF-8" > > Hi all, > > I'm running OpenBSD 7.6 GENERIC.MP#338 amd64 on APU4D4 > > Following this thread: > https://marc.info/?l=openbsd-tech&m=165642186010149&w=2 > Sub