Update html
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2021-10-25 lun. 14:33 -->
|
||||
<!-- 2022-05-09 lun. 10:05 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<title>Open-WRT Router (Netgear R7000)</title>
|
||||
<meta name="author" content="Dehaeze Thomas" />
|
||||
@@ -22,35 +22,35 @@
|
||||
<h2>Table of Contents</h2>
|
||||
<div id="text-table-of-contents" role="doc-toc">
|
||||
<ul>
|
||||
<li><a href="#org94a53fe">Installation</a>
|
||||
<li><a href="#org10a62da">Installation</a>
|
||||
<ul>
|
||||
<li><a href="#org160d543">Freebox - Bridge mode</a></li>
|
||||
<li><a href="#org99fb9c5">Enable SSL</a></li>
|
||||
<li><a href="#org68a11a8">Install useful packages</a></li>
|
||||
<li><a href="#orgb0c9c51">Freebox - Bridge mode</a></li>
|
||||
<li><a href="#orgb1bb8d6">Enable SSL</a></li>
|
||||
<li><a href="#org9e54ef4">Install useful packages</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#orgf6a31ea">Update</a></li>
|
||||
<li><a href="#orgf2ed597">Configuration</a></li>
|
||||
<li><a href="#orgaff4014">Update</a></li>
|
||||
<li><a href="#org71a1575">Configuration</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org94a53fe" class="outline-2">
|
||||
<h2 id="org94a53fe">Installation</h2>
|
||||
<div class="outline-text-2" id="text-org94a53fe">
|
||||
<div id="outline-container-org10a62da" class="outline-2">
|
||||
<h2 id="org10a62da">Installation</h2>
|
||||
<div class="outline-text-2" id="text-org10a62da">
|
||||
</div>
|
||||
<div id="outline-container-org160d543" class="outline-3">
|
||||
<h3 id="org160d543">Freebox - Bridge mode</h3>
|
||||
<div class="outline-text-3" id="text-org160d543">
|
||||
<div id="outline-container-orgb0c9c51" class="outline-3">
|
||||
<h3 id="orgb0c9c51">Freebox - Bridge mode</h3>
|
||||
<div class="outline-text-3" id="text-orgb0c9c51">
|
||||
<p>
|
||||
<a href="https://blog.kulakowski.fr/post/openwrt-derriere-une-freebox-ipv6-dmz-et-bridge">https://blog.kulakowski.fr/post/openwrt-derriere-une-freebox-ipv6-dmz-et-bridge</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org99fb9c5" class="outline-3">
|
||||
<h3 id="org99fb9c5">Enable SSL</h3>
|
||||
<div class="outline-text-3" id="text-org99fb9c5">
|
||||
<div id="outline-container-orgb1bb8d6" class="outline-3">
|
||||
<h3 id="orgb1bb8d6">Enable SSL</h3>
|
||||
<div class="outline-text-3" id="text-orgb1bb8d6">
|
||||
<p>
|
||||
How can I enable SSL for the web admin gui?
|
||||
In an SSH-command line, run opkg update, then install the package opkg install luci-ssl, then restart the router. Then you can access <a href="https://192.168.1.1">https://192.168.1.1</a> or <a href="https://openwrt">https://openwrt</a> with your favorite web browser
|
||||
@@ -58,9 +58,9 @@ In an SSH-command line, run opkg update, then install the package opkg install l
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org68a11a8" class="outline-3">
|
||||
<h3 id="org68a11a8">Install useful packages</h3>
|
||||
<div class="outline-text-3" id="text-org68a11a8">
|
||||
<div id="outline-container-org9e54ef4" class="outline-3">
|
||||
<h3 id="org9e54ef4">Install useful packages</h3>
|
||||
<div class="outline-text-3" id="text-org9e54ef4">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-bash">opkg update && opkg install luci-ssl-openssl luci-theme-material ipset <span class="org-type">curl</span> diffutils speedtest-netperf kmod-ipt-nat6
|
||||
</pre>
|
||||
@@ -69,9 +69,9 @@ In an SSH-command line, run opkg update, then install the package opkg install l
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgf6a31ea" class="outline-2">
|
||||
<h2 id="orgf6a31ea">Update</h2>
|
||||
<div class="outline-text-2" id="text-orgf6a31ea">
|
||||
<div id="outline-container-orgaff4014" class="outline-2">
|
||||
<h2 id="orgaff4014">Update</h2>
|
||||
<div class="outline-text-2" id="text-orgaff4014">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-bash">opkg list-upgradable | cut -f <span class="org-highlight-numbers-number">1</span> -d <span class="org-string">' '</span> | xargs -r opkg upgrade
|
||||
</pre>
|
||||
@@ -79,9 +79,9 @@ In an SSH-command line, run opkg update, then install the package opkg install l
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgf2ed597" class="outline-2">
|
||||
<h2 id="orgf2ed597">Configuration</h2>
|
||||
<div class="outline-text-2" id="text-orgf2ed597">
|
||||
<div id="outline-container-org71a1575" class="outline-2">
|
||||
<h2 id="org71a1575">Configuration</h2>
|
||||
<div class="outline-text-2" id="text-org71a1575">
|
||||
<p>
|
||||
<a href="https://openwrt.org/docs/guide-user/base-system/uci#common_principles">https://openwrt.org/docs/guide-user/base-system/uci#common_principles</a>
|
||||
</p>
|
||||
@@ -141,7 +141,7 @@ Configuration files are in <code>/etc/config</code>.
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: Dehaeze Thomas</p>
|
||||
<p class="date">Created: 2021-10-25 lun. 14:33</p>
|
||||
<p class="date">Created: 2022-05-09 lun. 10:05</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user