diff options
Diffstat (limited to 'blog/telekom-gpon-sfp/index.html')
-rw-r--r-- | blog/telekom-gpon-sfp/index.html | 49 |
1 files changed, 35 insertions, 14 deletions
diff --git a/blog/telekom-gpon-sfp/index.html b/blog/telekom-gpon-sfp/index.html index e077a44..1351707 100644 --- a/blog/telekom-gpon-sfp/index.html +++ b/blog/telekom-gpon-sfp/index.html @@ -7,6 +7,11 @@ <meta name="mobile-web-app-capable" content="yes"> <meta name="color-scheme" content="dark light"> <link rel="stylesheet" href="/style.css"> + + <link rel="preload" href="/fonts/roboto_slab/RobotoSlab-VariableFont_wght.ttf" as="font" type="font/ttf" crossorigin /> + <link rel="preload" href="/fonts/nyght-serif-main/fonts/WEB/NyghtSerif-Regular.woff2" as="font" type="font/woff2" crossorigin /> + <link rel="preload" href="/fonts/nyght-serif-main/fonts/WEB/NyghtSerif-Bold.woff2" as="font" type="font/woff2" crossorigin /> + <link rel="preload" href="/fonts/nyght-serif-main/fonts/WEB/NyghtSerif-BoldItalic.woff2" as="font" type="font/woff2" crossorigin /> </head> <body><nav> <div class="internal"> @@ -16,6 +21,9 @@ <a href="/projects/" title="Projects">Projects</a> <a href="/about/" title="About">About</a> </div> + <div class="search"> + <div id="search"></div> + </div> <div class="external"> <a href="https://git.jaseg.de/" title="cgit">cgit</a> <a href="https://github.com/jaseg" title="Github">Github</a> @@ -32,7 +40,7 @@ </ul> <strong>2022-02-21</strong> </header> - <main> + <main data-pagefind-body> <div class="document"> @@ -116,7 +124,7 @@ this, configure the eth5 interface (which is the SFP port) to use the static IP <figure style="width: 20em"> <a href="images/edgerouter_sfp_config.png"> <img src="images/edgerouter_sfp_config.png" alt="The EdgeRouter's graphical configuration interface showing IP - address 10.10.1.2/24 being configured for interface eth5, which is the SFP interface."> + address 10.10.1.2/24 being configured for interface eth5, which is the SFP interface." data-pagefind-ignore> </a> <figcaption>SFP interface configuration to access the SFP ONU from a laptop connected to the EdgeRouter's LAN port</figcaption> @@ -129,7 +137,7 @@ protocol, with destination address <tt class="docutils literal">10.10.1.0/24</tt <a href="images/edgerouter_snat_config.png"> <img src="images/edgerouter_snat_config.png" alt="The EdgeRouter's graphical configuration interface showing a source NAT being configured for interface eth5 for TCP protocol connections to destination address 10.10.1.1 - using masquerading."> + using masquerading." data-pagefind-ignore> </a> <figcaption>Source NAT configuration to access the SFP ONU from LAN. eth5, masquerading on, TCP, destination 10.10.1.1 (the SFP ONU's IP).</figcaption> @@ -146,7 +154,7 @@ default login credentials for the device are admin/1234.</p> <a href="images/sfp_onu_web_if.png"> <img src="images/sfp_onu_web_if.png" alt="The SFP ONU configuration web interface is a basic-looking website with a big Zyxel logo on it. It has menu options named status, setup and management. It shows a system overview - page that lists the device's uptime and software version."> + page that lists the device's uptime and software version." data-pagefind-ignore> </a> <figcaption>The SFP ONU's web interface.</figcaption> </figure></div> @@ -161,7 +169,7 @@ on this page.</p> <a href="images/sfp_onu_ploam_pw_config.png"> <img src="images/sfp_onu_ploam_pw_config.png" alt="The SFP ONU configuration web interface shows its SLID configuration page. A text field labelled SLID asks the user to enter a value of at most ten characters. As - an example, abcdefg123 is listed."> + an example, abcdefg123 is listed." data-pagefind-ignore> </a> <figcaption>The SFP ONU's config interface to set SLID/PLOAM PW/ONT-Installationskennung.</figcaption> </figure><p>Press "Save Config" on the top right of the web page, then select "Reset ONU" and click "Apply" under the "Reset ONU" @@ -170,7 +178,7 @@ link on the left. Make sure to not select the factory reset option instead.</p> <a href="images/sfp_onu_reset.png"> <img src="images/sfp_onu_reset.png" alt="The SFP ONU configuration web interface shows its reset ONU page. There are two options labelled Reset ONU and Reset to factory default settings. The reset ONU option is - selected."> + selected." data-pagefind-ignore> </a> <figcaption>Rebooting the SFP ONU.</figcaption> </figure><p>With the ONU configured, after the reset the "GPON Information" page from the left menu under "Status" from the top menu @@ -210,17 +218,30 @@ collected <a class="reference external" href="https://github.com/xvzf/zyxel-gpon </div> </div> </main><footer> - Copyright © 2023 Jan Sebastian Götte + Copyright © 2025 Jan Sebastian Götte / <a href="/about/">About</a> / <a href="/imprint/">Imprint</a> </footer> -<script> - if(navigator.getEnvironmentIntegrity!==undefined)document.querySelector('body').innerHTML=`<h1>Your browser - contains Google DRM</h1>"Web Environment Integrity" is a Google euphemism for a DRM that is designed to - prevent ad-blocking, and which Google has forced into their browsers against widespread public opposition. - In support of an open web, this website does not function with this DRM. Please install a browser such - as <a href="https://www.mozilla.org/en-US/firefox/new/">Firefox</a> that respects your freedom and supports - ad blockers.`; +<script type="text/javascript" src="/pagefind/pagefind-ui.js" defer></script> + <script> + window.addEventListener('DOMContentLoaded', (event) => { + new PagefindUI({element: "#search", showSubResults: true}); + }); + </script> + <script type="speculationrules"> + { + "prerender": [ + { + "source": "document", + "where": { + "and": [ + {"href_matches": "/*"} + ] + }, + "eagerness": "moderate" + } + ] + } </script> </body> </html> |