pf.conf assistance

2020-03-27 Thread Dirk Coetzee
Hi All, Without *block return label "block stateless traffic"* and *pass # establish keep-state*, my NAT / redirect rules from external into LAN do not work. Neither do rules that permit RDP to Windows Workstations on Tun0 interface. FWIW: Wireguard uses this tun0 interface. TCPDump shows the

Re: [/ is full] How to delete junk in /dev ?

2020-04-07 Thread Dirk Coetzee
Sometimes I have made the mistake of dd if=/dev/zero of=/dev/sd2c - instead of dd if=/dev/zero of=/dev/rsd2c - or worse dd if=/dev/zero of=/dev/sdc. These kind of errors have filled /dev (or ultimately /) Play over from my Linux days. -Original Message- From: owner-m...@openbsd.org On

Re: Unbound Notice: "sendto failed: No buffer space available"

2020-04-19 Thread Dirk Coetzee
FWIW: We experienced "sendto failed: No buffer space available" as well. QOS is not configured, but the firewall is connected to a satellite link that drops between 5-10% packets average. The explanation fits in with our situation. -Original Message- From: owner-m...@openbsd.org On Be

Re: OpenBSD Readonly File System

2020-06-09 Thread Dirk Coetzee
I have been in a similar situation of power being unreliable and no UPS, so I sympathize. This is how I have achieved RO filesystem (default partitions) 1. Add to /etc/fstab swap /dev mfs rw,-P=/dev,-s=32m 0 0 2. Create RO Script #!/bin/sh UP=$(( $(date +%s) - $(sysctl

Re: OpenBSD Readonly File System

2020-06-11 Thread Dirk Coetzee
I guess it boils down to a matter of preference and business requirements. "slow writes" vs "no writes". -Original Message- From: Strahil Nikolov Sent: Friday, 12 June 2020 12:08 AM To: Dirk Coetzee ; Joe Barnett ; Vertigo Altair Cc: Misc Subject: Re: OpenBSD Rea

Re: vmm/vmd disk issue

2021-03-09 Thread Dirk Coetzee
It maybe possible that disk IO is saturated. (i.e. more writes than the physical disk could handle). -Original Message- From: owner-m...@openbsd.org On Behalf Of Jan Johansson Sent: Wednesday, 10 March 2021 6:21 AM To: misc@openbsd.org Cc: Mike Larkin ; Ian Darwin Subject: Re: vmm/vmd d

NAT on same interface as vlan on OpenBSD 6.8

2021-05-10 Thread Dirk Coetzee
Hi All, I am hoping to create a pf.conf configuration that has VLAN’s and NAT via the same (physical) interface. The hardware is only capable of having a single Ethernet interface. vlan100 is an isolated network to setup servers and is connected to a switch that is setup for vlan100 and vlan

Re: NAT on same interface as vlan on OpenBSD 6.8

2021-05-10 Thread Dirk Coetzee
Hi Kenneth, It was staring me in the face and I did not see it. I shot myself in the foot and didn’t realize it. Thanks heaps for your support. From: Kenneth Gober Sent: Monday, 10 May 2021 11:49 PM To: Dirk Coetzee Cc: misc@openbsd.org Subject: Re: NAT on same interface as vlan on OpenBSD

Re: pf, relayd, TCP keep alive and NAT, oh my!

2021-06-01 Thread Dirk Coetzee
Hi Cameron, As a first guess, I would consider changing / implementing "set optimization". This made massive difference on our customers satellite internet connection. man pf.conf set optimization environment Optimize state timeouts for one of the following network

Re: spurious synproxy warning from pfctl

2022-10-24 Thread dirk coetzee
  pass *in* proto tcp from any to mail.example.com \                 port { 25 80 110 143 443 587 993 } synproxy state How hard can that be? A message saying synproxy is applied inbound and not outbound is necessary for those which might assume that synproxy is being applied eitherbound. You

Re: OpenBSD File systems , on Flash / SSD CPE (in sites with uncontrolled power (CPE customer sites)

2022-11-28 Thread dirk coetzee
We had a similar challenge. My advice would be to leave all the filesystems as is - and add the 'sync' flag. It slows down disk access - but makes the filesystem resilient to power outages. See sync option - https://man.openbsd.org/mount On Tuesday, 29 November 2022 at 09:03:28 am AWST, Yo

Re: Recommendations on Buffer Space for Busy Unbound Resolver Service for a network

2021-12-21 Thread Dirk Coetzee
Hi Tom, I would recommend debugging using "unbound-control stats_noreset" and referencing the unbound configuration documentation at https://www.nlnetlabs.nl/documentation/unbound/unbound.conf/ -Original Message- From: owner-m...@openbsd.org On Behalf Of Tom Smyth Sent: Wednesday, 2

Sound not working on Dell Xps 13 9315 (DELL G9FHC2)

2025-01-03 Thread dirk coetzee
Hi All, I recently purchased a secondhand Dell Xps 13 9315 laptop. I installed OpenBSD 7.6 on it and everything seems to work well - except sound and video capture (not too concerned about video capture). I have followed the troubleshooting guide on the OpenBSD FAQ website, and ensured/verified

Re: Sound not working on Dell Xps 13 9315 (DELL G9FHC2)

2025-02-05 Thread dirk coetzee
incorporate this driver into OpenBSD? On 2025-01-03, dirk coetzee wrote: > --=_Part_9312256_1725183113.1735904049306 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: quoted-printable > > Hi All, > I recently purchased a secondhand Dell Xps 13 9315 laptop

Re: Sound not working on Dell Xps 13 9315 (DELL G9FHC2) - Recompiled kernel

2025-02-15 Thread dirk coetzee
hidev0 reportid 12 not configured hid at ihidev0 reportid 13 not configured ims1 at ihidev0 reportid 14: 0 buttons wsmouse2 at ims1 mux 0 hid at ihidev0 reportid 92 not configured "Intel 600 Series HECI" rev 0x01 at pci0 dev 22 function 0 not configured "Intel 600 Series UART"

Sound not working on Dell Xps 13 9315 (DELL G9FHC2) - Recompiled kernel

2025-02-14 Thread dirk coetzee
Hi All, I have recompiled the kernel from Stuart's diff, and there is still no sound being detected. The process i followed was: 1. Paste contents of Stuarts diff for azalia.c into a file named /usr/src/sys/dev/pci/azalia.diff (refer to thread - https://marc.info/?t=17359044492&r=1&w=2),

Re: Sound not working on Dell Xps 13 9315 (DELL G9FHC2) - Recompiled kernel

2025-02-15 Thread dirk coetzee
Can confirm, this machine has no headphone jack On Saturday 15 February 2025 at 08:27:42 pm AWST, Jonathan Gray wrote: On Sat, Feb 15, 2025 at 10:33:03AM +, dirk coetzee wrote: > Thanks Jonathan,this path seems a bit closer: > > > pcib0 at pci0 dev 31 function 0 v

Re: Bad bootblocks

2025-02-25 Thread dirk coetzee
February 2025 at 10:13:24 pm AWST, Janne Johansson wrote: Den tis 25 feb. 2025 kl 12:18 skrev dirk coetzee : > Hi All, > FYI: > I have been upgrading current frequently (sysupgrade -s). > And getting the message: "Failed to install bootblocks." "You will not be >

Re: Bad bootblocks

2025-02-27 Thread dirk coetzee
Hi Izzy, Single hard drive, in a Dell 9315. FDE on sd0. Please see below disklabel/fdisk/bioctl info. ruth# bioctl -hi sd1 Volume  Status   Size Device   softraid0 0 Online   477G sd1 CRYPTO   0 Online   477G 0:0.0   noencl ruth# disklabel