Quote:
Originally Posted by digitaldazz
Will have to test a bit more and see if the password/username gets wiped in the process. So I will downgrade and do some tests.
|
It won't be like the Sky DG834GT routers, where if you reflash with the standard Netgear firmware, it still connects to Sky. The ADSL password is calculated "on the fly" by the close-source program /usr/sbin/rc when it calls out to the pppd program, rather than being stored in a NVRAM variable.
But of course, once you've got the standard Netgear firmware on the router, you'll simply be able to type in the username and password obtained from the
password page, so it's not a problem using the standard Netgear firmware to connect to Sky. Well, other than the fact that it won't attempt to contact the upgrade server, of course, which as discussed before, is a potential method that Sky might use if (or when) they decide to clamp down on people breaching the router policy.
But well done on getting the generic Netgear firmware working on the Sky hardware. That was the one missing piece in the jigsaw. We had managed to extract passwords from all three routers, but had only managed to get generic firmware installed on two of them - the new Netgear router being the odd one out. Now even that has been beaten into submission.
So how did you manage to force the DG834v3 firmware on the router? I'd guess something along the lines of copying the tools/makeImage program from the DG934G software kit, as well as the DG934G image and then doing
Code:
./build.sh DG934G-1SKUKS_V2.02.34.img target new.img
in the DG834v3 directory.
That would give a flash image that contains the kernel and rootfs from the DG834v3 build, but has a DG934G signature in the image file - i.e., "SKY2V3", rather than "DG834V3".