LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   New ROUTE target giving error (https://www.linuxquestions.org/questions/linux-kernel-70/new-route-target-giving-error-531341/)

maxx.usr 02-22-2007 08:11 AM

New ROUTE target giving error
 
Hi,

I am using FC5 with iptables-1.3.7. I have put the ROUTE patch.
To try the patch I am giving the following command -
iptables -A PREROUTING -t mangle -s 2.2.2.2 -j ROUTE --oif gre2

The command is returning with the following error -
"No chain/target/match by that name".

Following is the list of modules

iptable_nat 12101 0
ip_nat 20717 1 iptable_nat
ip_conntrack 54040 2 iptable_nat,ip_nat
nfnetlink 10457 2 ip_nat,ip_conntrack
iptable_filter 7105 0
iptable_mangle 6849 1
ip_tables 16389 3 iptable_nat,iptable_filter,iptable_mangle
x_tables 16965 2 iptable_nat,ip_tables

Kindly assist in tracking down the problem.

- Maxx

Mara 02-23-2007 03:59 PM

You need to load ipt_ROUTE module. It should be loaded automatically in your case, so it's possible you don't have it compiled. Where to search for it: http://netfilter.org/projects/patch-...pom-extra.html


All times are GMT -5. The time now is 11:10 AM.