環境 Fedora 11 メモリ内のIPパケットフィルタルールを確認する。 メモリ内のIPパケットフィルタルールを確認するには、iptables -Lコマンドを使用します。 # iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT icmp -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh REJECT all -- anywhere anywhere reject-with icmp-host-prohi