location: Diff for "ubuntu"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 6 and 11 (spanning 5 versions)
Revision 6 as of 2009-08-21 11:18:00
Size: 1713
Editor: joel
Comment:
Revision 11 as of 2011-06-29 12:26:04
Size: 1121
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)
Line 15: Line 13:
 * NetworkManager-Plugin installieren: {{{sudo apt-get install network-manager-vpnc}}}
 * Auf dem Network-Manager-Icon (oben rechts neben Uhr) linksklick > VPN Connections > Configure VPN > Add
 * 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
Line 19: Line 19:
   * Gateway: vpnserver.uzh.ch
   * Group Name: uniaccess1
   * Override user name (unter Optional) aktivieren und Username eintragen: sXXXXXXX
   * Gateway: vpn.uzh.ch
   * Group Name: All
   * Group Password: [[https://www.uzh.ch/id/cl/dl/mobil/vpn/ssl-dir/Profile/Readme.txt]]
   * Username: '''UZH Shortname'''
Line 23: Line 24:
 * 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
 * Connect VPN: Network-Manager > VPN Connections > uzh
 * Disconnect VPN: Network-Manager > VPN Connections > Disconnect VPN
{{attachment:UZH.png}}
Line 28: Line 28:
== 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 ===
=== Further Informations ===
Line 42: Line 30:
 * Alternartiv (viel mehr Optionen): kvpnc  * Alternative (more options): 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 VPN: Network-Manager > VPN Connections > uzh

  • Disconnect VPN: Network-Manager > VPN Connections > Disconnect VPN

UZH.png

Further Informations

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