Du bist nicht eingeloggt.

Login

Pass

Registrieren

Community
Szene & News
Locations
Impressum

Forum / Bits und Bytes

.pem installieren

OeligerLarry - 36
Fortgeschrittener (offline)

Dabei seit 05.2005
56 Beiträge

Geschrieben am: 04.10.2010 um 19:13 Uhr

wie installiere ich ein .pem file?
D3ATHPROOF
Champion (offline)

Dabei seit 09.2010
2624 Beiträge

Geschrieben am: 04.10.2010 um 19:16 Uhr

Seit wann muss man dateien installieren ?

Ich verlinke deinen Arsch !!!

knutscheelch - 45
Halbprofi (offline)

Dabei seit 11.2006
137 Beiträge
Geschrieben am: 04.10.2010 um 19:30 Uhr

kann es sein das das PEM File ein Zertifikat für OpenVPN ist?
DerMoe - 41
Profi (offline)

Dabei seit 02.2007
450 Beiträge

Geschrieben am: 04.10.2010 um 19:31 Uhr

Zitat von knutscheelch:

kann es sein das das PEM File ein Zertifikat für OpenVPN ist?


soweit ich weiss ja. und zertifikatsdateien installiert man im normalfall nicht sondern läd sie in ein bestimmtes verzeichnis.
CUBert - 31
Halbprofi (offline)

Dabei seit 09.2008
109 Beiträge

Geschrieben am: 04.10.2010 um 19:34 Uhr
Zuletzt editiert am: 04.10.2010 um 19:35 Uhr

Also du willst damit sagen, dass du auf keinne "https://" Seiten kommst?

Benutzst du Kaspersky Internet Security?

Sys Profil: http://www.sysprofile.de/id130685#

OeligerLarry - 36
Fortgeschrittener (offline)

Dabei seit 05.2005
56 Beiträge

Geschrieben am: 04.10.2010 um 19:37 Uhr

Zitat von CUBert:

Also du willst damit sagen, dass du auf keinne "https://" Seiten kommst?

nein will ich nicht.

Ja, es ist ein zertifikat glaub ich aber ich hab keine Ahnung wo das hin muss...
knutscheelch - 45
Halbprofi (offline)

Dabei seit 11.2006
137 Beiträge
Geschrieben am: 04.10.2010 um 19:42 Uhr

gehöt das zu einer Firewall wo du die PEM Datei brauchst?

Wenn ja musst du OpenVPN installieren bei dir Local und dann die OVPN Conf Datei anlegen mit den entsprechenden Daten
in der Config Datei gibst du dann das zertifikat an
Was für eine Firewall ist es den?


Z.B. Standard CFG funktioniert in den meisten Fällen.

###############################
# Sample client-side OpenVPN 2.0 config file #
# for connecting to multi-client server. #
# #
# This configuration can be used by multiple #
# clients, however each client should have #
# its own cert and key files. #
# #
# On Windows, you might want to rename this #
# file so it has a .ovpn extension #
###############################

# Specify that we are a client and that we
# will be pulling certain config file directives
# from the server.
client

# Use the same setting as you are using on
# the server.
# On most systems, the VPN will not function
# unless you partially or fully disable
# the firewall for the TUN/TAP interface.
dev tap


# Windows needs the TAP-Win32 adapter name
# from the Network Connections panel
# if you have more than one. On XP SP2,
# you may need to disable the firewall
# for the TAP adapter.
;dev-node MyTap

# Are we connecting to a TCP or
# UDP server? Use the same setting as
# on the server.
;proto tcp
proto udp

# The hostname/IP and port of the server.
# You can have multiple remote entries
# to load balance between the servers.
remote my-server-1 1194


# Keep trying indefinitely to resolve the
# host name of the OpenVPN server. Very useful
# on machines which are not permanently connected
# to the internet such as laptops.
resolv-retry infinite

# Most clients don't need to bind to
# a specific local port number.
nobind

# Downgrade privileges after initialization (non-Windows only)
#user nobody
#group nobody

# Try to preserve some state across restarts.
persist-key
persist-tun

# If you are connecting through an
# HTTP proxy to reach the actual OpenVPN
# server, put the proxy server/IP and
# port number here. See the man page
# if your proxy server requires
# authentication.
;http-proxy-retry # retry on connection failures
;http-proxy [proxy server] [proxy port #]

# Wireless networks often produce a lot
# of duplicate packets. Set this flag
# to silence duplicate packet warnings.
;mute-replay-warnings

# SSL/TLS parms.
# See the server config file for more
# description. It's best to use
# a separate .crt/.key file pair
# for each client. A single ca
# file can be used for all clients.
ca cacert.pem
# hier den PFAD zur PEM Datei

# Use Username and Password Authentication
auth-user-pass

# Verify server certificate by checking
# that the certicate has the nsCertType
# field set to "server". This is an
# important precaution to protect against
# a potential attack discussed here:
# http://openvpn.net/howto.html#mitm
#
# To use this feature, you will need to generate
# your server certificates with the nsCertType
# field set to "server". The build-key-server
# script in the easy-rsa folder will do this.
;ns-cert-type server

# If a tls-auth key is used on the server
# then every client must also have the key.
;tls-auth ta.key 1

# Select a cryptographic cipher.
# If the cipher option is used on the server
# then you must also specify it here.
;cipher x

# Enable compression on the VPN link.
# Don't enable this unless it is also
# enabled in the server config file.
comp-lzo

# Set log file verbosity.
verb 3

# Silence repeating messages
;mute 20
OeligerLarry - 36
Fortgeschrittener (offline)

Dabei seit 05.2005
56 Beiträge

Geschrieben am: 04.10.2010 um 19:46 Uhr

ich bin mir nicht sicher ob das überhaupt was mit einer Firewall zu tun hat
ich brauche das für die einrichtung einer wlan verbindung über eduroam
knutscheelch - 45
Halbprofi (offline)

Dabei seit 11.2006
137 Beiträge
Geschrieben am: 04.10.2010 um 19:49 Uhr
Zuletzt editiert am: 04.10.2010 um 19:52 Uhr

naja
du musst ja wissen was du damit anfangen musst
benötigst du das Zertifikat um dich am AP zu Authen oder
um eine Verschl. Verbindung aufzubauen via VPN OpenVPN SSL VPN oder IPSec


meinst du sowas ?
hab ich grad für Linux gefunden.


http://www.unix-ag.uni-kl.de/~fischer/blog/20080216_eduroam_an_der_TU_Kaiserslautern/


piepmax - 38
Profi (offline)

Dabei seit 04.2006
794 Beiträge
Geschrieben am: 04.10.2010 um 19:58 Uhr

wäre es dann nicht einfacher sich an eduroam zu wenden?

Die Feder ist mächtiger als das Schwert - Die Ignoranz gefährlicher als das Messer.

OeligerLarry - 36
Fortgeschrittener (offline)

Dabei seit 05.2005
56 Beiträge

Geschrieben am: 04.10.2010 um 19:59 Uhr

sry hab keine Ahnung von dem ganzen Netzwerkquatsch
ich bin nur folgender Anweisung gefolgt
http://www.rus.uni-stuttgart.de/beratung/download/handzettel/Eduroam_Win7WinVista_EN.pdf
Allerdings tritt unter Punkt 6 das Standardproblem auf:
Problem: Das Zertifikat "Deutsche Telekom Root CA2" lässt sich nicht auswählen.
Lösung: Das Zertifikat kann manuell installiert werden, dazu diese Datei herunterladen und installieren.
persönliches Problem:
hab die Datei, aber wie installier ich sie jetzt?
Colt-45 - 37
Halbprofi (offline)

Dabei seit 09.2009
279 Beiträge

Geschrieben am: 04.10.2010 um 20:02 Uhr
Zuletzt editiert am: 04.10.2010 um 20:04 Uhr

Zitat von OeligerLarry:

sry hab keine Ahnung von dem ganzen Netzwerkquatsch
ich bin nur folgender Anweisung gefolgt
http://www.rus.uni-stuttgart.de/beratung/download/handzettel/Eduroam_Win7WinVista_EN.pdf
Allerdings tritt unter Punkt 6 das Standardproblem auf:
Problem: Das Zertifikat "Deutsche Telekom Root CA2" lässt sich nicht auswählen.
Lösung: Das Zertifikat kann manuell installiert werden, dazu diese Datei herunterladen und installieren.
persönliches Problem:
hab die Datei, aber wie installier ich sie jetzt?

schau mal im installationsordner vom vpn nach nem ordner namens certificates oder so ähnlich, und da packst die datei rein
tante edith: mit installieren meinen die wahrscheinlich konfigurieren, also dass du das neue zertifikat im programm auch tatsächlich einstellst

I said Colt 45 and two zigzags, baby that's all we need...

OeligerLarry - 36
Fortgeschrittener (offline)

Dabei seit 05.2005
56 Beiträge

Geschrieben am: 04.10.2010 um 20:32 Uhr

ja hab irgwo nen certificates ordner gefunden nachdem ich die windowssuche darauf angesetz hab, habs eingefügt, geht.
Danke

close
  [Antwort schreiben]

Forum / Bits und Bytes

(c) 1999 - 2026 team-ulm.de - all rights reserved - hosted by ibTEC Team-Ulm

- Presse - Blog - Historie - Partner - Nutzungsbedingungen - Datenschutzerklärung - Jugendschutz -