Apropos "It doesn’t always have to be Linux - An intro to FreeBSD" 🙂

I've had Pi-hole running on Raspberry Pi OS for a decade (more?), but now I'm trying FreeBSD and AdGuard Home on a Raspberry Pi 4. A little bit apprehensive about the ufs file system, but let's see!

#freebsd #raspberrypi #adguardhome

https://github.com/AdguardTeam/AdGuardHome

It's actually the same hardware as in one of my pinned posts, now running FreeBSD 15.1-STABLE.

Instructions etc. can be found in the WiKi:

https://wiki.freebsd.org/arm/Raspberry%20Pi

Looking good, so far.

Since the Raspberry Pi doesn't have any RTC, I had to add the following to /etc/rc.conf:

ntpd_enable="YES"
ntpd_sync_on_start="YES"

to get proper time for log entries etc.

@mjack I am very interested by this.
I have a Raspberry Pi 4 B which is just sitting in a drawer right now. I will give it a go.
What version of OpenBSD are you using? From what I remember (but from a couple years ago, so it might have improved since), there is no all ready images of OpenBSD for the Raspberry Pi...

@NZZWQCQ

Sorry, I'm using FreeBSD

@NZZWQCQ

Challenge accepted 🙂

You'll need SD card, USB drive and serial FTL cable during installation, but after installation it only needs the SD card to run.

The official instructions:

https://ftp.openbsd.org/pub/OpenBSD/7.9/arm64/INSTALL.arm64

#openbsd #raspberrypi

@mjack thanks! I will give it a go sometime this week and let you know
@mjack are there any particular advantages or benefits of adguard? I’ve never used it and just had pi hole running for quite a while.

@launchdaemon

Cross-platform was a point for me. Take a look at their comparison:

https://github.com/AdguardTeam/AdGuardHome#how-does-adguard-home-compare-to-pi-hole

GitHub - AdguardTeam/AdGuardHome: Network-wide ads & trackers blocking DNS server

Network-wide ads & trackers blocking DNS server. Contribute to AdguardTeam/AdGuardHome development by creating an account on GitHub.

GitHub
@mjack how lazy of me. Thanks!