FastNetMon

Thursday 7 January 2010

Разрешаем соединения до SSH сервера

iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A INPUT -p tcp --dport 22 -m state --state NEW -j ACCEPT

No comments :

Post a Comment

Note: only a member of this blog may post a comment.