Bin neu hier im Board und auch noch n bisschen ein Newbie bzgl. Linux/Debian.
Habe mich aber meine ich schon eiigermaßen in die Materie eingearbeitet...

Nun aber zu meinem Problem/meiner Frage:
Ich hatte bis vor kurzem einen Mail-/Webserver bei Server4You (hoffe so Erwähnungen sind ok).
Der lief ohne Probleme, jedoch war mir dort auf Dauer die Leistung und der Speicherplatz zu klein, daher Wechsel zu Contabo. Soweit alles gut.
Domain und DNS umgezogen und Einträge angepasst und den Server mit rsync umgezogen (gem. Anleitungen aus dem Netzfundus).
Läuft auch soweit alles.
Rsync wurde wie folgt ausgeführt:
exclude.txt=sudo rsync -e 'ssh -p xxxxx' -azPx --info=progress2 --numeric-ids --exclude-from="/home/exclude.txt" --include-from="/home/include.txt" / root@XX.XX.XXX.XX:/
/bin
/sbin
/lib
/lib64
/var/lock
/var/log
/var/tmp
/boot
/boot/*
/root/*
/proc
/sys
/sys/*
/tmp
/dev
/dev/*
/run/*
/run
/tmp/*
etc/mdadm.conf
/etc/netplan/*
/var/lock
/etc/fstab
/etc/mdadm.conf
/etc/mtab
/etc/resolv.conf
/etc/resolv.conf
/etc/conf.d/net
/etc/network/*
/etc/network/interfaces
/etc/networks
/etc/sysconfig/network*
/etc/sysconfig/hwconf
/etc/sysconfig/ip6tables-config
/etc/sysconfig/kernel
/etc/systemd/network/*
etc/sysconfig/network-scripts/*
/etc/udev
/etc/udev/rules.d/*
/lib/modprobe.d/*
/etc/hostname
/etc/HOSTNAME
/etc/hosts
/etc/modprobe*
/etc/modules
/etc/udev
/net
/lib/modules
/etc/rc.conf
include.txt=
/
/root/local
Soweit wie gesagt läuft alles.
Jedoch gibt es folgendes Problem.
iptables -L sagt folgendes:
modprobe: ERROR: ../libkmod/libkmod.c:514 lookup_builtin_file() could not open builtin file '/lib/modules/4.9.0-8-amd64/modules.builtin.bin'
modprobe: FATAL: Module ip_tables not found in directory /lib/modules/4.9.0-8-amd64
iptables v1.6.0: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
iptables -V:
iptables v1.6.0
service iptables status:
iptables.service - LSB: Control iptables firewall.
Loaded: loaded (/etc/init.d/iptables; generated; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2018-10-03 23:01:53 CEST; 23h ago
Docs: man:systemd-sysv-generator(8)
Oct 03 23:01:53 mail.xxxxxx.xxxx iptables[804]: Applying iptables firewall rules:modprobe: ERROR: ../libkmod/libkmod.c:514 lookup_builtin_file() could not open builtin file '/lib/modules/4.9.0-8-amd64
Oct 03 23:01:53 mail.eichner-regensburg.de iptables[804]: modprobe: FATAL: Module ip_tables not found in directory /lib/modules/4.9.0-8-amd64
Oct 03 23:01:53 mail.eichner-regensburg.de iptables[804]: iptables-restore v1.6.0: iptables-restore: unable to initialize table 'filter'
Oct 03 23:01:53 mail.eichner-regensburg.de iptables[804]: Error occurred at line: 27
Oct 03 23:01:53 mail.eichner-regensburg.de iptables[804]: Try `iptables-restore -h' or 'iptables-restore --help' for more information.
Oct 03 23:01:53 mail.eichner-regensburg.de iptables[804]: failed!
Oct 03 23:01:53 mail.eichner-regensburg.de systemd[1]: iptables.service: Control process exited, code=exited status=1
Oct 03 23:01:53 mail.eichner-regensburg.de systemd[1]: Failed to start LSB: Control iptables firewall..
Oct 03 23:01:53 mail.eichner-regensburg.de systemd[1]: iptables.service: Unit entered failed state.
Oct 03 23:01:53 mail.eichner-regensburg.de systemd[1]: iptables.service: Failed with result 'exit-code'.
uname -r= 4.9.0-8-amd64
Habe auch schon den Kernel reinstalliert, jedoch ohne Erfolg. Reinstallation iptables bringt auch nichts.
Die "/lib/modules/4.9.0-8-amd64/modules.builtin.bin" ist leer.
Im Ordner "/lib/modules/4.9.0-8-amd64/" ist folgendes:
"modules.alias modules.alias.bin modules.builtin.bin modules.dep modules.dep.bin modules.devname modules.softdep modules.symbols modules.symbols.bin"
Kann mir bitte einer helfen bzw. mitteilen, wie ich das fixen kann oder wie ich ggf. mit einem Workarround eine andere Firewall zum laufen bringe. UFW setzt ja leider auf iptables auf, zumindest läuft es auch nicht.

Und ja, google etc. habe ich schon mehr als genug gequält, aber komme auf keinen grünen zweig. Eine Neuinstallation kommt an sich erstmal nicht in Frage für mich, da ich leider keinen blassen habe, wie ich meine SQL Datenbank (nutze iRedMail mit Roundcube und apache2 für den Mailserver) wieder zurückgesichert bekomme. Davor graut es mir dann.
Und da sonst alles rund läuft, wäre es meine ich unnötiger Aufwand.
Danke im Voraus.
Gruß
Mario
PS: Tippfehler sind Absicht und dienen der Belustigung

