Skip to content

Commit 8bc91c3

Browse files
authored
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
1 parent 8d7f455 commit 8bc91c3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

_ont/ont-zte-f6005v3.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ success!
108108
./zteOnu -i 192.168.1.1 -u admin -p admin
109109
```
110110

111+
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`:
112+
113+
```sh
114+
./zteOnu -i 192.168.1.1 -u admin -p admin --new
115+
```
116+
111117
You should get this output and credentials to login over telnet:
112118

113119
```sh
@@ -244,7 +250,7 @@ Needed tools:
244250

245251
[ZTE ONU Telnet Enabler](https://github.com/stich86/zteOnu)
246252

247-
Just run the enabled with `--telnet` flag to make Telnet persisten across Reboot:
253+
Just run the enabled with `--telnet` flag to make Telnet persisten across Reboot (use `--new` flags and changed mac-address for newer firmware):
248254

249255
```sh
250256
./zteOnu -i 192.168.1.1 -u admin -p admin --telnet

0 commit comments

Comments
 (0)