location: Diff for "ubuntu"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 2 and 8 (spanning 6 versions)
Revision 2 as of 2009-08-11 11:24:46
Size: 757
Editor: crose
Comment:
Revision 8 as of 2011-06-29 11:52:18
Size: 1642
Editor: crose
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Ubunutu = = Ubuntu =
Line 7: Line 7:
 * Falls WLAN abgeschaltet ist den wlassistant starten (der fragt beim Start nach) oder per commandline:  * If WLAN is switched off: either start the WLAN Assistant (`wlassistant`) or power on via commandline:
Line 12: Line 12:
 * Wireless Assistant: wlassistant (Paketname und Binary sind identisch) = VPN UZH =
 * Install NetworkManager-Plugin: {{{
sudo apt-get install network-manager-vpnc
}}}
 * Left mousebutton click on Network-Manager-Icon (upper right corner, beside the clock) > VPN Connections > Configure VPN > Add
  * Connect to 'Compatible Cisco VPN client (vpnc)
  * Connection Name: uzh
   * Gateway: vpn.uzh.ch
   * Group Name: All
   * Activate 'Override user name' (Optional)
   * Username: '''UZH Shortname'''
  * Forward > Apply
 * Verbindung herstellen: Linksklick auf Network-Manager > VPN Connections > uzh
  * Persönliches Passwort eingeben
  * Group Password: unizh1
 * Verbindung beenden: Linksklick auf Network-Manager > VPN Connections > Disconnect VPN
Line 14: Line 29:
= VPN = == Alternative VPN-Verbindung ==
 * vpnc installieren: {{{sudo apt-get install vpnc}}}
 * Eine Datei 'uzh.conf' mit folgendem Inhalt wird in '/etc/vpnc/' (mit sudo-Rechten) abgelegt:
{{{
IPSec gateway vpnserver.uzh.ch
IPSec ID uniaccess1
IPSec secret unizh1
Xauth username sXXXXXXX
}}}
 * Nun kann per Konsole mit {{{sudo vpnc uzh}}} und Eingabe des Passwortes die VPN-Verbindung gestartet werden
  * Die Verbindung kann mit {{{sudo vpnc-disconnect}}} beendet werden

=== Weitere Infos ===
Line 16: Line 43:
 * Profile UZH (UniAccess): https://www.uzh.ch/id/cl/dl/sicher/vpn/ssl-dir/software/Profile/index.php

 * network-manager-vpnc
  * Nach der Installation sollte oben rechts das Network Applet sichtbar sein (falls nein, Neustart).
 * Altenartiv (viel mehr Optionen): kvpnc
 * Alternartiv (viel mehr Optionen): kvpnc

Ubuntu

Wireless

iwconfig eth1 txpower auto

VPN UZH

  • Install NetworkManager-Plugin:

    sudo apt-get install network-manager-vpnc
  • Left mousebutton click on Network-Manager-Icon (upper right corner, beside the clock) > VPN Connections > Configure VPN > Add

    • Connect to 'Compatible Cisco VPN client (vpnc)
    • Connection Name: uzh
      • Gateway: vpn.uzh.ch
      • Group Name: All
      • Activate 'Override user name' (Optional)
      • Username: UZH Shortname

    • Forward > Apply

  • Verbindung herstellen: Linksklick auf Network-Manager > VPN Connections > uzh

    • Persönliches Passwort eingeben
    • Group Password: unizh1
  • Verbindung beenden: Linksklick auf Network-Manager > VPN Connections > Disconnect VPN

Alternative VPN-Verbindung

  • vpnc installieren: sudo apt-get install vpnc

  • Eine Datei 'uzh.conf' mit folgendem Inhalt wird in '/etc/vpnc/' (mit sudo-Rechten) abgelegt:

IPSec gateway vpnserver.uzh.ch
IPSec ID uniaccess1
IPSec secret unizh1
Xauth username sXXXXXXX
  • Nun kann per Konsole mit sudo vpnc uzh und Eingabe des Passwortes die VPN-Verbindung gestartet werden

    • Die Verbindung kann mit sudo vpnc-disconnect beendet werden

Weitere Infos

PublicMathWiki: ubuntu (last edited 2019-04-08 12:34:49 by crose)