「Wi-Fi setup for Linux」の版間の差分

提供: 東京大学理学系研究科wiki
移動先: 案内検索
(ページの作成:「Information Technology Team > Connection to Wi-Fi > Wi-Fi setup for Linux __TOC__ == Distributions supporting Wi-Fi == * The following distributions have bee...」)
 
 
(同じ利用者による、間の2版が非表示)
1行目: 1行目:
[[Information Technology Team]] > [[Connection to Wi-Fi]] > [[Wi-Fi setup for Linux]]
+
[[Information Technology Team]] > [[Wi-Fi connection service]] > [[Wi-Fi setup for Linux]]
 +
 
 +
{| class="wikitable"
 +
| [[Linux の無線設定例|日本語]]
 +
|}
  
 
__TOC__
 
__TOC__
  
 
== Distributions supporting Wi-Fi ==
 
== Distributions supporting Wi-Fi ==
 +
 
* The following distributions have been verified to support Wi-Fi.
 
* The following distributions have been verified to support Wi-Fi.
* Ubuntu 11.10
+
** Ubuntu 11.10
* Fedora 16
+
** Fedora 16
* Vine 6
+
** Vine 6
 +
 
  
 
== Certificate installation ==
 
== Certificate installation ==
* Execute the openssl command from the command line to extract the user certificate, CA certificate, and private key from the downloaded certificate.
+
 
 +
* Execute the openssl command from the command line to extract the '''user certificate''', '''CA certificate''', and '''private key''' from the downloaded certificate.
 
* User certificate
 
* User certificate
openssl pkcs12 -in XXXX.p12 -clcerts -nodes -out XXXX-cl.crt
+
openssl pkcs12 -in XXXX.p12 -clcerts -nodes -out XXXX-cl.crt
 
* CA certificate
 
* CA certificate
openssl pkcs12 -in XXXX.p12 -cacerts -nodes -out XXX-ca.crt
+
openssl pkcs12 -in XXXX.p12 -cacerts -nodes -out XXX-ca.crt
 
* Private key
 
* Private key
openssl pkcs12 -in XXXX.p12 -cacerts -out XXXX.key
+
openssl pkcs12 -in XXXX.p12 -cacerts -out XXXX.key
 +
 
 
* Command execution requires entry of the password for the authentication system.
 
* Command execution requires entry of the password for the authentication system.
 
* For extracting the private key, a password for XXXX.key must be specified.
 
* For extracting the private key, a password for XXXX.key must be specified.
 +
  
 
== Connection to Wi-Fi network ==
 
== Connection to Wi-Fi network ==
 +
 
* Click the fan-shaped Wi-Fi icon in the bar at the screen top.
 
* Click the fan-shaped Wi-Fi icon in the bar at the screen top.
 
* Select “sos” for ESSID.
 
* Select “sos” for ESSID.
 
* When the security setup screen appears, configure the connection as follows.
 
* When the security setup screen appears, configure the connection as follows.
* Security: WPA & WPA2 Enterprise
+
** Security: WPA & WPA2 Enterprise
* Authentication: TLS
+
** Authentication: TLS
* Identifier: User’s 10-digit Universal ID
+
** Identifier: User’s 10-digit Universal ID
* User certificate: Extracted user certificate
+
** User certificate: Extracted user certificate
* CA certificate: Extracted CA certificate
+
** CA certificate: Extracted CA certificate
* Private key: Extracted private key
+
** Private key: Extracted private key
* Private key password: Password specified upon private key extraction
+
** Private key password: Password specified upon private key extraction
 +
 
 
* Connect to the network.
 
* Connect to the network.
 +
  
 
[[Category: Information Technology Team]]
 
[[Category: Information Technology Team]]

2016年10月14日 (金) 16:21時点における最新版

Information Technology Team > Wi-Fi connection service > 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.