location: Diff for "ubuntu"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 7 and 16 (spanning 9 versions)
Revision 7 as of 2011-06-29 09:12:35
Size: 1712
Editor: crose
Comment:
Revision 16 as of 2016-09-06 07:23:32
Size: 1412
Editor: crose
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

<<TableOfContents>>
Line 7: Line 9:
 * 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 14:
 * Wireless Assistant: wlassistant (Paketname und Binary sind identisch)
Line 15: Line 15:
 * 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
}}}
 * Linux Mint (17.1) {{{
sudo apt-get install network-manager-gnome-vpnc
# restart
}}}
 * Le
ft mousebutton click on Network-Manager-Icon (upper right corner, beside the clock) > VPN Connections > Configure VPN > Add
Line 19: Line 25:
   * Gateway: vpnserver.uzh.ch
   * Group Name: uniaccess1
   * Override user name (unter Optional) aktivieren und Username eintragen: sXXXXXXX
  * 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
   * 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'''
{{attachment:UZH.png}}
Line 28: Line 31:
== 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
 * Connect VPN: Network-Manager > VPN Connections > uzh
 * Disconnect VPN: Network-Manager > VPN Connections > Disconnect VPN
Line 40: Line 34:
=== Weitere Infos === == Further Informations ==
Line 42: Line 36:
 * Alternartiv (viel mehr Optionen): kvpnc  * Alternative (more options): kvpnc

== Import ==

 * If you import a pcf File, please edit the connection
  * Switch to IPv4 Tab
  * Open Routes
  * Deactivate "Use this connection only for resources on its network"
  * Save

Ubuntu

Wireless

iwconfig eth1 txpower auto

VPN UZH

  • Install NetworkManager-Plugin:

    sudo apt-get install network-manager-vpnc
  • Linux Mint (17.1)

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

UZH.png

  • Connect VPN: Network-Manager > VPN Connections > uzh

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

Further Informations

Import

  • If you import a pcf File, please edit the connection
    • Switch to IPv4 Tab
    • Open Routes
    • Deactivate "Use this connection only for resources on its network"
    • Save

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