Re: insmod iptable_nat failed

Matthias Borrack <[email protected]>
Newsgroups gmane.linux.redhat.general.german
Message-ID <1088533133.2403.13.camel@mbo>
Am Die, 2004-06-29 um 06.34 schrieb Micha Holzmann:
> _______________________________________________
> redhat-list-de mailing list
> [email protected]
> 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.