Openbsd
Online by Scaleway provides dedicated servers in France. The start-2-L reference is a “small” server that ships with KVM over IP. It is based on SuperMicro X11SSE-F . So far, the hardware seems to be supported pretty well and it is possible to run OpenBSD with Full Disk Encryption.Continue reading...
A nice thing I like about macOS is that it automatically mounts CIFS shares from my Synology NAS. OpenBSD doesn’t seem to have any mounting utilities for SAMBA shares any more. But it can mount NFS shares. And those can be automatically mounted and unmounted using the amd(8) stock tool. So let’s configure the OpenBSD instances for automounting NFS shares.Continue reading...
The french company OVH provides Kimsufi dedicated servers. The KS-10 ships with Intel® Core™ i5-2300 and 16GB DDR3 of RAM. The main drawback is that there is no KVM-IP or HTML console. This means you can’t run FDE configuration. AFAIK. But in case you don’t care, there’s a way to install the “unsupported” OpenBSD release on those machines.Continue reading...
OpenBSD 6.5 advertises for an installer improvement: rdsetroot(8) (a build-time tool) is now available for general use. Used in combination with autoinstall.8 , it is now really easy to do automatic upgrades of your OpenBSD instances.Continue reading...
I’m using unbound(8) on OpenBSD to block Ads . In the logs, I can see which domains were queried and blocked ; but I like to have a more graphical overview of whats happening over weeks. So I stole a few ideas from the Pi-Hole Web Interface , routed the logs to InfluxDB via syslog-ng and rendered statistics using Grafana.Continue reading...