--- smeserver-openvpn-s2s-0.2/root/etc/e-smith/locale/de/etc/e-smith/web/functions/openvpns2s 2013-11-11 18:33:06.000000000 +0100 +++ smeserver-openvpn-s2s-0.2.update/root/etc/e-smith/locale/de/etc/e-smith/web/functions/openvpns2s 2015-02-17 02:37:18.470181063 +0100 @@ -1,11 +1,11 @@ FORM_TITLE - Site to Site OpenVPN Configuration + Site-to-Site OpenVPN-Konfiguration DESC_MAIN_PAGE - ]]> + ]]> LABEL_CLIENTS @@ -13,7 +13,7 @@ ADD_CLIENT - Add a new client + Neuen Client hinzufügen LABEL_SERVERS @@ -21,15 +21,15 @@ ADD_SERVER - Add a new server + entfernen DESC_ADD_CLIENT_PAGE - This page lets you configure a new daemon acting as a client + Auf dieser Seite können Sie einen neuen Dämon konfigurieren der als Client dient DESC_COMMENT - Enter a description for this daemon + Geben Sie eine Beschreibung für diesen Dämon an LABEL_COMMENT @@ -37,7 +37,7 @@ DESC_STATUS - Enable or disable this daemon + Diesen Dämon aktivieren oder deaktivieren LABEL_STATUS @@ -45,15 +45,15 @@ DESC_AUTH - Shared Key is simple to configure because you don't need to create and manage a PKI. You just need to create a secret key, and configure it on both side.
TLS authentication is a bit harder to configure, as you'll need to manage a PKI, but provide a better level of security (like the Perfect Forward Secrecy).
If you don't care about the extra security provided by TLS, you should choose Shared Key here.]]>
+ Shared Key ist einfach zu konfigurieren, da Sie hierfür keine PKI erstellen und verwalten müssen. Sie müssen lediglich einen geheimen Schlüssel erzeugen und diesen auf beiden Seiten der Verbindung hinterlegen.
TLS-Authentifizierung ist ein wenig schwieriger zu konfigurieren, da Sie dazu eine PKI einrichten müssen. Sie bietet aber eine höhere Sicherheitsstufe (vergleichbar Perfect Forward Secrecy).
Wenn Sie auf die zusätzliche Sicherheit durch TLS keinen Wert legen sollten Sie hier "Shared Key" auswählen. ]]>
LABEL_AUTH - Authentication mechanism + Authentifizierungsmechanismus SHARED_KEY - Shared key + Öffentlicher Schlüssel TLS @@ -61,132 +61,132 @@ DESC_CONFIGURE_CERT - This page lets you configure the authentication of this daemon + Auf dieser Seite können Sie die Authentifizierung dieses Dämons konfigurieren DESC_CRL_URL - You can enter an URL where the CRL can be find. Your SME Server will update the CRL every hour and check if the certificate of the remote endpoint is not revoked. If you don't wan't to use the CRL verification , just let this field emtpy. + Sie können eine URL angeben unter der die CRL erreichbar ist. Ihr SME-Server wird die CRL einmal pro Stunde aktualisieren und überprüfen, ob das Zertifikat des entfernten Endpoints nicht zurückgezogen wurde (revoke). Wenn Sie keine CRL-Verifikation verwenden wollen lassen Sie dieses Feld einfach leer. LABEL_CRL_URL - CRL update URL + URL für CRL-Update DESC_CA_PEM - Enter the authoritative certificate in pem format + Geben Sie das authoritative Zertifikat im PEM-Format ein LABEL_CA_PEM - Authoritative certificate + Authoritatives Zertifikat DESC_CRT_PEM - Enter the certificate in pem format + Geben Sie das Zertifikat im PEM-Format ein LABEL_CRT_PEM - Enter the certificate in pem format + Geben Sie das Zertifikat im PEM-Format ein DESC_REMOTE_HOST - Enter the hostname or IP address of the remote host + Geben Sie den Hostnamen oder die IP-Adresse des entfernten Rechners an DESC_KEY_PEM - Enter the private key in pem format + Geben Sie den privaten Schlüssel im PEM-Format an LABEL_KEY_PEM - Private key + Privater Schlüssel DESC_DH_PEM - Enter Diffie-Hellman parameters + Geben Sie die Diffie-Hellman-Parameter an LABEL_DH_PEM - Diffie-Hellman parameters + Diffie-Hellman-Parameter LABEL_REMOTE_HOST - Remote host + Entfernter Rechner DESC_REMOTE_PORT - Enter the port the remote server uses + Geben Sie den Port an, den der entfernte Server verwendet LABEL_REMOTE_PORT - Remote port + Entfernter Port DESC_LOCAL_IP - On the server side, you configure Local IP: 10.2.0.1 and remote IP: 10.2.0.2
On the client side, you have to configure Local IP: 10.2.0.2 and remote IP: 10.2.0.1
]]>
+ Serverseitig konfigurieren Sie die lokalel IP: 10.2.0.1 und die entfernte IP: 10.2.0.2
Clientseitig müssen Sie dann die lokale IP: 10.2.0.2 und die entfernte IP: 10.2.0.1 konfigurieren.
]]>
LABEL_LOCAL_IP - Local virtual IP + Lokale virtuelle IP DESC_REMOTE_IP - Enter here the IP used by the tunnel on the remote host. + Geben Sie hier die IP an, die der Tunnel auf dem entfernten Rechner verwendet. LABEL_REMOTE_IP - Remote virtual IP + Entfernte virtuelle IP DESC_REMOTE_NET - Enter here networks reachable through the remote host. Eg: 192.168.25.0/255.255.255.0. You can enter multiple networks separated with a comma. Up to 20 networks are supported. Communication with these networks will be tunnelled through the VPN. + Geben Sie hier die Netzwerke an, die durch den entfernten Rechner erreichbar sind, z.B. 192.168.25.0/255.255.255.0. Sie können mehrere Netzwerke angeben, die durch jeweils ein Komma voneinander getrennt sind. Bis zu 20 Netzwerke werden unterstützt. Die Kommunikation mit diesen Netzwerken wird durch die VPN-Verbindung getunnelt. LABEL_REMOTE_NET - Remote networks + Entfernte Netzwerke DESC_SHARED_KEY - This key should be kept secret, and only be stored on the client and the server. You should use different secret keys for each client/server pair.]]> + Dieser Schlüssel sollte geheim gehalten werden und nur auf dem Client und dem Server gespeichert sein. Sie sollten unterschiedliche Schlüssel für jedes Client-Server-Paar verwenden. ]]> DESC_SHARED_KEY_TLS - It will provide an extra security layer to your server.
You can create keys using this command: openvpn --genkey --secret /dev/stdout
This key should be kept secret, and only be stored on the client and the server.]]>
+ Dieser bietet einen zusätzlichen Sicherheits-Layer für Ihren Server.
Sie können Schlüssel mittels folgendem Befehl erzeugen: openvpn --genkey --secret /dev/stdout
Dieser Schlüssel sollte geheim gehalten werden und nur auf dem Client und dem Server gespeichert sein. ]]>
LABEL_SHARED_KEY - Shared key + Öffentlicher Schlüssel DESC_ADD_SERVER_PAGE - This page lets you configure a new daemon acting as a server + Auf dieser Seite können Sie einen neuen Dämon konfigurieren, der als Server dient DESC_LOCAL_PORT - Enter the local port this daemon will bind to. You need to choose a free port (not already used by another server, or any other service) + Geben Sie den lokalen Port an, auf dem dieser Dämon erreichbar ist. Sie müssen einen freien Port angeben, der nicht bereits von einem anderen Server oder Dienst verwendet wird. LABEL_LOCAL_PORT - Local port + Lokaler Port DESC_REMOVE_CONF - Are you sure you want to continue ?
]]>
+ Sind Sie sicher, dass Sie fortfahren wollen?
]]>
CONF_CONFLICT - Another daemon already use this name + Ein anderer Dämon verwendet bereits diesen Namen ERROR_OPENING_KEY_FILE - An error occured opening the secret key file + Beim Öffnen der geheimen Schlüsseldatei ist ein Fehler aufgetreten CONF_NAME - Daemon ID + ID des Dämons NO_CONF - There is no daemon configured yet.]]> + Es ist noch kein Dämon konfiguriert. ]]> MODIFY @@ -194,7 +194,7 @@ STATUS - status + Status REMOVE @@ -202,46 +202,46 @@ DESC_CONF_NAME - Enter a unique identifier for this configuration. This field should contain only lower-case letters, numbers, periods, hyphens and underscores, and should start with a lower-case letter. + Geben Sie einen eindeutigen Bezeichner für diese Konfiguration an. Dieses Feld sollte ausschließlich Kleinbuchstaben, Zahlen, Punkte, Bindestriche und Unterstriche enthalten und mit einem Kleinbuchstaben beginnen. INVALID_SHARED_KEY - Invalid data, please check all the fileds again + Ungültige Daten, bitte überprüfen Sie nochmals alle Felder INVALID_NET - This is not a valid list of networks + Dies ist keine gültige Liste von Netzwerken NET_IS_LOCAL - One of this network is already in your local networks + Eines dieser Netzwerke ist bereits eines Ihrer lokalen Netzwerke INVALID_CHARS - {$string} contains invalid characters + {$string} enthält ungültige Zeichen NOT_A_VALID_PORT - This is not a valid port number + Dies ist keine gültige Port-Nummer PORT_ALREAY_USED - This port number is already used by another service + Diese Port-Nummer wird bereits von einem anderen Dienst verwendet NOT_A_VALID_IP_NUMBER - This is not a valid IP address in the form x.x.x.x + Dies ist keine gültige IP-Adresse in der Form x.x.x.x IP_ALREADY_IN_USED - This IP address is already used + Diese IP-Adresse wird bereits verwendet RESERVED_NET - You can't use an IP in this network because it's reserved + Sie können keine IP-Adresse in diesem Netzwerksegment verwenden weil dieses reserviert ist. IP_IN_LOCAL_NET - This IP address is part of one of your local networks + Diese IP-Adresse gehört zu einem Ihrer lokalen Netzwerke
--- smeserver-openvpn-s2s-0.2/root/etc/e-smith/locale/it/etc/e-smith/web/functions/openvpns2s 2013-11-11 18:33:06.000000000 +0100 +++ smeserver-openvpn-s2s-0.2.update/root/etc/e-smith/locale/it/etc/e-smith/web/functions/openvpns2s 2015-02-17 02:37:19.582180940 +0100 @@ -5,7 +5,7 @@ DESC_MAIN_PAGE - ]]> + ]]> LABEL_CLIENTS @@ -45,7 +45,7 @@ DESC_AUTH - Shared Key is simple to configure because you don't need to create and manage a PKI. You just need to create a secret key, and configure it on both side.
TLS authentication is a bit harder to configure, as you'll need to manage a PKI, but provide a better level of security (like the Perfect Forward Secrecy).
If you don't care about the extra security provided by TLS, you should choose Shared Key here.]]>
+ Chiave Condivisa è semplice da configurare, perché non è necessario creare e gestire una PKI. Si deve solo creare una chiave segreta e configurarla su entrambi i lati.
L'autenticazione TLS è un pò più difficile da configurare in quanto è necessario gestire una PKI, ma fornisce un livello di sicurezza migliore (come il Perfect Forward Secrecy).
Se non è necessaria la sicurezza aggiuntiva fornita dall'uso di TLS, si dovrebbe scegliere Chiave Condivisa qui.]]>
LABEL_AUTH @@ -89,7 +89,7 @@ DESC_REMOTE_HOST - Enter the hostname or IP address of the remote host + Inserire hostname o indirizzo IP dello host remoto DESC_KEY_PEM @@ -121,7 +121,7 @@ DESC_LOCAL_IP - On the server side, you configure Local IP: 10.2.0.1 and remote IP: 10.2.0.2
On the client side, you have to configure Local IP: 10.2.0.2 and remote IP: 10.2.0.1
]]>
+ Dal lato server si configura IP locale: 10.2.0.1 e IP remoto: 10.2.0.2
Dal lato client si configura IP locale 10.2.0.2 e IP remoto 10.2.0.1
]]>
LABEL_LOCAL_IP @@ -145,11 +145,11 @@ DESC_SHARED_KEY - This key should be kept secret, and only be stored on the client and the server. You should use different secret keys for each client/server pair.]]> + Questa chiave deve essere tenuta segreta e deve essere memorizzata solo su client e server. È necessario utilizzare diverse chiavi segrete per ogni coppia client/server.]]> DESC_SHARED_KEY_TLS - It will provide an extra security layer to your server.
You can create keys using this command: openvpn --genkey --secret /dev/stdout
This key should be kept secret, and only be stored on the client and the server.]]>
+ Essa fornirà un ulteriore livello di sicurezza per il server.
È possibile creare le chiavi tramite il comando: openvpn --genkey --secret /dev/stdout
Questa chiave deve essere tenuta segreta, e deve essere memorizzata solo su client e server.]]>
LABEL_SHARED_KEY @@ -170,7 +170,7 @@ DESC_REMOVE_CONF - Are you sure you want to continue ?
]]>
+ Sei sicuro di voler continuare?
]]>
CONF_CONFLICT @@ -186,7 +186,7 @@ NO_CONF - There is no daemon configured yet.]]> + Non ci sono ancora demoni configurati.]]> MODIFY