Evening again:

Almost there :)

Anyone know how to set up the rules to allow ssh through my firewall with
ipchains?  I seem to have everything else working, but can't figure out
what I'm doing wrong with the accept rule for ssh.  According to
/etc/services, ssh is running on 22 for both tcp and udp.  So, I added the
following two statements:

   /sbin/ipchains -A input -p tcp -i eth0 -s 0.0.0.0/0 \
          -d 24.218.83.113 22 -j ACCEPT

   /sbin/ipchains -A input -p udp -i eth0 -s 0.0.0.0/0 \
          -d 24.218.83.113 22 -j ACCEPT

Am I doing something glaringly wrong?

- Mike


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to