Ernillew / wl500g

Automatically exported from code.google.com/p/wl500g
0 stars 0 forks source link

iptables: support mangle #409

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. iptables -t mangle ....

What version of the product are you using?
WL-500W, fw: 1.9.2.7-rtn-r5066, iptables: 1.4.10

Original issue reported on code.google.com by utocne.r...@gmail.com on 10 Sep 2013 at 6:29

GoogleCodeExporter commented 9 years ago
I don't understand what do you want:

1) iptables 1.4.10 can't work on our kernel, unless you(or someone else) do 
appropriate netfiler backports

2) You can easy check existent tables:
$ cat /proc/net/ip_tables_names
nat
mangle
filter

Original comment by lly.dev on 10 Sep 2013 at 5:52

GoogleCodeExporter commented 9 years ago
If i want to use:
$ iptables -t mangle -A PREROUTING -m ttl --ttl-eq 1 -j TTL --ttl-set 2
return this:
iptables: No chain/target/match by that name.

Original comment by utocne.r...@gmail.com on 10 Sep 2013 at 9:31

GoogleCodeExporter commented 9 years ago
You have to study more about iptables and/or netfilter.

Just for this task you must load xt_hl kernel module.

Original comment by lly.dev on 11 Sep 2013 at 6:22

GoogleCodeExporter commented 9 years ago
Thank you for answer, but i know that you aren't supporter, please, how i can 
load xt_hl kernel module?

Original comment by utocne.r...@gmail.com on 11 Sep 2013 at 10:02

GoogleCodeExporter commented 9 years ago
1) insmod

2) ask google

3) ask at forum

Original comment by lly.dev on 11 Sep 2013 at 4:52