summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/howto.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/www/howto.html b/www/howto.html
index 0d8d440..6824b6b 100644
--- a/www/howto.html
+++ b/www/howto.html
@@ -12,7 +12,17 @@
<script type="text/javascript" src="Semantic-UI/dist/semantic.js"></script>
<div class="ui segment">
<h1 class="ui header">Ein eigenes NoWLAN bauen</h1>
- (TBD)
+ <div>
+ <p><i>Dieser Teil ist noch in Arbeit.</i></p>
+
+ <p>
+ <ul>
+ <li>Webserver (hier nginx), 404 sollte auf / weitergeleitet werden</li>
+ <li>hostapd und dnsmasq für den Hotspot mit DHCP</li>
+ <li>'iptables -t nat -A PREROUTING -s 192.168.0.0/255.255.255.0 -p tcp -j DNAT --to-destination $GATEWAY' um alle Anfragen auf den Webserver zu leiten (Gateway entspricht der IP-Adresse des Routers)</li>
+ </ul>
+ </p>
+ </div>
</div>
</body>
</html>