From 8bc91c323e6c4c4b89e46381a6fedb6d4ab60e9f Mon Sep 17 00:00:00 2001 From: Giammarco Date: Fri, 11 Oct 2024 19:57:23 +0200 Subject: Update F6005V3 wiki (#367) * Update ont-zte-f6005v3.md * Update ont-zte-f6005v3.md Fixed typo * Update ont-zte-f6005v3.md added `--new` flags and mac-address tips for newer firmware --- _ont/ont-zte-f6005v3.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_ont/ont-zte-f6005v3.md b/_ont/ont-zte-f6005v3.md index 7734946..e2362ce 100644 --- a/_ont/ont-zte-f6005v3.md +++ b/_ont/ont-zte-f6005v3.md @@ -108,6 +108,12 @@ success! ./zteOnu -i 192.168.1.1 -u admin -p admin ``` +If Telnet is not opening, you are probably running a newer firmware, in that case change mac-address of the NIC connected to the ONT to `00:07:29:55:35:57` and use the flag `--new`: + +```sh +./zteOnu -i 192.168.1.1 -u admin -p admin --new +``` + You should get this output and credentials to login over telnet: ```sh @@ -244,7 +250,7 @@ Needed tools: [ZTE ONU Telnet Enabler](https://github.com/stich86/zteOnu) -Just run the enabled with `--telnet` flag to make Telnet persisten across Reboot: +Just run the enabled with `--telnet` flag to make Telnet persisten across Reboot (use `--new` flags and changed mac-address for newer firmware): ```sh ./zteOnu -i 192.168.1.1 -u admin -p admin --telnet -- cgit v1.2.3