View previous topic :: View next topic |
Author |
Message |
qmx n00b


Joined: 31 Mar 2005 Posts: 46
|
Posted: Tue Apr 26, 2005 12:32 pm Post subject: iptables -m nth doesn't work! |
|
|
# iptables -t mangle -A PREROUTING -i lo -m nth --every 2 -j MARK --set-mark 1
iptables: No chain/target/match by that name
any ideas?
ps: patch-o-matic already applyed on kernel + iptables HAS libipt_nth.so |
|
Back to top |
|
 |
the_sphynx Apprentice


Joined: 19 May 2004 Posts: 156 Location: Thornton, CO
|
Posted: Tue Apr 26, 2005 3:22 pm Post subject: |
|
|
Is it compiled as a module or into the kernel? Show us your lsmod and kernel version. _________________ Folding@Home User 285941 |
|
Back to top |
|
 |
qmx n00b


Joined: 31 Mar 2005 Posts: 46
|
Posted: Wed Apr 27, 2005 12:55 am Post subject: |
|
|
is compiled inside kernel. iptables has .so file too, but when i try to apply a rule it says: invalid chain/match/target |
|
Back to top |
|
 |
the_sphynx Apprentice


Joined: 19 May 2004 Posts: 156 Location: Thornton, CO
|
Posted: Thu Apr 28, 2005 5:00 pm Post subject: |
|
|
I noticed that with my setup I had to use the -p tcp or -p udp option before I state my -m arguments. _________________ Folding@Home User 285941 |
|
Back to top |
|
 |
|