View previous topic :: View next topic |
Author |
Message |
snuffer Apprentice

Joined: 12 Jun 2004 Posts: 207 Location: Israel
|
Posted: Sun Aug 08, 2004 9:56 pm Post subject: No 'mangle' table in iptables [SOLVED] |
|
|
I'm trying to add a simple chain to iptables to prioritize ACK packets. I think i dotn have a mangle table because 'iptables -L mangle' gives Quote: | iptables v1.2.9: no command specified
Try `iptables -h' or 'iptables --help' for more information.
|
The chain i want to add is 'iptables -t mangle -A PREROUTING -p tcp -m length --length :64 -j MARK --set-mark 21'.
What am I missing? _________________ Registered Linux User #360735.
Last edited by snuffer on Mon Aug 09, 2004 12:28 pm; edited 1 time in total |
|
Back to top |
|
 |
sf_alpha Tux's lil' helper

Joined: 19 Sep 2002 Posts: 136 Location: Bangkok, TH
|
Posted: Sun Aug 08, 2004 10:00 pm Post subject: |
|
|
Code: |
iptalbes -t mangle -L
|
_________________ Gentoo Mirrors in Thailand (and AP)
http://gentoo.in.th |
|
Back to top |
|
 |
snuffer Apprentice

Joined: 12 Jun 2004 Posts: 207 Location: Israel
|
Posted: Mon Aug 09, 2004 12:27 pm Post subject: |
|
|
Thank you very much. _________________ Registered Linux User #360735. |
|
Back to top |
|
 |
|