<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    If a "netstat -nlp" shows nothing on that port, then it seems the
    issue is that nothing is actually listening on that port.  Trying to
    figure out what might be blocking the port is asking the wrong
    question - the port may not be blocked at all.  But it doesn't look
    like whatever service you think should be listening on that port is
    actually doing so.  You need to figure out why the service is either
    not starting up, or not listening on the port you think it's
    supposed to be on.  Check the logs for that service, and turn up the
    verbosity of its output if necessary (and possible).<br>
    <br>
    <div class="moz-cite-prefix">On 12/02/2015 3:37 PM, Tyhr Trubiak
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAF220_o474r2YoSQ4+Huzee6jJP_GFfyxxNpHX3R_t9btv5YbA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>I'm trying to have a site host on Red Hat 6.3 PCI compliant
          through myControlScan.</div>
        <div><br>
        </div>
        <div>The only failure I have is that port 36141:TCP is being
          blocked somehow/somewhere, and I do not know where or how to
          find out.</div>
        <div>It is blocked from other servers on the network as well as
          itself.</div>
        <div><br>
        </div>
        <div># nc -zv 127.0.0.1 36141</div>
        <div>nc: connect to 127.0.0.1 port 36141 (tcp) failed:
          Connection refused</div>
        <div>(same result when using nc -zv localhost 36141 as well as
          the website ip address)</div>
        <div><br>
        </div>
        <div>36141:TCP should be open according to iptables. (iptable
          list shown below)</div>
        <div><br>
        </div>
        <div># netstat -lnp | grep 36141</div>
        <div>(shows nothing)</div>
        <div><br>
        </div>
        <div>traceroute gets to myControlScan (207.198.99.3) via default
          settings, port 80, port 80 TCP, and port 36141, BUT not
          36141:TCP.</div>
        <div>Confused.</div>
        <div><br>
        </div>
        <div># traceroute -p 36141 -P TCP 207.198.99.3</div>
        <div>traceroute to 207.198.99.3 (207.198.99.3), 30 hops max, 60
          byte packets</div>
        <div> 1  * * *</div>
        <div> 2  *^C</div>
        <div><br>
        </div>
        <div># traceroute -p 36141 207.198.99.3</div>
        <div>traceroute to 207.198.99.3 (207.198.99.3), 30 hops max, 60
          byte packets</div>
        <div> 1  67.22.106.161 (67.22.106.161)  0.679 ms  0.734 ms
           0.873 ms</div>
        <div> 2  66.11.145.82 (66.11.145.82)  1.965 ms  1.963 ms  1.936
          ms</div>
        <div> 3  <a moz-do-not-send="true"
            href="http://ae1-200.tor10.ip4.gtt.net">ae1-200.tor10.ip4.gtt.net</a>
          (77.67.79.185)  1.890 ms  1.867 ms  1.839 ms</div>
        <div> 4  <a moz-do-not-send="true"
            href="http://xe-7-0-1.dal33.ip4.gtt.net">xe-7-0-1.dal33.ip4.gtt.net</a>
          (89.149.180.246)  51.948 ms  51.940 ms  51.916 ms</div>
        <div> 5  <a moz-do-not-send="true"
            href="http://peer1-gw.ip4.gtt.net">peer1-gw.ip4.gtt.net</a>
          (77.67.71.30)  38.730 ms  38.730 ms  38.701 ms</div>
        <div><br>
        </div>
        <div>iptable list below:</div>
        <div>-----------------</div>
        <div># iptables -nL</div>
        <div>Chain INPUT (policy ACCEPT)</div>
        <div>target     prot opt source               destination</div>
        <div>ACCEPT     tcp  --  <a moz-do-not-send="true"
            href="http://0.0.0.0/0">0.0.0.0/0</a>            <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp dpt:36141</div>
        <div>DROP       tcp  --  <a moz-do-not-send="true"
            href="http://195.190.13.0/24">195.190.13.0/24</a>      <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp</div>
        <div>DROP       tcp  --  <a moz-do-not-send="true"
            href="http://91.217.10.0/23">91.217.10.0/23</a>       <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp</div>
        <div>DROP       tcp  --  <a moz-do-not-send="true"
            href="http://91.207.8.0/23">91.207.8.0/23</a>        <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp</div>
        <div>DROP       tcp  --  <a moz-do-not-send="true"
            href="http://91.207.4.0/22">91.207.4.0/22</a>        <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp</div>
        <div>DROP       tcp  --  91.207.7.21          <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp</div>
        <div>ACCEPT     all  --  172.16.100.1         <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a></div>
        <div>ACCEPT     all  --  172.16.101.102       <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a></div>
        <div>ACCEPT     all  --  172.22.25.53         <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a></div>
        <div>ACCEPT     tcp  --  127.0.0.1            <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp dpt:111</div>
        <div>ACCEPT     tcp  --  10.200.139.34        <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp dpt:111</div>
        <div>ACCEPT     tcp  --  10.200.139.35        <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp dpt:111</div>
        <div>ACCEPT     tcp  --  172.16.1.164         <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp dpt:111</div>
        <div>REJECT     tcp  --  <a moz-do-not-send="true"
            href="http://0.0.0.0/0">0.0.0.0/0</a>            <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp dpt:111 reject-with icmp-port-unreachable</div>
        <div><br>
        </div>
        <div>Chain FORWARD (policy ACCEPT)</div>
        <div>target     prot opt source               destination</div>
        <div>ACCEPT     tcp  --  <a moz-do-not-send="true"
            href="http://0.0.0.0/0">0.0.0.0/0</a>            <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp dpt:36141</div>
        <div><br>
        </div>
        <div>Chain OUTPUT (policy ACCEPT)</div>
        <div>target     prot opt source               destination</div>
        <div>ACCEPT     tcp  --  <a moz-do-not-send="true"
            href="http://0.0.0.0/0">0.0.0.0/0</a>            <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp dpt:36141</div>
        <div>ACCEPT     tcp  --  127.0.0.1            <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp dpt:111</div>
        <div>ACCEPT     tcp  --  10.200.139.34        <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp dpt:111</div>
        <div>ACCEPT     tcp  --  10.200.139.35        <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp dpt:111</div>
        <div>ACCEPT     tcp  --  172.16.1.164         <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp dpt:111</div>
        <div>DROP       tcp  --  <a moz-do-not-send="true"
            href="http://0.0.0.0/0">0.0.0.0/0</a>            <a
            moz-do-not-send="true" href="http://0.0.0.0/0">0.0.0.0/0</a>
                    tcp dpt:111</div>
        <div>--------------------------------------------------------------------------</div>
        <div><br>
        </div>
        <div>Any thoughts or ideas?</div>
        <div>Thanks,</div>
        <div>Tyhr</div>
        <div><br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Roundtable mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Roundtable@muug.mb.ca">Roundtable@muug.mb.ca</a>
<a class="moz-txt-link-freetext" href="http://www.muug.mb.ca/mailman/listinfo/roundtable">http://www.muug.mb.ca/mailman/listinfo/roundtable</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Gilles R. Detillieux              E-mail: <a class="moz-txt-link-rfc2396E" href="mailto:grdetil@scrc.umanitoba.ca">&lt;grdetil@scrc.umanitoba.ca&gt;</a>
Spinal Cord Research Centre       WWW:    <a class="moz-txt-link-freetext" href="http://www.scrc.umanitoba.ca/">http://www.scrc.umanitoba.ca/</a>
Dept. of Physiology and Pathophysiology, Faculty of Health Sciences,
Univ. of Manitoba  Winnipeg, MB  R3E 0J9  (Canada)
</pre>
  </body>
</html>