On Thursday 01 February 2007 14:37, Georgi Alexandrov wrote: > > # Access to HTTP server > > iptables -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT > > # Access to SSH is allowed to all > > iptables -A INPUT -p tcp -m --dport 22 -j ACCEPT > > This line is wrong ^ I know - it's my misprint ( only in letter )