SóProvas


ID
959560
Banca
COVEST-COPSET
Órgão
UFPE
Ano
2013
Provas
Disciplina
Redes de Computadores
Assuntos


Qual das seguintes alternativas não apresenta uma chain do firewall
iptables
?

Alternativas
Comentários
  • http://en.wikipedia.org/wiki/Iptables

    PREROUTING: Packets will enter this chain before a routing decision is made.

    INPUT: Packet is going to be locally delivered. It does not have anything to do with processes having an opened socket; local delivery is controlled by the "local-delivery" routing table: ip route show table local.

    FORWARD: All packets that have been routed and were not for local delivery will traverse this chain.

    OUTPUT: Packets sent from the machine itself will be visiting this chain.

    POSTROUTING: Routing decision has been made. Packets enter this chain just before handing them off to the hardware.


    • INPUT - Consultado quando os pacotes precisam ser modificados antes de serem enviados para o chain INPUT da tabela filter.
      FORWARD - Consultado quando os pacotes precisam ser modificados antes de serem enviados para o chain FORWARD da tabela filter.
      PREROUTING - Consultado quando os pacotes precisam ser modificados antes de ser enviados para o chain PREROUTING da tabela nat.
      POSTROUTING - Consultado quando os pacotes precisam ser modificados antes de serem enviados para o chain POSTROUTING da tabela nat.
      OUTPUT - Consultado quando os pacotes precisam ser modificados antes de serem enviados para o chain OUTPUT da tabela nat.

    • Maiores detalhes em: http://www.guiafoca.org/cgs/guia/avancado/ch-fw-iptables.html

  • Essa palavrar "midrouting", alguém conhece?