Gentoo Archives: gentoo-user-de

From: Sebastian Damm <lists@×××××.de>
To: Gentoo-User-De <gentoo-user-de@l.g.o>
Subject: [gentoo-user-de] iptables-Fehler bei --dport
Date: Wed, 20 Jun 2007 19:07:28
Message-Id: 20070620210536.557ecbcf@eddie.heat.nba
1 Hallo,
2
3 ich wollte auf einem Server fail2ban aufsetzen, aber das startet nicht
4 korrekt. Da habe ich mir das angeschaut, und ich hab gerade keine
5 Ahnung, was an dem Aufruf von iptables falsch ist:
6
7 mail ~ # iptables -I INPUT -p tcp -j ACCEPT
8 mail ~ # iptables -I INPUT -p tcp --dport 22 -j ACCEPT
9 iptables: No chain/target/match by that name
10
11 WTF? Muss ich für --dport noch ein spezielles Modul laden? Eigentlich
12 ja nicht.
13
14 mail ~ # lsmod
15 Module Size Used by
16 ipt_REJECT 6144 0
17 iptable_filter 3584 1
18 ip_tables 13264 1 iptable_filter
19 x_tables 14152 2 ipt_REJECT,ip_tables
20
21 Ich wuesste nicht, was da jetzt noch fehlen sollte. Kernel ist ein
22 Xen-Kernel, 2.6.16.28-xen
23
24 Kann mir jemand auf die Sprünge helfen?
25
26 Danke,
27 Sebastian
28
29 --
30 Sebastian Damm
31 http://blog.sdamm.de
32 GPG-Encrypted mail welcome! ID: 0x64D96827 @ pgpkeys.pca.dfn.de
33 Fingerprint: CB7F F23F D950 644D 838B 215A 550F 75EC 64D9 6827

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user-de] iptables-Fehler bei --dport Johann Schmitz <johann@×××××××××.net>
Re: [gentoo-user-de] iptables-Fehler bei --dport Felix Schuster <felix.schuster@×××.at>
Re: [gentoo-user-de] iptables-Fehler bei --dport Bernhard Auzinger <e0026053@×××××××××××××××××.at>
Re: [gentoo-user-de] iptables-Fehler bei --dport Hans-Werner Hilse <hilse@×××.de>