summaryrefslogtreecommitdiffstats
path: root/_ont
diff options
context:
space:
mode:
authorGiammarco <stich86@gmail.com>2024-10-12 16:13:08 +0200
committerGitHub <noreply@github.com>2024-10-12 16:13:08 +0200
commitfe4ca4769f17e762d8796e5e931d8da2e594c97a (patch)
tree3e96ac1b278a8680682418c257342c28538c7b65 /_ont
parentMerge branch 'hack-gpon:main' into stich86-f6005v3 (diff)
downloadhack-gpon.github.io-fe4ca4769f17e762d8796e5e931d8da2e594c97a.tar
hack-gpon.github.io-fe4ca4769f17e762d8796e5e931d8da2e594c97a.tar.gz
hack-gpon.github.io-fe4ca4769f17e762d8796e5e931d8da2e594c97a.tar.bz2
hack-gpon.github.io-fe4ca4769f17e762d8796e5e931d8da2e594c97a.tar.lz
hack-gpon.github.io-fe4ca4769f17e762d8796e5e931d8da2e594c97a.tar.xz
hack-gpon.github.io-fe4ca4769f17e762d8796e5e931d8da2e594c97a.tar.zst
hack-gpon.github.io-fe4ca4769f17e762d8796e5e931d8da2e594c97a.zip
Diffstat (limited to '_ont')
-rw-r--r--_ont/ont-zte-f6005v3.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/_ont/ont-zte-f6005v3.md b/_ont/ont-zte-f6005v3.md
index e2362ce..6b51633 100644
--- a/_ont/ont-zte-f6005v3.md
+++ b/_ont/ont-zte-f6005v3.md
@@ -226,6 +226,7 @@ setmac 1 2178 1234567890
```
## Setting ONU GPON Equipment ID
+
```sh
setmac 1 32770 "5::F6005V3.0:"
```
@@ -287,6 +288,7 @@ sendcmd 1 DB set DevAuthInfo 5 Level 1
sendcmd 1 DB set DevAuthInfo 5 AppID 1
sendcmd 1 DB saveasy
```
+
Reboot the ONT and you can login to the WebUI using `superadmin\superadmin` as credentials with full unlocked menus.
# Advanced settings
@@ -342,8 +344,8 @@ Where X is the number of supported regioncode into file `/etc/init.d/regioncode`
```
# Random notes
-- **ZTE F6005v3** read the software version exposed through the `gpon_omci` deamon from each kernel partition header, so the only way to spoof this parameter is to change the version in the header and recalculate CRC, otherwise the bootloader will refuse to load the image.
-- If your ONT is updated by the OLT (e.g., an F6005v3 OpenFiber ONT connected to a TIM OLT), the U-Boot partition will also be updated. After this update, it will no longer be possible to switch to the other partition because the signatures will not match.
+- This new ONT (and probably the XGSPON version as well) has Secure Boot enabled. All headers contain an RSA key that is verified by U-Boot and the CPU (for U-Boot itself), so there’s no way to repack the rootfs to make it fully spoofable (at the moment..).
+- If your ONT is updated by the OLT (e.g., an F6005v3 OpenFiber ONT connected to a TIM OLT), the U-Boot partition will also be updated. After this update, it will no longer be possible to switch to the other partition because the signatures will not match, and TTL console is muted after U-Boot start.
# Miscellaneous Links