summaryrefslogtreecommitdiffstats
path: root/_ont/ont-zte-f6005v3.md
diff options
context:
space:
mode:
authorGiammarco <stich86@gmail.com>2024-10-11 19:31:34 +0200
committerGitHub <noreply@github.com>2024-10-11 19:31:34 +0200
commit8442b376a347b32734dc1d622dd19e40ffe1f314 (patch)
tree7a52c190f16ef628fee93f56b6068e1b73ffd2a5 /_ont/ont-zte-f6005v3.md
parentMerge branch 'hack-gpon:main' into stich86-f6005v3 (diff)
downloadhack-gpon.github.io-8442b376a347b32734dc1d622dd19e40ffe1f314.tar
hack-gpon.github.io-8442b376a347b32734dc1d622dd19e40ffe1f314.tar.gz
hack-gpon.github.io-8442b376a347b32734dc1d622dd19e40ffe1f314.tar.bz2
hack-gpon.github.io-8442b376a347b32734dc1d622dd19e40ffe1f314.tar.lz
hack-gpon.github.io-8442b376a347b32734dc1d622dd19e40ffe1f314.tar.xz
hack-gpon.github.io-8442b376a347b32734dc1d622dd19e40ffe1f314.tar.zst
hack-gpon.github.io-8442b376a347b32734dc1d622dd19e40ffe1f314.zip
Diffstat (limited to '_ont/ont-zte-f6005v3.md')
-rw-r--r--_ont/ont-zte-f6005v3.md8
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