summaryrefslogtreecommitdiffstats
path: root/ont-Huawei-HG8010H.md
diff options
context:
space:
mode:
Diffstat (limited to 'ont-Huawei-HG8010H.md')
-rw-r--r--ont-Huawei-HG8010H.md24
1 files changed, 21 insertions, 3 deletions
diff --git a/ont-Huawei-HG8010H.md b/ont-Huawei-HG8010H.md
index 9898ce8..e275c10 100644
--- a/ont-Huawei-HG8010H.md
+++ b/ont-Huawei-HG8010H.md
@@ -18,13 +18,26 @@ parent: ONT
| HSGMII | No |
| Optics | SC/APC and SC/UPC |
| IP address | 192.168.100.1 |
-| Web Gui | ✅ user `telecomadmin`, password `admintelecom` |
+| Web Gui | ✅ user `root`, password `admin` and user `telecomadmin`, password `admintelecom` |
+| Telnet | After Enabling user `root`, password `admin` |
| SSH | |
| Form Factor | ONT |
{% include image.html file="HG8010H.jpg" alt="HG8010H" caption="HG8010H: port pon horizontal (left, middle), pon vertical (right)" %}
-{% include image.html file="HG8010H_Teardown_1.jpg" alt="HG8010H Teardown" caption="HG8010H: Teardown" %}
-{% include image.html file="HG8010H_Teardown_2.jpg" alt="HG8010H Teardown" caption="HG8010H: Teardown" %}
+{% include image.html file="HG8010H_Teardown_1.jpg" alt="HG8010Hv1/2 Teardown" caption="HG8010Hv1/2: Teardown" %}
+{% include image.html file="HG8010H_Teardown_2.jpg" alt="HG8010Hv1/2 Teardown" caption="HG8010Hv1/2: Teardown" %}
+{% include image.html file="HG8010H_Teardown_1_v6.jpg" alt="HG8010Hv6 Teardown" caption="HG8010Hv6: Teardown" %}
+{% include image.html file="HG8010H_Teardown_2_v6.jpg" alt="HG8010Hv6 Teardown" caption="HG8010Hv6: Teardown" %}
+
+## Enabling telnet
+
+We need access to a specific shell and in order to get it we have to enable telnet. On the unit, the telnet server accepted connections but didn’t read any input, nor did it send anything.
+
+To enable telnet we’ll use one of the web interface’s feature: the configuration backup and restore page. The configuration can be downloaded as XML, an XML file that contains a lot more options than the web interface and a couple of them can be modified to enable telnet access: under the `X_HW_CLITelnetAccess` node, set the `Access` attribute to `1` and in `AclServices`, `TELNETLanEnable` should also be set to `1`. I’ve had to set both but your mileage may vary.
+
+It is possible that in more recent versions it does not go/is not fixed.
+
+Now that this is done, the modified configuration file can be uploaded on the web interface, the ONT will restart and telnet will be accessible on port 23.
## Hardware revision
- v1: port pon horizontal
@@ -37,6 +50,10 @@ parent: ONT
## Software version
- HWTCA31610003
+- V3R016C10S003 (V300R016C10SPC003B010)
+- V5R020C10S020 (V500R020C10SPC020A2011020049)
+- V5R020C10S024 (V500R020C10SPC024B001)
+- V5R020C10S020 (V500R020C10SPC020B014)
## List of software version
## List of partition
@@ -45,4 +62,5 @@ parent: ONT
- [Exploring the Huawei HG8010H GPON ONT](https://www.linux.it/~md/text/gpon-sha2017.pdf)
- [Unlock HG8010Hv3 softmode](https://lafibre.info/orange-installation/unlock-hg8010gv3-softmode/)
+- [Notes on a Huwei HG810H (N.B. SSL error)](https://umbriel.fr/blog/Notes_on_a_Huawei_HG8010H.html)