On 22 Mar 2002, Kevin Breit wrote:

> Why am I getting this error?  In my /etc/sysconfig/ipchains script, I
> have:
> -A input -p tcp -s 0/0 -d 0/0 2401 -y -j ACCEPT 
> 
> Where am I going wrong?

Try -A INPUT -i eth0 -p tcp --dport 2401 -j ACCEPT

The --dport is important.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to