ExamarCorp / ovz-web-panel

Automatically exported from code.google.com/p/ovz-web-panel
Other
0 stars 0 forks source link

Cant Access Web Panel via Browser #442

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce:
1. Reinstalled Centos 6 x64bit 3 times. Installed ovz with the install script. 
Installed without error and services started. Went to the x.x.x.x:3000 and 
nothing loads. No white page, no login, just Page loading 
error/timeout/unavailable. Its like its not even listing or something.

I have searched ever forum that i can find and nothing has worked.

Version of the product: 2.1

Server OS:Centos 6 x64bit 

Browser:Chrome, Firefox,IE

Original issue reported on code.google.com by ad...@androidfilehost.com on 7 Jun 2012 at 4:39

GoogleCodeExporter commented 9 years ago
well thats strange. I shutdown iptables and now it works

Original comment by ad...@androidfilehost.com on 7 Jun 2012 at 4:44

GoogleCodeExporter commented 9 years ago
I have the same issue and shutting down iptables also fixed it.

To get the webpanel working, add this line to /etc/sysconfig/iptables:
  -A INPUT -m state --state NEW -m tcp -p tcp --dport 3000 -j ACCEPT

By default, the iptables rules only let established or outgoing connections 
through (quite restrictive, as it should be for a server). I'd say that the 
installer should add an exception for it but because it varies between distros, 
a simple reminder would be easier.

Original comment by nshe...@gmail.com on 14 May 2013 at 4:23

GoogleCodeExporter commented 9 years ago
this is not working for me

Original comment by mtwiscoo...@googlemail.com on 8 Oct 2013 at 7:48