Configure Internet access

Transcription

Configure Internet access
ECLAIR : Ecole Centrale de Lyon, Amis de l’Informatique et des Réseaux.
Configure Internet access
ÉCLAIR’s tutorials
What does ÉCLAIR provide?
After paying your membership fee, you are automatically allowed to use the wired plug in every
room in the dorms. For Adoma residents, only one of the two plugs works.
These are the steps you must follow (only once!) so that your computer authenticates itself to the
network.
The instructions are on the following pages, it depends on your computer.
It doesn’t work !
Double check the steps. Your credentials are the same as the ones you use to read your mail. Did
you change it recently?
We sometimes issue custom credentials. These logins always use lowercase characters (only the
login, not the password).
Windows users, please check if you correctly unticked “Validate server certificate”.
Sometimes, the network can block the plug if it receives too many incorrect credentials. Please
wait 15 minutes before trying again.
The network plug may be broken: try connecting in another room (with your computer and your
cable). Your Ethernet cable could be faulty: try borrowing another one. ÉCLAIR also sells Ethernet
cables.
In order to contact us
If it still doesn’t work, pay us a visit with your computer and your cable.
(Building M16, first floor on the left opposite the BDS = « Bureau des Sports »)
We are open on Mondays and Wednesdays from 12:20 to 14:00 and on Fridays from 12:20 to
13:30.
Also you can contact us at the following address : [email protected]
MAJ du 26/08/2014
ÉCLAIR’s tutorials – Configure Internet access : 1 / 4
ECLAIR : Ecole Centrale de Lyon, Amis de l’Informatique et des Réseaux.
Windows (Vista / Seven / 8)
1) Search for a program named « services.msc ».
Run it as an administrator (right-click, « Run as
administrator »).
2) Search for the line « Wired AutoConfig ». Right-click,
properties.
Select « Automatic » as startup type. Exit everything.
3) This time, search for « ncpa.cpl », run it as an administrator.
Right-click « Ethernet » or « Local Area Connection »,
properties.
4) Ensure « Internet Protocol Version 4 » is checked
and uses automatic IP addressing (properties,
« Obtain an IP address automatically »).
In the “Authentication” tab, check everything, and
select « Microsoft: Protected EAP (PEAP) » as the
network authentication method.
5) Click “Settings”, untick « Validate server
certificate », select « Secured password (EAPMSCHAP v2) ».
Click « Configure », untick « Automatically… ».
6) Click « OK », « OK », then select « Additional
Settings ». Tick “Specify authentication mode”,
and use “User authentication”.
Finally, in “Save credentials”, enter your DSI credentials.
7) Exit everything. You have now properly configured your computer!
MAJ du 26/08/2014
ÉCLAIR’s tutorials – Configure Internet access : 2 / 4
ECLAIR : Ecole Centrale de Lyon, Amis de l’Informatique et des Réseaux.
Mac OS X
10.7 Lion / 10.8 Mountain Lion / 10.9 Mavericks
Just plug in your Ethernet cable and use your DSI credentials to authenticate.
10.5 Leopard / 10.6 Snow Leopard
In « System Preferences », select « Network ».
In the « Ethernet » tab, choose to configure « Using DHCP ».
Click « Advanced », and in the « 802.1X » sub-menu, add a new profile.
Fill in your DSI credentials and choose « PEAP » as authentication protocol.
Apply, it’s done!
MAJ du 26/08/2014
ÉCLAIR’s tutorials – Configure Internet access : 3 / 4
ECLAIR : Ecole Centrale de Lyon, Amis de l’Informatique et des Réseaux.
Linux (Ubuntu / Debian / Mint)
NetworkManager
Right-click the network icon, choose « Edit Connection ».
Add a new wired profile. Edit it, select in the « IPv4 Settings » to use DHCP.
In the “Wired” tab, select your wired interface (eth0, eth1…). In the « 802.1x Security » tab, tick
« Use 802.1X… », select “Protected EAP (PEAP)” as authentication protocol, and “MSCHAPv2” as
inner authentication.
Fill in your credentials (leave “Anonymous Identity” blank, only “User Name” and “Password” need
to be filled). Save. If a warning pops up, check « Don’t warn me again » and ignore it.
You’re done !
wpa-supplicant
Voilà un exemple de fichier de configuration à suivre.
network = { key_mgmt=WPA-EAP eap=PEAP identity="@@LOGIN_DSI@@" password="@@PASS_DSI@@" phase2="auth=MSCHAPV2" } MAJ du 26/08/2014
ÉCLAIR’s tutorials – Configure Internet access : 4 / 4