[EMAIL PROTECTED] wrote:
> Iptables -A INPUT -p tcp -sport ssh -j ACCEPT

try

iptables -A INPUT -i eth0 -p tcp --dport 22 \
         -m state --state NEW -j ACCEPT

cheers,
Sam
-- 
Free High School Science Texts
  http://www.nongnu.org/fhsst/
Sam's Homepages
  http://fommil.homeunix.org/~samuel/
  http://www.ma.hw.ac.uk/~samuel/

Attachment: pgpJJ7ABPNwih.pgp
Description: PGP signature

Reply via email to