<?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: open port 5555 and verify port is open in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/open-port-5555-and-verify-port-is-open/m-p/3950406#M84841</link>
    <description>"lsof -i" and "netstat -af INET" should show if there is a port open, however if "iptables" is running it could be closing the port. Try running: "iptables -L" to see if the firewall is active.&lt;BR /&gt;</description>
    <pubDate>Sat, 24 Feb 2007 10:39:19 GMT</pubDate>
    <dc:creator>Andrew Cowan</dc:creator>
    <dc:date>2007-02-24T10:39:19Z</dc:date>
    <item>
      <title>open port 5555 and verify port is open</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-port-5555-and-verify-port-is-open/m-p/3950405#M84840</link>
      <description>I am trying to open port 5555 for HP Data Protector &lt;BR /&gt;&lt;BR /&gt;From a previous post is used the following command: &lt;BR /&gt;Service mgmt-vmware stop &lt;BR /&gt;Esxcfg-firwall --openPort 5555,tcp,in,HpDp6 &lt;BR /&gt;Esxcfg-firwall --openPort 5555,tcp,out,HpDp6 &lt;BR /&gt;Service mgmt-vmware restart &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then I try a netstat -a and I do not see 5555 listed &lt;BR /&gt;I tried ssh servername -p 5555 the response I get is ssh_exchange_identification closed by remote host. (Not sure what the response should be) &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Feb 2007 11:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-port-5555-and-verify-port-is-open/m-p/3950405#M84840</guid>
      <dc:creator>Gene Kenny</dc:creator>
      <dc:date>2007-02-23T11:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: open port 5555 and verify port is open</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-port-5555-and-verify-port-is-open/m-p/3950406#M84841</link>
      <description>"lsof -i" and "netstat -af INET" should show if there is a port open, however if "iptables" is running it could be closing the port. Try running: "iptables -L" to see if the firewall is active.&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Feb 2007 10:39:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-port-5555-and-verify-port-is-open/m-p/3950406#M84841</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2007-02-24T10:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: open port 5555 and verify port is open</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-port-5555-and-verify-port-is-open/m-p/3950407#M84842</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;By default iptables closes port 5555.&lt;BR /&gt;&lt;BR /&gt;First try the connection with iptables down. Note that tcpwrappers can also block things.&lt;BR /&gt;&lt;BR /&gt;iptables -A INPUT -s 192.168.0.55 --port 5555 -j ACCEPT&lt;BR /&gt;&lt;BR /&gt;service iptables save&lt;BR /&gt;&lt;BR /&gt;What the iptables statement does is accept input on port 5555 from 192.168.0.55 where that is the source ip address of the DP 5 system. Note the save statement will save that configuration past the next boot.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 24 Feb 2007 14:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-port-5555-and-verify-port-is-open/m-p/3950407#M84842</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-02-24T14:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: open port 5555 and verify port is open</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-port-5555-and-verify-port-is-open/m-p/3950408#M84843</link>
      <description>Hello Gene,&lt;BR /&gt;&lt;BR /&gt;if you host is an ESX server, please use "esxcfg-firewall" to open the port for incoming and outgoing traffic. You _must_ use telnet, not ssh. Please try the following command&lt;BR /&gt;&lt;BR /&gt;telnet hostname 5555&lt;BR /&gt;&lt;BR /&gt;Then you should get a response from the Data Protector agent. You should try this from you esx to localhost and from you cellmanager to the dns hostname oder ip-adress of you esx server.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Sun, 25 Feb 2007 05:41:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-port-5555-and-verify-port-is-open/m-p/3950408#M84843</guid>
      <dc:creator>Patrick Terlisten</dc:creator>
      <dc:date>2007-02-25T05:41:38Z</dc:date>
    </item>
  </channel>
</rss>

