location: Diff for "ubuntu"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 7 and 9 (spanning 2 versions)
Revision 7 as of 2011-06-29 09:12:35
Size: 1712
Editor: crose
Comment:
Revision 9 as of 2011-06-29 12:07:19
Size: 338
Editor: crose
Comment:
Deletions are marked like this. Additions are marked like this.
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 11: Line 11:

 * Wireless Assistant: wlassistant (Paketname und Binary sind identisch)

= VPN UZH =
 * 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
  * Connect to 'Compatible Cisco VPN client (vpnc)
  * Connection Name: uzh
   * 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

== 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 ===
 * Howto: https://help.ubuntu.com/community/VPNClient
 * Alternartiv (viel mehr Optionen): kvpnc

Ubuntu

Wireless

iwconfig eth1 txpower auto

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