Thanks NewMoon for the detailed write up. It worked perfectly, and my VPN connection (which was no longer functioning) is back to normal after I re-flashed the firmware back to v7.59. I did turn off Windows Firewall and Windows Defender, just to eliminate any possibility of the recovery process failing.
One thing I would add to your procedure. The reason it took a few attempts to get it to work, is probably because you need to end the FTP session, which allows the recovery tool to work. I suspect your session timed out, which is when the process started to work.
If you send the
quit command as the last line of the ftp session, then things work a lot faster.
So the sequence of commands in Windows terminal would be as follows:
ftp -n 192.168.178.1
quote USER adam2
quote PASS adam2
quote SETENV firmware_version avme
quote UNSETENV provider
quit
I've set the Update feature to Level 1 (notify) on all three 7530 routers now. Not going to risk them updating themselves.
Thanks again.
MJ
Downgrading a Zen-branded 7530 to Fritz!OS v. 7.59
I've just managed to downgrade a Zen-branded box to Fritz!OS v. 7.59. The box got debranded in the process. Optionally, remote management can be disabled in the process.
Steps:
1. Download v. 7.59 recovery executable from here.
2. Set your Ethernet adapter to 192.168.178.x/24, default gateway: 192.168.178.1.
3. Connect the 7530 to the Ethernet port via LAN1 port.
4. Start recovery. Allow through Windows firewall if asked.
— If you get a "version not identified" error, try setting the Ethernet adapter to 10Mbps half-duplex.
— If you still see "custom firmware" error message, use command line to set provider and firmware_version environment variables via ftp (either don't close the error message when starting FTP, or restart the router and run FTP command within 2–3 seconds of powering on):
ftp -n 192.168.178.1
quote USER adam2
quote PASS adam2
quote SETENV firmware_version avme
quote UNSETENV provider
then, without rebooting the router, run recovery again.
After several attempts, my box accepted the recovery and downgraded cleanly to 7.59, losing the Zen branding and their DSL configuration presets in the process.
5. Do configuration restore using the 7.59 backup file that you should have received by push email when the box upgraded to v. 8.0.
— You might like to edit the configuration file and disable certain parameters related to remote management (TR-069). Just search for tr069. A simple option is removing the management server URL. Certainly, disabling remote firmware upgrades would make a lot of sense.
Good luck!
P.S. If your time is worth more than 40-something quids, then an eBay seller is selling unbranded 7530 boxes on v. 7.x (they call them 7530 unlocked).
Edited by MJ_WXM (Fri 06-Dec-24 17:31:07)