zonedirector 1000
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2017 11:50 AM
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.
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.
13 REPLIES 13
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2017 06:48 AM
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 + '/';
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 + '/';
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2017 08:17 AM
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?
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?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2017 08:34 AM
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.
You can probably get a ZD1100 for low cost too, and we've got free WPA2 KRACK upgrade going on.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2017 08:37 AM
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.

