<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: cannot telnet to any port in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-to-any-port/m-p/5012689#M84492</link>
    <description>The first thing that you should do is to identify if the ports are LISTENING for connections, use netstat -an for that, for example:&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep 7784&lt;BR /&gt;&lt;BR /&gt;You should see a line like this:&lt;BR /&gt;&lt;BR /&gt;Proto Recv-Q Send-Q  Local Address             Foreign Address           (state)&lt;BR /&gt;tcp        0      0  *.7784                      *.*                       LISTEN&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This indicates that the port is open and waiting for connections. If you don't see a line like that, then your application or web service is not started or cannot start because of an error.&lt;BR /&gt;&lt;BR /&gt;Re-check that your firewall is not preventing connections, check the status with:&lt;BR /&gt;&lt;BR /&gt;iptables -nL</description>
    <pubDate>Tue, 07 Nov 2006 12:55:22 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-11-07T12:55:22Z</dc:date>
    <item>
      <title>cannot telnet to any port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-to-any-port/m-p/5012688#M84491</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Well not exactly I can telnet normally (port 23) but that's it.&lt;BR /&gt;We are trying to setup a web application server using ports 7784 and 9001 in a Suse SLES 8. But we are not going anywhere.&lt;BR /&gt;I am trying to telnet to the machine thru the port but this is what I get:&lt;BR /&gt;$ telnet 192.168.1.14 7784&lt;BR /&gt;Connecting To 192.168.1.14...Could not open connection to the host, on port 7784: Connect failed&lt;BR /&gt;I build the server some days ago, and I am quite newbie in the linux side. I am not running a firewall or any other fancy thing (not that I am aware of).&lt;BR /&gt;&lt;BR /&gt;Thanks for all you help in advanced.</description>
      <pubDate>Tue, 07 Nov 2006 12:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-to-any-port/m-p/5012688#M84491</guid>
      <dc:creator>Oscar Garcia</dc:creator>
      <dc:date>2006-11-07T12:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: cannot telnet to any port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-to-any-port/m-p/5012689#M84492</link>
      <description>The first thing that you should do is to identify if the ports are LISTENING for connections, use netstat -an for that, for example:&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep 7784&lt;BR /&gt;&lt;BR /&gt;You should see a line like this:&lt;BR /&gt;&lt;BR /&gt;Proto Recv-Q Send-Q  Local Address             Foreign Address           (state)&lt;BR /&gt;tcp        0      0  *.7784                      *.*                       LISTEN&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This indicates that the port is open and waiting for connections. If you don't see a line like that, then your application or web service is not started or cannot start because of an error.&lt;BR /&gt;&lt;BR /&gt;Re-check that your firewall is not preventing connections, check the status with:&lt;BR /&gt;&lt;BR /&gt;iptables -nL</description>
      <pubDate>Tue, 07 Nov 2006 12:55:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-to-any-port/m-p/5012689#M84492</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-11-07T12:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: cannot telnet to any port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-to-any-port/m-p/5012690#M84493</link>
      <description>apparently the service didn't come up properly.&lt;BR /&gt;You can check for opent ports with netstat utility.&lt;BR /&gt;read man unless you're already familiar with it.</description>
      <pubDate>Tue, 07 Nov 2006 12:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-to-any-port/m-p/5012690#M84493</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-11-07T12:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: cannot telnet to any port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-to-any-port/m-p/5012691#M84494</link>
      <description>Thank you for your replies Ivan &amp;amp; Alexander.&lt;BR /&gt;Linux is not my cup of tea, and I just hate to spend hours and hours reading about the 100 different ways of doing one thing.&lt;BR /&gt;I did not know that the application is the one that opens the ports. I thought the ports were always open, available and listening... but there is always something new to learn every day.&lt;BR /&gt;Today I came and after reading your answers I gave it a go and I managed to connect. &lt;BR /&gt;The DBA told me he had reinstalled some software and now the problem was shifted on to how to reconfigure the kernel parameters.&lt;BR /&gt;I do not want to hurt any feelings but I think the linux and the Suse documentation stinks!!!&lt;BR /&gt;Thanks again for your help!</description>
      <pubDate>Wed, 08 Nov 2006 11:50:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-to-any-port/m-p/5012691#M84494</guid>
      <dc:creator>Oscar Garcia</dc:creator>
      <dc:date>2006-11-08T11:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: cannot telnet to any port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-to-any-port/m-p/5012692#M84495</link>
      <description>It seems that the application did not start up and therefore ports were not open. Once rectified this, I managed to connect thru port 7784.</description>
      <pubDate>Wed, 08 Nov 2006 11:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-telnet-to-any-port/m-p/5012692#M84495</guid>
      <dc:creator>Oscar Garcia</dc:creator>
      <dc:date>2006-11-08T11:52:23Z</dc:date>
    </item>
  </channel>
</rss>

