cancel
Showing results for 
Search instead for 
Did you mean: 

zonedirector 1000

geraldo_nazaret
New Contributor II
I am not able to access the zonedirector 1000 via browser, it is only in that screen below.
Freezes on this screen and does not open the manager, I've tried in other browsers and also other machines, it's the same thing.


Image_ images_messages_5f91c3e8135b77e2478db892_e947b50770818371d71fefc1bed635cf_RackMultipart201709011116021sr-e2600b0f-c458-4d50-a1f5-b4e5f353574b-1886398515.PNG1504291637
13 REPLIES 13

Digging deeper the JSP file is looking for IPv6 and only IPv6...




var ip = '';
var IE = !!(window.attachEvent && navigator.userAgent.indexOf('Opera') === -1);

function checkIPv6(v)
{
    return (/::/.test(v) ? /^([\da-f]{1,4}(:|::)){1,6}[\da-f]{1,4}$/i.test(v) : /^([\da-f]{1,4}:){7}[\da-f]{1,4}$/i.test(v));
}

if (ip == '') ip = location.host;
if (IE && checkIPv6(ip)) ip = '[' + ip + ']';

location.href='https://' + ip + '/';   

 

More...

The login page should be https://192.168.100.17/admin/login.jsp but it keeps rerouting to the link the OP posted above...

I was able to get a page to load using this link https://192.168.100.17/user/user_login_prov.jsp but none of the login credentials work

Whatcha got Michael?

Your ZD1000 appears to have given it's last...  I have a few too, and I'm sure they're cheap on eBay (being end of life, end of support and all).
You can probably get a ZD1100 for low cost too, and we've got free WPA2 KRACK upgrade going on.

It works perfectly, I just can't login. Something in your code is forcing a redirect away from the login page. I already have a ZD1200 and and 5 ZoneFlex R170s to deploy but I'm likely going to return them because of this crap. The device is fine, it can get to other logins just not the admin. Very fishy.