[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] IPChains



On Mon,  2 Jul 2001 09:10, Andrew Mace wrote:
> hum, me again,i just installed IPChains on the RaQ4 and i get this error,
>
> ./ipchains: can only specify ports for icmp, tcp or udp
> Try `./ipchains -h' or './ipchains --help' for more information.
>
> when trying to issue this:
> ./ipchains -A input -s 0.0.0.0/0 -d 0.0.0.0/0 143 -y -j REJECT
>
> Whats going wrong, where do i specify if its tcp?

ipchains -A input -s 0.0.0.0/0 -d 0.0.0.0/0 143 -p tcp -y -j REJECT

Cheers,
Brad