Skip to content

Wifi configuration for linux user connecting to a university i.e entreprise network

License

Notifications You must be signed in to change notification settings

BranVan/university-wifi-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

University WiFi Configuration file

Wifi configuration for linux user connecting to a university i.e entreprise network

Setup

From user keith on Stackoverflow :

sudo su
cd /etc/NetworkManager/system-connections
sudo touch SSID #SSID is the name of the profile, e.g. eduroam
sudo nano SSID

And edit the following lines the repo's code

add your SSID e.g ETS-Campus

id=my_SSID

change to your user instead of my_user

permissions=user:my_user:;

add your id

identity=am00000

and you can add your password by replacing

password-flags=1 

with

password=my_password

About

Wifi configuration for linux user connecting to a university i.e entreprise network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published