[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] IPChains
- Subject: Re: [cobalt-users] IPChains
- From: Brad Hubbard <brad@xxxxxxxxxxxxxxxx>
- Date: Sun Jul 1 10:30:10 2001
- Organization: Congo Systems
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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