location: Diff for "ubuntu"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 8 and 14 (spanning 6 versions)
Revision 8 as of 2011-06-29 11:52:18
Size: 1642
Editor: crose
Comment:
Revision 14 as of 2015-05-08 14:29:00
Size: 1393
Editor: bbaer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
 * Linux Mint (17.1) {{{
sudo apt-get install network-manager-gnome-vpnc
# restart
}}}
Line 21: Line 25:
   * Activate 'Override user name' (Optional)    * Group Password: [[https://www.uzh.ch/id/cl/dl/mobil/vpn/ssl-dir/Profile/Readme.txt]]
Line 23: Line 27:
  * 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
{{attachment:UZH.png}}
Line 29: Line 29:
== 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 41: Line 32:
=== Weitere Infos === === Further Informations ===
Line 43: Line 34:
 * 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)