Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Author Topic: Problem with HG612 new WebGUI firmware  (Read 2233 times)

AnthonyG

  • Member
  • **
  • Posts: 32
Problem with HG612 new WebGUI firmware
« on: August 15, 2014, 06:45:12 PM »

Hi I was hoping someone could offer a suggestion to fix this issue.

I have a HG612 modem so I flashed it with the August 2014 WebGUI firmware. I set it up by disconnecting from my router and flashing it via this. All went fine

I went and logged into the router and changed the login gateway to 192.168.1.253.

I then set my Asus AC56u router to only allow IPs of less than 192.168.1.252. I connected the modem to my LAN port 2 on my asus router.

But now when I go to 192.168.1.253 on my browser it brings up a page with a load of javascript on saying

Quote
27f1
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Login</title>
<script language="JavaScript" src="../js/util.js"></script>
<style type="text/css">
a
{
color:#000000;
cursor:hand;
font-family:Arial;
font-size:14px;
text-decoration :none;
}
td
{
font-family:Arial;
font-size:14px;
}
a:hover {
color:#990000;
}
body
{
margin: 0 0 0 0;
font-family:Arial;
}
</style>
<script language="JavaScript" type="text/javascript">
var LoginTimes = 0;
var Cookieflag = 0;
var inittime = 0;
var initcount = 0;
var firmenu = 'Admin_0';
var secmenu = 'Admin_0_0';
var thirdmenu = 'Admin_0_0_0';
var strCookie = document.cookie;
var base64EncodeChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
var base64DecodeChars = new Array(
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 62, -1, -1, -1, 63,
52, 53, 54, 55, 56, 57, 58, 59, 60, 61, -1, -1, -1, -1, -1, -1,
-1,  0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, -1, -1, -1, -1, -1,
-1, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40,
41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1);
function base64encode(str) {
var out, i, len;
var c1, c2, c3;
len = str.length;
i = 0;
out = "";
while(i < len) {
c1 = str.charCodeAt(i++) & 0xff;
if(i == len)
{
out += base64EncodeChars.charAt(c1 >> 2);
out += base64EncodeChars.charAt((c1 & 0x3) << 4);
out += "==";
break;
}
c2 = str.charCodeAt(i++);
if(i == len)
{
out += base64EncodeChars.charAt(c1 >> 2);
out += base64EncodeChars.charAt(((c1 & 0x3)<< 4) | ((c2 & 0xF0) >> 4));
out += base64EncodeChars.charAt((c2 & 0xF) << 2);
out += "=";
break;
}
c3 = str.charCodeAt(i++);
out += base64EncodeChars.charAt(c1 >> 2);
out += base64EncodeChars.charAt(((c1 & 0x3)<< 4) | ((c2 & 0xF0) >> 4));
out += base64EncodeChars.charAt(((c2 & 0xF) << 2) | ((c3 & 0xC0) >>6));
out += base64EncodeChars.charAt(c3 & 0x3F);

The Javascript is a lot more. But you get the picture from this. Its definitely the correct IP I am using as if I put something else than 192.168.1.253 I get nothing come up at all. But putting in this I get the above javascript each and every time.

I have tried turning off my router for 30 mins to see if that fixes it but it didn't.

It does seem to be the router that maybe is causing it as if I connect direct to the PC as per the flashing guidance and thus no other connection to the router and the modem then I see the web gui for the modem.

Any ideas?
Logged

les-70

  • Kitizen
  • ****
  • Posts: 1254
Re: Problem with HG612 new WebGUI firmware
« Reply #1 on: August 15, 2014, 07:06:38 PM »

 No idea really but resetting the modem after any upgrade is always a good idea - you will need to reset the modem IP afterwards of course. Repeating the upgrade may also be worth a try.  It needs to be done via the - power on with reset held - upload page and not the usual web gui.  Before that try clearing your browser cache or using an incognito mode. 
Logged

AnthonyG

  • Member
  • **
  • Posts: 32
Re: Problem with HG612 new WebGUI firmware
« Reply #2 on: August 15, 2014, 07:55:37 PM »

Through trial and error I have figured it out.

It was my Adguard app (its an adblocker). I disabled it and it worked. Re-enabled and the problem came back.

Its going to be hard to ask them to put this as an exception.
Logged

rob

  • Member
  • **
  • Posts: 24
Re: Problem with HG612 new WebGUI firmware
« Reply #3 on: August 15, 2014, 08:47:22 PM »

Through trial and error I have figured it out.

It was my Adguard app (its an adblocker). I disabled it and it worked. Re-enabled and the problem came back.

Its going to be hard to ask them to put this as an exception.

I've never used Adguard, but can't you simply add the IP address of your modem as an exception yourself?  A quick Google yielded http://adguard.com/en/filterrules.html#exclusionRules suggesting that something along the lines of:

Code: [Select]
@@http://192.168.1.253/*
might add everything under the modem's web interface as an exception to not block.
Logged
 

anything