<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Eu at&eacute; imaginei que pudesse ser firewall mas como no iptables tava
    INPUT ACCEPT e o iptables -L tambem apontava isso, nem me toquei.
    Depois que voce me mandou aquela regra &eacute; que fui testar. Acabei
    comentando todas as regras por enquanto assim n&atilde;o bloqueou nada.
    Depois levanto o Firewall do meu jeito.<br>
    <br>
    Vlew amigo ! &nbsp;&nbsp; <br>
    []'s <br>
    Em 17-04-2012 11:19, Marcus Vinicius. escreveu:
    <blockquote
cite="mid:CA+YV_TK2ajyPCiEWWqCHtvrTrUQ1Ba3jMSb7wFPZvFo1Rtfmgw@mail.gmail.com"
      type="cite">
      <div><span style="font-family: tahoma,sans-serif;">Que bom que
          resolveu seu problema!&nbsp;</span></div>
      <div><font face="tahoma,sans-serif">Cara, se voc&ecirc; soubesse o
          quanto que eu penei pra achar esse problema! rs..&nbsp;</font><span
          style="font-family: tahoma,sans-serif;">Hoje em dia eu j&aacute;
          corro logo assim que instalo o apache e restarto os dois
          (httpd e iptables) na mesma hora! =D</span></div>
      <div><font face="tahoma, sans-serif"><br>
        </font></div>
      <div><span style="font-family: tahoma,sans-serif;">Abra&ccedil;os.</span></div>
      <div><span style="font-family: tahoma,sans-serif;"><br>
        </span></div>
      <div>
        <div><br>
          <div class="gmail_quote">
            Em 17 de abril de 2012 09:38, Deivison Moraes <span
              dir="ltr">&lt;<a moz-do-not-send="true"
                href="mailto:deivisonmoraes@mutumnet.com.br">deivisonmoraes@mutumnet.com.br</a>&gt;</span>
            escreveu:<br>
            <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
              0.8ex; border-left: 1px solid rgb(204, 204, 204);
              padding-left: 1ex;">
              <div text="#000000" bgcolor="#ffffff"> Isto mesmo:<br>
                80/tcp open&nbsp; http<br>
                <br>
                Funcionou, estou migrando pra centOS agora e ainda estou
                tomando uns tocos. Obrigado <br>
                <br>
                <br>
                []'s<br>
                <br>
                Em 17-04-2012 09:32, Deivison Moraes escreveu:
                <div>
                  <div class="h5">
                    <blockquote type="cite"> &nbsp;&nbsp;&nbsp; Poxa, verdade, tem uma
                      regra dessa para o ssh no iptables. Achei que isso
                      fosse adicionado autom&aacute;tico. Ainda mais que o
                      Firewall vem com politica de INPUT ACCEPT.
                      Acredito que deva funcionar agora mesmo. <br>
                      <br>
                      Retorno em breve !<br>
                      Vlew !<br>
                      <br>
                      []'s<br>
                      Em 17-04-2012 09:27, Marcus Vinicius. escreveu:
                      <blockquote type="cite"><font
                          face="tahoma,sans-serif">geralmente eu libero
                          no iptables.</font>
                        <div><font face="tahoma, sans-serif"><br>
                          </font></div>
                        <div><font face="tahoma, sans-serif">arquivo:&nbsp;/etc/sysconfig/iptables</font></div>
                        <div><font face="tahoma, sans-serif">linha:&nbsp;-A
                            INPUT -m state --state NEW -m tcp -p tcp
                            --dport 80 -j ACCEPT</font></div>
                        <div><font face="tahoma, sans-serif"><br>
                          </font>
                          <div><br>
                          </div>
                          <div><br>
                            <div class="gmail_quote">Em 17 de abril de
                              2012 08:44, Deivison Moraes <span
                                dir="ltr">&lt;<a moz-do-not-send="true"
href="mailto:deivisonmoraes@mutumnet.com.br" target="_blank">deivisonmoraes@mutumnet.com.br</a>&gt;</span>
                              escreveu:<br>
                              <blockquote class="gmail_quote"
                                style="margin: 0pt 0pt 0pt 0.8ex;
                                border-left: 1px solid rgb(204, 204,
                                204); padding-left: 1ex;">Arquivo
                                hosts.deny limpo, segue o iptables -L:<br>
                                <br>
                                Chain INPUT (policy ACCEPT)<br>
                                target &nbsp; &nbsp; prot opt source &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                destination<br>
                                ACCEPT &nbsp; &nbsp; all &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;state<br>
                                RELATED,ESTABLISHED<br>
                                ACCEPT &nbsp; &nbsp; icmp -- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                anywhere<br>
                                ACCEPT &nbsp; &nbsp; all &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                anywhere<br>
                                ACCEPT &nbsp; &nbsp; tcp &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;state NEW<br>
                                tcp dpt:ssh<br>
                                REJECT &nbsp; &nbsp; all &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;reject-with<br>
                                icmp-host-prohibited<br>
                                <br>
                                Chain FORWARD (policy ACCEPT)<br>
                                target &nbsp; &nbsp; prot opt source &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                destination<br>
                                REJECT &nbsp; &nbsp; all &nbsp;-- &nbsp;anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                anywhere &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;reject-with<br>
                                icmp-host-prohibited<br>
                                <br>
                                Chain OUTPUT (policy ACCEPT)<br>
                                target &nbsp; &nbsp; prot opt source &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                destination<br>
                                <br>
                                <br>
                                <br>
                                <br>
                                Em 17-04-2012 08:20, Thiago Coutinho
                                escreveu:<br>
                                <div>&gt; On Tue, Apr 17, 2012 at 8:09
                                  AM, Deivison Moraes<br>
                                  &gt; &lt;<a moz-do-not-send="true"
                                    href="mailto:deivisonmoraes@mutumnet.com.br"
                                    target="_blank">deivisonmoraes@mutumnet.com.br</a>&gt;


                                  &nbsp;wrote:<br>
                                  &gt;&gt; Estou com um problema
                                  estranho no CentOS 6.2. Instalei o
                                  httpd<br>
                                  &gt;&gt; porem no meu centOS aparece a
                                  porta 80 como filtrada e n&atilde;o acessa de<br>
                                  &gt;&gt; forma alguma:<br>
                                  &gt;&gt; 80/tcp filtered http<br>
                                  &gt;&gt; J&aacute; desativei o selinux, e n&atilde;o
                                  tenho nenhum firewall rodando por<br>
                                  &gt;&gt; enquanto. O que pode ser ?<br>
                                  &gt; Tem certeza que n&atilde;o tem nenhuma
                                  regra de firewall ativa? Execute um<br>
                                  &gt; iptables -L e verifique. Veja
                                  tamb&eacute;m como est&aacute; o arquivo<br>
                                  &gt; /etc/hosts.deny.<br>
                                  &gt;<br>
                                  <br>
                                </div>
                                <div>
                                  <div>_______________________________________________<br>
                                    CentOS-pt-br mailing list<br>
                                    <a moz-do-not-send="true"
                                      href="mailto:CentOS-pt-br@centos.org"
                                      target="_blank">CentOS-pt-br@centos.org</a><br>
                                    <a moz-do-not-send="true"
                                      href="http://lists.centos.org/mailman/listinfo/centos-pt-br"
                                      target="_blank">http://lists.centos.org/mailman/listinfo/centos-pt-br</a><br>
                                  </div>
                                </div>
                              </blockquote>
                            </div>
                            <br>
                            <br clear="all">
                            <div><br>
                            </div>
                            -- <br>
                            <span style="font-family:
                              tahoma,sans-serif;">Att,</span><br
                              style="font-family: tahoma,sans-serif;">
                            <span style="font-family:
                              tahoma,sans-serif;">Marcus Vinicius.</span><br>
                          </div>
                        </div>
                        <pre><fieldset></fieldset>
_______________________________________________
CentOS-pt-br mailing list
<a moz-do-not-send="true" href="mailto:CentOS-pt-br@centos.org" target="_blank">CentOS-pt-br@centos.org</a>
<a moz-do-not-send="true" href="http://lists.centos.org/mailman/listinfo/centos-pt-br" target="_blank">http://lists.centos.org/mailman/listinfo/centos-pt-br</a>
</pre>
                      </blockquote>
                      <br>
                      <pre><fieldset></fieldset>
_______________________________________________
CentOS-pt-br mailing list
<a moz-do-not-send="true" href="mailto:CentOS-pt-br@centos.org" target="_blank">CentOS-pt-br@centos.org</a>
<a moz-do-not-send="true" href="http://lists.centos.org/mailman/listinfo/centos-pt-br" target="_blank">http://lists.centos.org/mailman/listinfo/centos-pt-br</a>
</pre>
                    </blockquote>
                    <br>
                  </div>
                </div>
              </div>
              <br>
              _______________________________________________<br>
              CentOS-pt-br mailing list<br>
              <a moz-do-not-send="true"
                href="mailto:CentOS-pt-br@centos.org">CentOS-pt-br@centos.org</a><br>
              <a moz-do-not-send="true"
                href="http://lists.centos.org/mailman/listinfo/centos-pt-br"
                target="_blank">http://lists.centos.org/mailman/listinfo/centos-pt-br</a><br>
              <br>
            </blockquote>
          </div>
          <br>
          <br clear="all">
          <div><br>
          </div>
          -- <br>
          <span style="font-family: tahoma,sans-serif;">Att,</span><br
            style="font-family: tahoma,sans-serif;">
          <span style="font-family: tahoma,sans-serif;">Marcus Vinicius.</span><br>
        </div>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
CentOS-pt-br mailing list
<a class="moz-txt-link-abbreviated" href="mailto:CentOS-pt-br@centos.org">CentOS-pt-br@centos.org</a>
<a class="moz-txt-link-freetext" href="http://lists.centos.org/mailman/listinfo/centos-pt-br">http://lists.centos.org/mailman/listinfo/centos-pt-br</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>