Infinite loop after first configuration

Forums > Troubleshooting > Infinite loop after first configuration

Post #1
After complete first setup, login via web panel show me infinite loop wait screen at /x.x.x.x/cgi-bin/core.pl (RazDC v4)

Uncaught TypeError: mainMenu is null
    buildMenu https://x.x.x.x/js/jsonhandle.js:80
    RazSetup https://x.x.x.x/js/jsonhandle.js:54
    <anonymous> https://x.x.x.x/cgi-bin/core.pl:175

Post #2
This sounds like a firewall issue (Maybe?)

You  can try flushing and allowing all, this would be temporary until after setup. Run each command and let me know if this helps:

iptables -F
iptables -X
iptables -P  INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
Bryan King

Sorry, this topic is not accepting new posts.