I have an Rpi 5, with Ubuntu 24.04.2 LTS and the following installed.
$ dpkg --list | grep xtable
ii libxtables12:arm64 1.8.10-3ubuntu2 arm64 netfilter xtables library
ii xtables-addons-common 3.25-2build1 arm64 Additional targets and matches for iptables [tools, libs]
ii xtables-addons-dkms
These are the same packages as I have installed on a x64amd machine with the same OS.
After I download and build the geoip data (with xt_geoip_build) and try to add the required firewall rules with the module, iptables says it can't find it.
And I see this:
$ modprobe xt_geoip
modprobe: FATAL: Module xt_geoip not found in directory /lib/modules/6.8.0-1018-raspi
Does anyone know how I can get the packages for this to work as I have on the x64amd? I'd rather not compile from source if possible.