diff options
author | Giammarco <stich86@gmail.com> | 2024-10-11 19:57:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-11 19:57:23 +0200 |
commit | 8bc91c323e6c4c4b89e46381a6fedb6d4ab60e9f (patch) | |
tree | 7a52c190f16ef628fee93f56b6068e1b73ffd2a5 /_ont/ont-zte-f6005v3.md | |
parent | Update ZTE F6005v3 Page (#366) (diff) | |
download | hack-gpon.github.io-8bc91c323e6c4c4b89e46381a6fedb6d4ab60e9f.tar hack-gpon.github.io-8bc91c323e6c4c4b89e46381a6fedb6d4ab60e9f.tar.gz hack-gpon.github.io-8bc91c323e6c4c4b89e46381a6fedb6d4ab60e9f.tar.bz2 hack-gpon.github.io-8bc91c323e6c4c4b89e46381a6fedb6d4ab60e9f.tar.lz hack-gpon.github.io-8bc91c323e6c4c4b89e46381a6fedb6d4ab60e9f.tar.xz hack-gpon.github.io-8bc91c323e6c4c4b89e46381a6fedb6d4ab60e9f.tar.zst hack-gpon.github.io-8bc91c323e6c4c4b89e46381a6fedb6d4ab60e9f.zip |
Diffstat (limited to '')
-rw-r--r-- | _ont/ont-zte-f6005v3.md | 8 |
1 files changed, 7 insertions, 1 deletions
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 |