|
楼主 |
发表于 2004-6-27 11:22:56
|
显示全部楼层
胡乱配置的一个
Chain INPUT (policy ACCEPT)
target prot opt source destination
RH-Lokkit-0-50-INPUT all -- anywhere anywhere
syn-flood tcp -- anywhere anywhere tcp flags:SYN,RST,ACK/SYN
syn-flood tcp -- anywhere anywhere tcp flags:SYN,RST,ACK/SYN
syn-flood tcp -- anywhere anywhere tcp flags:SYN,RST,ACK/SYN
Chain FORWARD (policy ACCEPT)
target prot opt source destination
RH-Lokkit-0-50-INPUT all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere tcp flags:SYN,RST,ACK/SYN limit: avg 1/sec burst 5
ACCEPT tcp -- anywhere anywhere tcp flags:SYN,RST,ACK/SYN limit: avg 1/sec burst 5
ACCEPT tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/RST limit: avg 1/sec burst 5
ACCEPT icmp -- anywhere anywhere icmp echo-request limit: avg 1/sec burst 5
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain RH-Lokkit-0-50-INPUT (2 references)
target prot opt source destination
ACCEPT udp -- tempdns.guangzhou.gd.cn anywhere udp spt:domain dpts:1025:65535
ACCEPT udp -- dns.guangzhou.gd.cn anywhere udp spt:domain dpts:1025:65535
ACCEPT udp -- tempdns.guangzhou.gd.cn anywhere udp spt:domain dpts:1025:65535
ACCEPT udp -- dns.guangzhou.gd.cn anywhere udp spt:domain dpts:1025:65535
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh flags:SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:http flags:SYN,RST,ACK/SYN
ACCEPT tcp -- anywhere anywhere tcp dpt:ftp flags:SYN,RST,ACK/SYN
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
REJECT tcp -- anywhere anywhere tcp dpts:0:1023 flags:SYN,RST,ACK/SYN reject-with icmp-port-unreachable
REJECT tcp -- anywhere anywhere tcp dpt:nfs flags:SYN,RST,ACK/SYN reject-with icmp-port-unreachable
REJECT udp -- anywhere anywhere udp dpts:0:1023 reject-with icmp-port-unreachable
REJECT udp -- anywhere anywhere udp dpt:nfs reject-with icmp-port-unreachable
REJECT tcp -- anywhere anywhere tcp dpts:x11:6009 flags:SYN,RST,ACK/SYN reject-with icmp-port-unreachable
REJECT tcp -- anywhere anywhere tcp dpt:xfs flags:SYN,RST,ACK/SYN reject-with icmp-port-unreachable
Chain syn-flood (3 references)
target prot opt source destination
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
RETURN all -- anywhere anywhere limit: avg 12/sec burst 24
DROP all -- anywhere anywhere
RETURN all -- anywhere anywhere limit: avg 12/sec burst 24
DROP all -- anywhere anywhere |
|