On Thu, Feb 08, 2001 at 12:23:50PM +0100, Bostjan Muller wrote:
> Hi!
> 
> I have just compiled 2.4.1 kernel on my potato box and set up iptables
> firewall, but I am having some problems. I used to have a few ipchains
> rules, that contained the -t (tos) flags. Iptables also supports --tos,
> but I cannot make it work.
> A rule with -tos 0x10 returns:
> Bad argument `0x10'

Typo check: '--tos' != '-tos'.. which one did you try?

And you did try something like this, right? That '-m tos' is easy to
forget.

    iptables -A INPUT -m tos --tos 0x10 ?


-- 
Tommi Komulainen                                 [EMAIL PROTECTED]
GPG 1024D/68388EE6    6FD6 DD79 EB38 BF6F 3533  09C0 04A8 9871 6838 8EE6

Attachment: pgpIDcx35dEeO.pgp
Description: PGP signature

Reply via email to