badfsaadkl
Goto Top

Gentoo - iptables lässt sich nicht laden

Hallo zusammen,

ich möchte auf einem Linux Gentoo iptables einrichten, um mir einen Port frei zu schalten.
Nur irgendwie funktioniert es nicht.

Installiert habe ich iptables per

  emerge iptables

Habe auch in die Module eingebunden:

  modprobe ip_tables
  modprobe iptable_filter

Wenn ich nun eine neue regel anlegen will, bekomme ich folgenden Fehler:

srv-01 etc # iptables -A INPUT -i eth0 -p tcp -m tcp --dport 3306 -j ACCEPT
iptables v1.4.16.3: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)  
Perhaps iptables or your kernel needs to be upgraded.

Als Ausgabe der geladenen Module bekomme ich auch folgenden Fehler:

srv-01 etc # lsmod | grep ip_tables
libkmod: kmod_module_get_holders: could not open '/sys/module/ext3/holders': No such file or directory  
libkmod: kmod_module_get_holders: could not open '/sys/module/jbd/holders': No such file or directory  
libkmod: kmod_module_get_holders: could not open '/sys/module/mbcache/holders': No such file or directory  
libkmod: kmod_module_get_holders: could not open '/sys/module/dm_mirror/holders': No such file or directory  
libkmod: kmod_module_get_holders: could not open '/sys/module/dm_snapshot/holders': No such file or directory  
libkmod: kmod_module_get_holders: could not open '/sys/module/dm_mod/holders': No such file or directory  
libkmod: kmod_module_get_holders: could not open '/sys/module/raid1/holders': No such file or directory  
libkmod: kmod_module_get_holders: could not open '/sys/module/md_mod/holders': No such file or directory  

Kann mir jemand helfen ?

Danke

Gruß

Content-Key: 210720

Url: https://administrator.de/contentid/210720

Printed on: April 20, 2024 at 16:04 o'clock

Mitglied: 16568
16568 Jul 09, 2013 at 05:56:29 (UTC)
Goto Top
Weil wir heute ja human sind:

wo steht denn Dein Gentoo im Moment?
10?
11?
12?
2008?

Guckst Du halt mal:
Perhaps iptables or your kernel needs to be upgraded.


Lonesome Walker