[redhat-list-de] insmod iptable_nat failed

Matthias Borrack mailingliste at sinath.de
Tue Jun 29 18:18:53 UTC 2004


Am Die, 2004-06-29 um 06.34 schrieb Micha Holzmann:
> _______________________________________________
> redhat-list-de mailing list
> redhat-list-de at redhat.com
> https://www.redhat.com/mailman/listinfo/redhat-list-de

Es wird immer Merkwürdiger, vorhin sah ich den Inhalt Deiner eMail,
jetzt net mehr. Ich hab auch schon zweimal versucht sie zu beantworten.
Naja, aller guten Dinge sind drei ;)

Hi,

die iptables werden mit modprobe geladen und danach die Tables geflusht.
---8<---
    modprobe ip_tables
    modprobe ip_conntrack
    modprobe ip_conntrack_irc
    modprobe ip_conntrack_ftp
--->8---

Testweise habe ich mal ein rmmod eingebaut, mit dem Resultat, daß
angemeckert wird, die Module wären nich in Benutzung (logisch) aber Sie
werden neu geladen, ohne den oben genannten Fehler.
---8<---
echo "erstmal säubern ..."
        echo "rmmod fuer Kernelmodule ..."
        for modul in `lsmod | grep ip[t,_] | awk '{print $1}'`;
                do echo "Modul ${modul}";
                rmmod ${modul};
        done;
--->8---

Kernel: 2.4.20-28.8
iptables: 1.2.8-8.80.2
/lib/modules/2.4.20-28.8/kernel/net/ipv4/netfilter/iptable_filter.o
/lib/modules/2.4.20-28.8/kernel/net/ipv4/netfilter/iptable_mangle.o
/lib/modules/2.4.20-28.8/kernel/net/ipv4/netfilter/iptable_nat.o

thx & cu/2 iae
Matthias






More information about the redhat-list-de mailing list