Linux: July 2011 Archives

iptables rate limit

user-pic
Vote 0 Votes

範例: 在 DNS Server 限制每 10 秒的 session 數不能超過 100 (per IP), 超過則 Drop
iptables -I INPUT -p udp --dport 53 -m state --state NEW -m recent --name dnsratelimit --set
iptables -A INPUT -m recent --update --name dnsratelimit --seconds 10 --hitcount 100 -j LOG --log-prefix 'DNS abuse: '
iptables -A INPUT -m recent --update --name dnsratelimit --seconds 10 --hitcount 100 -j DROP

第二行是記錄 Log, name 可以自行定義

CentOS 6 Released

user-pic
Vote 0 Votes

CentOS 6 在 Delay N 次後, 終於出了, 和 RHEL 6 差了八個月的時間
國網中心載點

X86_64 記憶體最低需求是 512MB, 512MB 在安裝時只會出現 Text 安裝程式
(You do not have enough RAM to use the graphical installer. Starting text mode.)
經測試, >=520MB 的記憶體才會出現 GUI 安裝畫面

About this Archive

This page is an archive of entries in the Linux category from July 2011.

Linux: June 2011 is the previous archive.

Linux: August 2011 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Linux: Monthly Archives

Monthly Archives