|
| ||||||||||
| Tags: amd, chaining, ip address, ipchains, ipfwadm, iptables, linux, stream |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| iptables: No chain/target/match by that name
I am using Linux red hat and getting some difficulties,I am trying to configure my firewall installed on my pc,there is no network with my machine and only single machine. Fist I recompiled my kernel to get iptables support. I have kernel 2.4.20..where I am lacking to confgure it and if my config file generating error then please suggest me to handle this situation occurred by system. Thanks |
|
#2
| ||||
| ||||
| iptables: No chaining matching
it seems much like you are getting lacked with some modules, rather than a well scripted firewall script. You need to test with lsmod and be sure that you have modules loaded for the iptables flags and chains. Just take a look at these modules which I have loaded below and relevant for iptables: Code: ipt_REJECT ipt_LOG ipt_state ipt_MASQUERADE iptable_nat ip_conntrack iptable_filter ip_tables |
|
#3
| ||||
| ||||
| iptables: No chaining matching
Unless you are ready to produce a small kernel, configure the kernel options for entire netfilter entries to <M> to build them modules. Using this method, they will load when they are accessed from the iptables rules and you won't requires to load them manually.There are still some options for ipchains amd ipfwadm. that called <N> for these to ignore difficulties further. Debian discarded these options as modules for users upgrading from 2.2 kernels and who still need to keep their ipchains scripts. |
|
#4
| ||||
| ||||
| iptables: No chaining matching
Iptables is being used to configure, management, and inspect the tables of IP packet filter rules in the Linux kernel. There are so many separate tables may be described. Every table has a number of built-in chains and may also contain user-provided chains. Every chain is a record of rules that can match a group of packets.Every rule indicates what to do with a packet that matches. This is known as a `target', that may be a divert onto a user-defined chain in the existing table. |
|
#5
| |||
| |||
| How to Use iptables
There are so many task can be performed using iptable,you can start with three built-in chains INPUT, OUTPUT and FORWARD that you are not eligible remove. Just tale a look at the operations to manage whole chains:
These are the options can be included with the iptables for performing different operation. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "iptables: No chain/target/match by that name" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What are Netfilter and Iptables? | Bottlenecked | Technology & Internet | 8 | 29-06-2010 06:56 AM |
| Port forwarding with iptables | Lauren Ambrose | Networking & Security | 4 | 19-04-2010 09:37 AM |
| How to set up SNAT with iptables | Amie | Networking & Security | 5 | 14-11-2009 08:13 PM |
| Iptables block ip address | Soggy Bottom | Networking & Security | 4 | 12-11-2009 09:49 AM |
| How to Filter Mac Address Using Iptables ? | Nobleman | Networking & Security | 3 | 28-02-2009 06:10 PM |