| To: | netfilter@lists.netfilter.org |
|---|---|
| Subject: | "iptables: No chain/target/match by that name" |
| From: | Brian McNally <bmcnally@u.washington.edu> |
| Date: | Thu, 21 Dec 2006 10:48:37 -0800 |
| Delivered-to: | sp-com-lists@consult.net |
| Delivered-to: | netfilter-list1@securepoint.com |
| List-archive: | </pipermail/netfilter> |
| List-help: | <mailto:netfilter-request@lists.netfilter.org?subject=help> |
| List-id: | General discussion and user questions <netfilter.lists.netfilter.org> |
| List-post: | <mailto:netfilter@lists.netfilter.org> |
| List-subscribe: | <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=subscribe> |
| List-unsubscribe: | <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=unsubscribe> |
| Sender: | netfilter-bounces@lists.netfilter.org |
Hello,I'm running Red Hat Enterprise Linux 3 with the 2.4.21-27.0.2.ELsmp kernel and iptables 1.2.8. When I try and insert the following rule: iptables -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to- ports 8080 I get the following error: iptables: No chain/target/match by that name $ lsmod | grep ipt iptable_nat 22808 0 (autoclean) (unused) ipt_REJECT 4632 1 (autoclean) ipt_state 1080 5 (autoclean) ip_conntrack 29800 2 (autoclean) [iptable_nat ipt_state] iptable_filter 2412 1 (autoclean)ip_tables 16544 6 [iptable_nat ipt_REJECT ipt_state iptable_filter] Any ideas? I'm wondering if I'm missing a kernel module that iptables needs, but my understanding was that it should load the modules it needs on the fly. Thanks, -- Brian McNally |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Iptables logging problem, wlagmay |
|---|---|
| Next by Date: | Re: "iptables: No chain/target/match by that name", David Coulson |
| Previous by Thread: | Iptables logging problem, wlagmay |
| Next by Thread: | Re: "iptables: No chain/target/match by that name", David Coulson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |