请问要得到如上的 iptables 效果应该如何设置??[root@localhost ~]# iptables --list
Chain INPUT (policy ACCEPT)
target prot opt source destination
DROP tcp -- anywhere anywhere tcp dpt:microsoft-ds
DROP udp -- anywhere anywhere udp dpt:microsoft-ds
Chain FORWARD (policy ACCEPT)
target prot opt source destination
DROP tcp -- anywhere anywhere tcp dpt:krb524
DROP udp -- anywhere anywhere udp dpt:krb524
DROP tcp -- anywhere anywhere tcp dpt:netbios-ns
DROP udp -- anywhere anywhere udp dpt:netbios-ns
DROP tcp -- anywhere anywhere tcp dpt:microsoft-ds
DROP udp -- anywhere anywhere udp dpt:microsoft-ds
DROP tcp -- anywhere anywhere tcp dpt:tftp
DROP udp -- anywhere anywhere udp dpt:tftp
DROP tcp -- anywhere anywhere tcp spt:netbios-ns
DROP udp -- anywhere anywhere udp spt:netbios-ns
DROP tcp -- anywhere anywhere tcp dpt:netbios-ssn
DROP udp -- anywhere anywhere udp dpt:netbios-ssn
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
DROP tcp -- anywhere anywhere tcp dpt:microsoft-ds
DROP udp -- anywhere anywhere udp dpt:microsoft-ds
Chain RH-Firewall-1-INPUT (0 references)
target prot opt source destination
[root@localhost ~]#
请高手指点!!
先谢过!!
