Cisco vpn - für uni netzwerk

S

shU

Mitglied
hallo, weiss einer wie man das richtig einstellt/installaiert ?

brauche es für die uni HH

habe ubuntu 6.1

habe die software runtergeladen und entpackt. was ich aber weiter machen muss weiss ich nicht , bin ein linux anfänger

gruß
shU
 
Frag mal im Rechenzentrum deiner Uni nach, ob man für den VPN-Client vorgefertigte Profildateien (*.pcf) bekommen kann, die kannst du dir dann in dein Installationsverzeichnis kopieren. Verbinden kannst du dich dann mit:

Code:
vpnclient connect profilname
 
die geben bei linux kein support , aber ich denke mal das sie die datei rausrücken werden :)

mein problem ist eher die installation

wie installieren ich das ding ?
 
hallo weiss jemand von euch wie mann 6 computer mit einem dsl modem verbindet so das alle computer das internet nutzen können
 
hab in der email von der uni eine textdatei bekommen, ist das die profildatei ?

inhalt:

[main]
Description=Einwahl in die Uni Hamburg
Host=vpn.rrz.uni-hamburg.de
AuthType=1
GroupName=vpnusers
EnableISPConnect=0
ISPConnectType=0
ISPConnect=
ISPCommand=
SaveUserPassword=0
EnableBackup=0
BackupServer=
EnableNat=0
CertStore=0
CertName=
CertPath=
CertSubjectName=
CertSerialHash=00000000000000000000000000000000
DHGroup=2
ForceKeepAlives=0
UserPassword=
enc_UserPassword=
GroupPwd=
enc_GroupPwd=
NTDomain=
EnableMSLogon=1
MSLogonType=0
TunnelingMode=0
TcpTunnelingPort=10000
SendCertChain=0
PeerTimeout=90
EnableLocalLAN=0


gruß
shU
 
Zuletzt bearbeitet:
ja - allerdings hätte ich enc_GroupPwd= rausgenommen ;-)
 
ok laut anleitung hab ich das profil.pcf bei Profiles gspeichert und mit dem befehl :

vpnclient connect profil

dann kam die meldung:

root@alex-laptop:~# vpnclient connect profil
Cisco Systems VPN Client Version 4.8.00 (0490)
Copyright (C) 1998-2005 Cisco Systems, Inc. All Rights Reserved.
Client Type(s): Linux
Running on: Linux 2.6.17-10-generic #2 SMP Tue Dec 5 22:28:26 UTC 2006 i686
Config file directory: /etc/opt/cisco-vpnclient

Initializing the VPN connection.
Secure VPN Connection terminated locally by the Client
Reason: The Connection Manager was unable to read the connection entry, or the connection entry has missing or incorrect information.
There are no new notification messages at this time.


werde daraus nicht schlau :(

was fehlt mir denn jetzt ?

gruß
shU
 
Das heißt wohl, dass es in der Profildatei einen Syntaxfehler gibt. Kannst du sie vielleicht mal als Anhang hochladen? Eventuell sind aber auch nur die Dateirechte falsch gesetzt. Lesbar sollte sie schon sein. :)
chmod +r profil.pcf
 
Zuletzt bearbeitet:
lesbar ist sie schon

denke ich mal :D

Code:
[main]
Description=Einwahl in die Uni Hamburg
Host=vpn.rrz.uni-hamburg.de
AuthType=1
GroupName=vpnusers
EnableISPConnect=0
ISPConnectType=0
ISPConnect=
ISPCommand=
SaveUserPassword=0
EnableBackup=0
BackupServer=
EnableNat=0
CertStore=0
CertName=
CertPath=
CertSubjectName=
CertSerialHash=00000000000000000000000000000000
DHGroup=2
ForceKeepAlives=0
UserPassword=
enc_UserPassword=
GroupPwd=
enc_GroupPwd= geheim :)
ISPPhonebook=
NTDomain=
EnableMSLogon=1
MSLogonType=0
TunnelingMode=0
TcpTunnelingPort=10000
SendCertChain=0
PeerTimeout=90
EnableLocalLAN=0

das ist das was ich von der uni bekommen hab



PS :

ES GEHT NUN :D

lag wohl doch an den leserechten :D

dane dir
 
Zuletzt bearbeitet:

Ähnliche Themen

Keine grafische Oberfläche (Debian Installation)

Benötige Hilfe- Dateien vergleichen

Empfehlung für Server Distribution

Linux "vergisst" Dateisystem?

Netzwerk Probleme mit Opensuse 12.3

Zurück
Oben