Skip to content

Update F6005V3 wiki #367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion _ont/ont-zte-f6005v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading