Bültmann & Gerriets

Armbian Router

Want to run Pi-hole for ad-blocking? apt install pihole . Need WireGuard VPN? apt install wireguard . Want a network-wide Unbound DNS server? apt install unbound . No proprietary "app stores" or limited flash storage.

iptables -A FORWARD -i eth1 -o eth0 -j ACCEPT

For secure remote access. Armbian’s modern kernels include native WireGuard support, offering lightning-fast VPN speeds compared to OpenVPN.

Edit /etc/netplan/01-netcfg.yaml (Ubuntu) or /etc/network/interfaces (Debian). Below is a Netplan example: