문제

My server is getting hammered with spamming. How do I block these two IP addresses from sending emails? What's the iptables command to block these IP addresses?

http://pastebin.com/vt4qei89

Thanks!

올바른 솔루션이 없습니다

다른 팁

The best way of using iptables for blocking a large number of IP-addresses is by using ipset. It acts as a "database" of IPs, allowing iptables to quickly look up an IP and decide whether to block it or not.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top