Wi-Fi setup for Linux

提供: 東京大学理学系研究科wiki
2013年3月21日 (木) 13:16時点におけるShitami.junichiro (トーク)による版 (ページの作成:「Information Technology Team > Connection to Wi-Fi > Wi-Fi setup for Linux __TOC__ == Distributions supporting Wi-Fi == * The following distributions have bee...」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Information Technology Team > Connection to Wi-Fi > Wi-Fi setup for Linux

1 Distributions supporting Wi-Fi

  • The following distributions have been verified to support Wi-Fi.
  • Ubuntu 11.10
  • Fedora 16
  • Vine 6

2 Certificate installation

  • Execute the openssl command from the command line to extract the user certificate, CA certificate, and private key from the downloaded certificate.
  • User certificate

openssl pkcs12 -in XXXX.p12 -clcerts -nodes -out XXXX-cl.crt

  • CA certificate

openssl pkcs12 -in XXXX.p12 -cacerts -nodes -out XXX-ca.crt

  • Private key

openssl pkcs12 -in XXXX.p12 -cacerts -out XXXX.key

  • Command execution requires entry of the password for the authentication system.
  • For extracting the private key, a password for XXXX.key must be specified.

3 Connection to Wi-Fi network

  • Click the fan-shaped Wi-Fi icon in the bar at the screen top.
  • Select “sos” for ESSID.
  • When the security setup screen appears, configure the connection as follows.
  • Security: WPA & WPA2 Enterprise
  • Authentication: TLS
  • Identifier: User’s 10-digit Universal ID
  • User certificate: Extracted user certificate
  • CA certificate: Extracted CA certificate
  • Private key: Extracted private key
  • Private key password: Password specified upon private key extraction
  • Connect to the network.