iptablesのは認識していないよう--dport
で-p all
。
iptables -A INPUT -p all --dport www -j ACCEPT
収量:
iptables v1.4.4: unknown option `--dport'
Try `iptables -h' or 'iptables --help' for more information.
--destination-port doesn't work either: iptables v1.4.4: unknown option `--destination-port'
以下のための2つの別々のルールを追加-p tcp
し、-p udp
罰金を動作しますので、なぜそれが機能しませんか-p all
?
重要な場合、これはiptablesパッケージバージョン1.4.4-2ubuntu2を使用するUbuntu 10.04 LTSサーバー上にあります