Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working netctl Configuration #2

Open
nixpulvis opened this issue Aug 12, 2019 · 0 comments
Open

Working netctl Configuration #2

nixpulvis opened this issue Aug 12, 2019 · 0 comments

Comments

@nixpulvis
Copy link

Hi @PaulFurtado how's life? Feel free to ignore this.

Just thought I'd swing by here and leave a trace for how I've managed to get connected using a lightweight configuration with netctl. This isn't really an "issue" as much as a note.

Assuming a correctly setup netctl installation, creating a new file named /etc/netctl/wlp4s0-NUwave with the contents (fill in identity and password obviously):

Description='Northeastern University Wireless Network'
Interface=wlp4s0
Connection=wireless
Security=wpa-configsection
ESSID=NUwave
IP=dhcp

WPAConfigSection=(
    'ssid="NUwave"'
    'proto=RSN'
    'key_mgmt=WPA-EAP'
    'eap=PEAP'
    'identity="..."'
    'password="..."'
    'phase2="autheap=MSCHAPV2"'
)

This should allow sudo netctl start wlp4s0-NUwave to work as intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant