Coder Social home page Coder Social logo

eduroam-setup's Introduction

Eduroam-Setup

How to set up NetworkManager for use on Eduroam WPA2-Enterprise Networks using only systemctl, and the text editor of your choice.

How To

If you don't have NetworkManager installed, either get it from your package manager, or transfer the source from a computer that has network access and go here for instructions on how to install it.

First, generate a UUID with uuidgen:

[user@~]$ uuidgen
446c82e6-8635-4cb2-98a2-db7df9894bd7
[user@~]$ 

Then as root copy the base config from this repository into /etc/NetworkManager/system-connections/:

# cp '/path/to/Eduroam-Setup/EduroamCustom' /etc/NetworkManager/system-connections/

Edit the file with your favorite text editor. Set uuid to the one you generated earlier, and add your School User ID and password.

Write and save the file, then run

chown root /etc/NetworkManager/system-connections/EduroamCustom && \
chmod 600 /etc/NetworkManager/system-connections/EduroamCustom

Finally you must restart the NetworkManager service with sudo systemctl restart NetworkManager. And with that you should have a functioning Eduroam connection on WPA2-Enterprise!

eduroam-setup's People

Contributors

wylermr avatar anoadragon453 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.