VPN-Management-GUI 2.0.3 porting start
BIN
Modules/Home/img/01.png
Executable file
After Width: | Height: | Size: 5.0 KiB |
BIN
Modules/Home/img/02.png
Executable file
After Width: | Height: | Size: 2.0 KiB |
BIN
Modules/Home/img/03.png
Executable file
After Width: | Height: | Size: 2.8 KiB |
BIN
Modules/Home/img/apache_logo.gif
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
Modules/Home/img/contact.jpg
Executable file
After Width: | Height: | Size: 24 KiB |
BIN
Modules/Home/img/debian_logo.png
Executable file
After Width: | Height: | Size: 12 KiB |
BIN
Modules/Home/img/mysql_logo.png
Executable file
After Width: | Height: | Size: 1.7 KiB |
BIN
Modules/Home/img/openvpn_logo.png
Executable file
After Width: | Height: | Size: 14 KiB |
BIN
Modules/Home/img/schulvpn.png
Executable file
After Width: | Height: | Size: 19 KiB |
BIN
Modules/Home/img/ubuntu_logo.png
Executable file
After Width: | Height: | Size: 11 KiB |
105
Modules/Home/index.php
Executable file
@@ -0,0 +1,105 @@
|
||||
<div class="art-content">
|
||||
|
||||
<div class="art-Post">
|
||||
<div class="art-Post-body">
|
||||
<div class="art-Post-inner">
|
||||
<h2 class="art-PostHeaderIcon-wrapper">
|
||||
<span class="art-PostHeader">Welcome</span>
|
||||
</h2>
|
||||
<div class="art-PostContent">
|
||||
|
||||
<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">
|
||||
<div class="art-Block">
|
||||
<div class="art-Block-body">
|
||||
<div class="art-BlockHeader">
|
||||
<div class="l"></div>
|
||||
<div class="r"></div>
|
||||
<div class="t"><center>Mitmachen</center></div>
|
||||
</div>
|
||||
<div class="art-BlockContent">
|
||||
<div class="art-PostContent">
|
||||
<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>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td width="50%" valign="top">
|
||||
<div class="art-Block">
|
||||
<div class="art-Block-body">
|
||||
<div class="art-BlockHeader">
|
||||
<div class="l"></div>
|
||||
<div class="r"></div>
|
||||
<div class="t"><center>Development</center></div>
|
||||
</div>
|
||||
<div class="art-BlockContent">
|
||||
<div class="art-PostContent">
|
||||
<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>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</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 class="cleared"></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|