kernel 2.4 iptables Q

2001-02-08 Thread Bostjan Muller
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'

Re: kernel 2.4 iptables Q

2001-02-08 Thread Sebastian Moerchen
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

Re: kernel 2.4 iptables Q

2001-02-08 Thread Bostjan Muller
* On 08-02-01 at 13:00 Sebastian Moerchen ([EMAIL PROTECTED]) wrote: +Here quoted text begins+ Might it be that you did not compile the right module into your kernel? Look at the corresponding section in make menuconfig. so far, --

Re: kernel 2.4 iptables Q

2001-02-08 Thread Tommi Komulainen
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

Re: kernel 2.4 iptables Q

2001-02-08 Thread Bostjan Muller
* On 08-02-01 at 13:50 Tommi Komulainen ([EMAIL PROTECTED]) wrote: +Here quoted text begins+ 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 ? --