Starting in the 5778 school year the wireless networks available in the CS buildings have been made the same as the networks available on the rest of the campus.
The following networks are now available:
Nothing special is required, this is an open public network like any other.
This should work out of the box on most Linux distributions, the following GUI guide was prepared on Ubuntu 16.04 (LTS), the CLI guide in Raspbian 9.
The process should be similar on other (newer) distributions.
Choose the eduroam network:
The settings for eduroam are:
The configuration for wpa_supplicant is located at /etc/wpa_supplicant/wpa_supplicant.conf, for eduroam the configuration would look like this:
network={
ssid="eduroam"
key_mgmt=WPA-EAP
eap=TTLS
phase2="auth=MSCHAPV2"
identity="<username>@huji.ac.il"
password="<password>"
}