Ernillew / wl500g

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

libipt_TTL looks not working #191

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. iptables -t mangle -A PREROUTING -i br0 -p udp -j TTL --ttl-inc 1
2.
3.

What is the expected output? What do you see instead?
Showing: "iptables: No chain/target/match by that name"

What version of the product are you using?
RT-N16 r2438

Please provide any additional information below.

[root@rtn16 iptables]$ iptables -t mangle -A PREROUTING -i br0 -p udp -j TTL 
--ttl-inc a
iptables v1.3.8: TTL: Expected value between 0 and 255

[root@rtn16 iptables]$ iptables -t mangle -A PREROUTING -i br0 -p udp -j TTL 
--ttl-inc
iptables v1.3.8: TTL: You must specify a value

[root@rtn16 iptables]$ iptables -t mangle -A PREROUTING -i br0 -p udp -j TTL 
--ttl-inc 1
iptables: No chain/target/match by that name

Original issue reported on code.google.com by soosl...@gmail.com on 27 Dec 2010 at 7:33

GoogleCodeExporter commented 9 years ago
it's 2.6 kernel, you have to issue:

insmod xt_hl

Original comment by lly.dev on 28 Dec 2010 at 7:08

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Working, thanks lly.dev. right one: insmod xt_HL

Original comment by soosl...@gmail.com on 28 Dec 2010 at 1:13

GoogleCodeExporter commented 9 years ago
Sorry for typo, of course, it should be xt_HL module!

Original comment by lly.dev on 28 Dec 2010 at 1:15