Skip to main content

WiFi

Students have an open access to WiFi connection at school using your IONIS credentials.

info

The IONIS WiFi hotspot requires a 5 GHz WiFi card and is recommended as it provides a faster and more stable connection.

Connection

To connect on IONIS hotspots, follow these steps:

  1. Select the IONIS WiFi hotspot
  2. You will be asked for your logins. You need to log with your EPITA email address and IONIS password.

If this method does not seem to work, please read OS specific information below.

These instructions are valid for distributions using NetworkManager for networking, for example Ubuntu.

  1. Select IONIS network
  2. Select Protected EAP (PEAP) as EAP method
  3. Check No CA certificate is required checkbox
  4. Enter your IONIS Account credentials and click on "Connect"

Ubuntu configuration

Troubleshooting

TLS 1.0/1.1

TLS versions 1.0 and 1.1 are still in use and are being deprecated and disabled by some operating systems. If journalctl -e -u wpa_supplicant.service (the service name may change depending on your distribution) reports something like:

wlp2s0: SME: Trying to authenticate with 9c:5d:12:de:c4:e4 (SSID='IONIS' freq=5180 MHz)
wlp2s0: Trying to associate with 9c:5d:12:de:c4:e4 (SSID='IONIS' freq=5180 MHz)
wlp2s0: Associated with 9c:5d:12:de:c4:e4
wlp2s0: CTRL-EVENT-EAP-STARTED EAP authentication started
wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
wlp2s0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
wlp2s0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
SSL: SSL3 alert: write (local SSL3 detected an error):fatal:protocol version
OpenSSL: openssl_handshake - SSL_connect error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol
wlp2s0: CTRL-EVENT-EAP-FAILURE EAP authentication failed

You have to allow explicitly the legacy security policies. For Fedora 33+, see https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2.