<?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 netsight_appliance_64bit.6.3.0.168.ova not work access to the Web console after installation . in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40770#M5114</link>
    <description>I've done seven facilities in 3 different vmware appliance servers but can not open the web session and reviewing the list of ports are not available on 8080 and 8083 , 8084 .&lt;BR /&gt;
&lt;BR /&gt;
when running on the server the command netstat -an | grep -i LISTEN sample having only few ports open , you can see the image.&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="c46338a6473145e0a71ad9b6700ac877_RackMultipart20151028-22603-1m0g0to-ERROR_PUERTOS_NETSIGHT_inline.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2577i9A5FD81A158B8DBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="c46338a6473145e0a71ad9b6700ac877_RackMultipart20151028-22603-1m0g0to-ERROR_PUERTOS_NETSIGHT_inline.jpg" alt="c46338a6473145e0a71ad9b6700ac877_RackMultipart20151028-22603-1m0g0to-ERROR_PUERTOS_NETSIGHT_inline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 29 Oct 2015 01:11:00 GMT</pubDate>
    <dc:creator>Jairo_Rojas_Her</dc:creator>
    <dc:date>2015-10-29T01:11:00Z</dc:date>
    <item>
      <title>netsight_appliance_64bit.6.3.0.168.ova not work access to the Web console after installation .</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40770#M5114</link>
      <description>I've done seven facilities in 3 different vmware appliance servers but can not open the web session and reviewing the list of ports are not available on 8080 and 8083 , 8084 .&lt;BR /&gt;
&lt;BR /&gt;
when running on the server the command netstat -an | grep -i LISTEN sample having only few ports open , you can see the image.&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="c46338a6473145e0a71ad9b6700ac877_RackMultipart20151028-22603-1m0g0to-ERROR_PUERTOS_NETSIGHT_inline.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2577i9A5FD81A158B8DBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="c46338a6473145e0a71ad9b6700ac877_RackMultipart20151028-22603-1m0g0to-ERROR_PUERTOS_NETSIGHT_inline.jpg" alt="c46338a6473145e0a71ad9b6700ac877_RackMultipart20151028-22603-1m0g0to-ERROR_PUERTOS_NETSIGHT_inline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Oct 2015 01:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40770#M5114</guid>
      <dc:creator>Jairo_Rojas_Her</dc:creator>
      <dc:date>2015-10-29T01:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: netsight_appliance_64bit.6.3.0.168.ova not work access to the Web console after installation .</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40771#M5115</link>
      <description>I had posted the wrong info for you. Im sorry for that. I do believe I have an answer for that one too. Ill be right back with that</description>
      <pubDate>Thu, 29 Oct 2015 01:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40771#M5115</guid>
      <dc:creator>Joseph_Burnswor</dc:creator>
      <dc:date>2015-10-29T01:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: netsight_appliance_64bit.6.3.0.168.ova not work access to the Web console after installation .</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40772#M5116</link>
      <description>Here you go, try this.&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;sudo iptables -A INPUT -p tcp --dport 8080 -j ACCEPT&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;sudo iptables -A INPUT -p tcp --dport 8443 -j ACCEPT&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Let me know if this helps.</description>
      <pubDate>Thu, 29 Oct 2015 01:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40772#M5116</guid>
      <dc:creator>Joseph_Burnswor</dc:creator>
      <dc:date>2015-10-29T01:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: netsight_appliance_64bit.6.3.0.168.ova not work access to the Web console after installation .</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40773#M5117</link>
      <description>youll have to remove the break symbols out. I dont know why it keeps adding them&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Oct 2015 01:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40773#M5117</guid>
      <dc:creator>Joseph_Burnswor</dc:creator>
      <dc:date>2015-10-29T01:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: netsight_appliance_64bit.6.3.0.168.ova not work access to the Web console after installation .</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40774#M5118</link>
      <description>Welcome to The Hub!&lt;BR /&gt;
Formatting with code and pre tags can be weird here.  I went ahead and fixed that post for you </description>
      <pubDate>Thu, 29 Oct 2015 01:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40774#M5118</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-10-29T01:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: netsight_appliance_64bit.6.3.0.168.ova not work access to the Web console after installation .</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40775#M5119</link>
      <description>Thank you</description>
      <pubDate>Thu, 29 Oct 2015 01:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40775#M5119</guid>
      <dc:creator>Joseph_Burnswor</dc:creator>
      <dc:date>2015-10-29T01:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: netsight_appliance_64bit.6.3.0.168.ova not work access to the Web console after installation .</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40776#M5120</link>
      <description>I'll try and tell you&lt;BR /&gt;
Thks&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Oct 2015 01:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40776#M5120</guid>
      <dc:creator>Jairo_Rojas_Her</dc:creator>
      <dc:date>2015-10-29T01:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: netsight_appliance_64bit.6.3.0.168.ova not work access to the Web console after installation .</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40777#M5121</link>
      <description>don´t work with this command.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Oct 2015 03:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40777#M5121</guid>
      <dc:creator>Jairo_Rojas_Her</dc:creator>
      <dc:date>2015-10-29T03:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: netsight_appliance_64bit.6.3.0.168.ova not work access to the Web console after installation .</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40778#M5122</link>
      <description>The command didn't work or the command didn't fix it?    I was able ro replicate the issue and it resolved it</description>
      <pubDate>Thu, 29 Oct 2015 04:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40778#M5122</guid>
      <dc:creator>Joseph_Burnswor</dc:creator>
      <dc:date>2015-10-29T04:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: netsight_appliance_64bit.6.3.0.168.ova not work access to the Web console after installation .</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40779#M5123</link>
      <description>the command was not run</description>
      <pubDate>Thu, 29 Oct 2015 07:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40779#M5123</guid>
      <dc:creator>Jairo_Rojas_Her</dc:creator>
      <dc:date>2015-10-29T07:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: netsight_appliance_64bit.6.3.0.168.ova not work access to the Web console after installation .</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40780#M5124</link>
      <description>&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2e2af411b9104d92bc310b2cce9eae1d_RackMultipart20151029-18887-1dlpq0m-error_netsight1_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5778iCCB6B81EFDDFA0EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2e2af411b9104d92bc310b2cce9eae1d_RackMultipart20151029-18887-1dlpq0m-error_netsight1_inline.png" alt="2e2af411b9104d92bc310b2cce9eae1d_RackMultipart20151029-18887-1dlpq0m-error_netsight1_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Oct 2015 07:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40780#M5124</guid>
      <dc:creator>Jairo_Rojas_Her</dc:creator>
      <dc:date>2015-10-29T07:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: netsight_appliance_64bit.6.3.0.168.ova not work access to the Web console after installation .</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40781#M5125</link>
      <description>&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="f2367ea911fc402dac8f78e3ba5c33a5_RackMultipart20151029-15992-71zey2-error_netsight3_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/1234i16EFB4CBACD76A70/image-size/large?v=v2&amp;amp;px=999" role="button" title="f2367ea911fc402dac8f78e3ba5c33a5_RackMultipart20151029-15992-71zey2-error_netsight3_inline.png" alt="f2367ea911fc402dac8f78e3ba5c33a5_RackMultipart20151029-15992-71zey2-error_netsight3_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Oct 2015 07:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40781#M5125</guid>
      <dc:creator>Jairo_Rojas_Her</dc:creator>
      <dc:date>2015-10-29T07:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: netsight_appliance_64bit.6.3.0.168.ova not work access to the Web console after installation .</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40782#M5126</link>
      <description>ok, try this one.&lt;BR /&gt;
&lt;BR /&gt;
/usr/postinstall/dnetconfig&lt;BR /&gt;
&lt;BR /&gt;
This will take you through the network config again. Accept the defaults shown (It is what is already configured) and then restart with this line&lt;BR /&gt;
&lt;BR /&gt;
shutdown -r now&lt;BR /&gt;
&lt;BR /&gt;
try this and let me know&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Oct 2015 07:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40782#M5126</guid>
      <dc:creator>Joseph_Burnswor</dc:creator>
      <dc:date>2015-10-29T07:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: netsight_appliance_64bit.6.3.0.168.ova not work access to the Web console after installation .</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40783#M5127</link>
      <description>Did you happen to get this working?&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Nov 2015 00:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/netsight-appliance-64bit-6-3-0-168-ova-not-work-access-to-the/m-p/40783#M5127</guid>
      <dc:creator>Joseph_Burnswor</dc:creator>
      <dc:date>2015-11-06T00:23:00Z</dc:date>
    </item>
  </channel>
</rss>

