Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
No 'mangle' table in iptables [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
snuffer
Apprentice
Apprentice


Joined: 12 Jun 2004
Posts: 207
Location: Israel

PostPosted: Sun Aug 08, 2004 9:56 pm    Post subject: No 'mangle' table in iptables [SOLVED] Reply with quote

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
View user's profile Send private message
sf_alpha
Tux's lil' helper
Tux's lil' helper


Joined: 19 Sep 2002
Posts: 136
Location: Bangkok, TH

PostPosted: Sun Aug 08, 2004 10:00 pm    Post subject: Reply with quote

Code:

iptalbes -t mangle -L

_________________
Gentoo Mirrors in Thailand (and AP)
http://gentoo.in.th
Back to top
View user's profile Send private message
snuffer
Apprentice
Apprentice


Joined: 12 Jun 2004
Posts: 207
Location: Israel

PostPosted: Mon Aug 09, 2004 12:27 pm    Post subject: Reply with quote

Thank you very much.
_________________
Registered Linux User #360735.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum