cancel
Showing results for 
Search instead for 
Did you mean: 

netsight_appliance_64bit.6.3.0.168.ova not work access to the Web console after installation .

netsight_appliance_64bit.6.3.0.168.ova not work access to the Web console after installation .

Jairo_Rojas_Her
New Contributor II
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 .

when running on the server the command netstat -an | grep -i LISTEN sample having only few ports open , you can see the image.

c46338a6473145e0a71ad9b6700ac877_RackMultipart20151028-22603-1m0g0to-ERROR_PUERTOS_NETSIGHT_inline.jpg


13 REPLIES 13

Thank you

Drew_C
Valued Contributor III
Welcome to The Hub!
Formatting with code and pre tags can be weird here. I went ahead and fixed that post for you 

Joseph_Burnswor
New Contributor III
Here you go, try this.
code:
sudo iptables -A INPUT -p tcp --dport 8080 -j ACCEPT

code:
sudo iptables -A INPUT -p tcp --dport 8443 -j ACCEPT


Let me know if this helps.

Joseph_Burnswor
New Contributor III
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
GTM-P2G8KFN