Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rst0git/netctl-eduroam-config
Example of netctl configuration for eduroam
https://github.com/rst0git/netctl-eduroam-config
Last synced: about 7 hours ago
JSON representation
Example of netctl configuration for eduroam
- Host: GitHub
- URL: https://github.com/rst0git/netctl-eduroam-config
- Owner: rst0git
- License: mit
- Created: 2016-03-21T12:29:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-24T11:01:06.000Z (about 4 years ago)
- Last Synced: 2023-02-27T03:02:16.641Z (over 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netctl-eduroam-config
The file "eduroam" is example of netctl wireless configurations for eduroam wireless network.
It should be placed in `/etc/netctl/`.
Replace :
* `@` with your university credentials
* `` with md4 hash of your password
- It can be obtained with
`echo -n "" | iconv -t utf16le | openssl md4`
- Or using the script eduroam-pwd-hash.sh
- **WARNING:** Your password will appear as plain text when you type it in the terminal, make sure you delete the shell history`history --delete --contains '| iconv -t utf16le | openssl md4'`
Connect : `sudo netctl start eduroam`
Disconnect: `sudo netctl stop eduroam`Note: NetworkManager has conflict with netctl -> `sudo systemctl stop NetworkManager.service`