主題212:システムのセキュリティ Q1


0問中0問正解 (正答率0.0%) 0分00秒経過



第1問 78人中41人正解 (正答率52.5%)

メールサーバ192.168.1.10へのパケットの転送を許可したい。適切なコマンドは次のうちどれか。

  1. iptables -A FORWARD -p tcp --dport 25 -d 192.168.1.10 -j ACCEPT
  2. iptables -A OUTPUT -p tcp --sport 25 -s 192.168.1.10 -j ACCEPT
  3. iptables -A OUTPUT -j tcp --sport 25 -s 192.168.1.10 -p ACCEPT
  4. iptables -A OUTPUT -p tcp --dport 25 -d 192.168.1.10 -j ACCEPT
  5. iptables -A FORWARD -p tcp --sport 25 -d 192.168.1.10 -j ACCEPT

[▲TOP]

HOMEへもどる

姉妹サイト:CCNA/CCENTの練習問題集


since 2013/08/11
Copyright (c) 2010 sync-style.com All Right Reserved.