IDNetters Forums

Technical News & Discussion => Windows News & Discussion => Topic started by: psp83 on Mar 19, 2007, 15:52:09

Title: Netgear Router
Post by: psp83 on Mar 19, 2007, 15:52:09
Hi,

I have a Netgear DG834PN router and i'm just wondering if its possible to change the look off its pages? What i want to do is when i block a website, its comes up with a page saying about the netgear router has blocked the site.. I want to make this more friendly if its possible.

Also, anyone know how i can find out the path mode (see if interleaving is enabled) on my router?

Regards
Paul
Title: Re: Netgear Router
Post by: Rik on Mar 19, 2007, 15:58:37
Hi Paul

Don't think you can do too much with the appearance, but to check interleaving, login to the router with the following:

http://192.168.0.1/setup.cgi?todo=debug

It will respond debug enable.

Then go to Start > Run > CMD <enter>

In the resulting window, type 'telnet 192.168.0.1' (without the quotes) and at the command prompt type:

cat /proc/avalanche/avsar_modem_stats.

Look to see where the errors are being reported, from memory, fast path or interleaved.

Note that there is some security weakness introduced by putting the router into debug mode, so I'd recommend re-booting it after checking.
Title: Re: Netgear Router
Post by: Lance on Mar 19, 2007, 17:40:10
To change the look of the pages you could see if the firmware code is available to download under the gpl. You will also need the programs to compile the firmware once you are down, but these may be differcult to find.

Anyways, once you have it downloaded, find the page you want to change, update it to what you want and then recompile and update the router with it.

I don't know if this is possible with netgears, but it certainly is with my Linksys.

Lance
Title: Re: Netgear Router
Post by: psp83 on Mar 21, 2007, 10:51:56
I do think you can flash netgear routers with 3rd party firmware (eg, your own edited one). I have looked around on google and all the questions that get asked about the blocked page, theres no response to how to edit them  :-\

I've also looked for programs that decompile/recompiles and can't find any good ones that are worth the money, so if anybody knows a program that can do this, please let me know.
Title: Re: Netgear Router
Post by: AvengerUK on Mar 21, 2007, 11:48:00
"I do think you can flash netgear routers with 3rd party firmware"

I think its pritty unlikely, as netgear are, netgear! - Dont use generic chipsets, use their own - sort of thing.
Title: Re: Netgear Router
Post by: Lance on Mar 21, 2007, 13:24:11
With regards to third party I think he means downloading the netgear code, making a few changes, compiling and uploading. This way it is still essentially Netgear's firmware and not as if you are building your own from scratch!

You can download the fireware in uncompiled format for netgears from  here  (http://kbserver.netgear.com/kb_web_files/open_src.asp). I'm sure if you were to google, you would be able to find a compiler to create the actual firmware.