security
iptables -S -t raw
Что-то выдают?
Можно же проще - iptables-save
Уже ничего, выпилен вместе с fail2ban. Iptables вернуть?
iptables -S -P INPUT ACCEPT -P FORWARD ACCEPT -P OUTPUT ACCEPT -N f2b-sshd -A INPUT -p tcp -m multiport --dports 22 -j f2b-sshd -A f2b-sshd -s 189.90.46.200/32 -j REJECT --reject-with icmp-port-unreachable -A f2b-sshd -s 185.44.66.99/32 -j REJECT --reject-with icmp-port-unreachable -A f2b-sshd -s 159.89.134.199/32 -j REJECT --reject-with icmp-port-unreachable -A f2b-sshd -s 157.245.75.179/32 -j REJECT --reject-with icmp-port-unreachable -A f2b-sshd -s 156.236.119.166/32 -j REJECT --reject-with icmp-port-unreachable -A f2b-sshd -s 110.77.135.148/32 -j REJECT --reject-with icmp-port-unreachable -A f2b-sshd -s 106.54.17.235/32 -j REJECT --reject-with icmp-port-unreachable -A f2b-sshd -s 103.129.222.207/32 -j REJECT --reject-with icmp-port-unreachable -A f2b-sshd -j RETURN iptables -S -t nat -P PREROUTING ACCEPT -P INPUT ACCEPT -P POSTROUTING ACCEPT -P OUTPUT ACCEPT iptables -S -t mangle -P PREROUTING ACCEPT -P INPUT ACCEPT -P FORWARD ACCEPT -P OUTPUT ACCEPT -P POSTROUTING ACCEPT iptables -S -t security -P INPUT ACCEPT -P FORWARD ACCEPT -P OUTPUT ACCEPT iptables -S -t raw -P PREROUTING ACCEPT -P OUTPUT ACCEPT
Обсуждают сегодня