OpenVPN_Management_GUI/Modules/Home/index.php

66 lines
2.3 KiB
PHP
Executable File

<!-- MAIN -->
<div id="main">
<div class="wrapper">
<h2>
<span>Welcome</span>
</h2>
<h3> Infos über das Projekt:</h3>
<br/>
<p>Mit Hilfe von OpenVPN wird der gesamte Netzwerkverkehr der ueber das WLAN uebertragen wird verschluesselt.
Dies hat den Vorteil, dass private Daten, wie z.B Login-Informationen usw., wirklich privat bleiben.</p>
<p>In der HTL wird ein Verschluesselter Tunnel von einem Client (z.B. Schueler-Laptop) zum VPN-Server aufgebaut. Der VPN Server Leitet dann den gesamten
Traffic direkt an den Hauptrouter/Proxy der HTL weiter. Die Verbindung vom VPN-Server zum Router erfolgt direkt ueber Kabel und wird somit als "sicher"
bezeichnet.</p>
<table class="table" width="100%">
<tr>
<td width="50%" valign="top">
<center>Mitmachen</center>
<img src="/Modules/Home/img/01.png" width="55" height="55" alt="an image" style="margin: 0 auto; display: block; border: 0" />
<p>Besteht interresse an einem Account fuer SchulVPN? Dann melde dich einfach bei einen von den Administratoren!</p>
</td>
<td width="50%" valign="top">
<center>Development</center>
<img src="/Modules/Home/img/02.png" width="55" height="55" alt="an image" style="margin: 0 auto; display: block; border: 0" />
<p>Du wuerdest gerne mithelfen oder hast Fehler und Anregungen zu melden? Sende uns eine Email oder erstelle einen Forenbeitrag!</p>
</td>
</tr>
</table>
<h3> Powered by:</h3>
<table>
<tr>
<td>
<a href="http://ubuntu.com"><img src="/Modules/Home/img/ubuntu_logo.png" width=200 /></a>
</td>
<td>
<b>Ubuntu 10.04 LTS Server Linux</b>
</td>
</tr>
<tr>
<td>
<a href="http://apache.org"><img src="/Modules/Home/img/apache_logo.gif" width=150 /></a>
</td>
<td>
<b>Apache 2 Webserver</b>
</td>
</tr>
<tr>
<td>
<a href="http://mysql.com"><img src="/Modules/Home/img/mysql_logo.png" width=110 /></a>
</td>
<td>
<b>MySQL 5.1 Datenbank</b>
</td>
</tr>
<tr>
<td>
<a href="http://openvpn.net"><img src="/Modules/Home/img/openvpn_logo.png" width=150 /></a>
</td>
<td>
<b>OpenVPN 2.1 Server</b>
</td>
</tr>
</table>
</div>
</div>