Talk:Netctl
Wrong headings
I believe that "Just one profile" is in fact about static profiles and "Multiple profiles" is in fact about profiles managed dynamically with respect to whether NIC's are connected or not. This is misleading, and should be corrected. What do you think? Doru001 (talk) 09:16, 13 July 2013 (UTC)
- I've updated the section, let me know if there are more things to clarify. -- Lahwaacz (talk) 16:15, 25 July 2013 (UTC)
Altering a currently enabled profile
Concerning this note:
- If there is ever a need to alter a currently enabled profile, execute
netctl reenable <profile>
to apply the changes. - interface is hardware minus, e.g netctl-auto@wlan0.service or netctl-auto@enp2s0.service
I find the second line in this note confusing, and the first line may be unnecessary. I found myself having to reboot my system to get any wireless profile changes to take effect. Through trial and error, I finally figured out the command systemctl restart netctl-auto@<interface>.service
allows the changes to take effect without requiring a reboot. Further, it appears that the command netctl reenable <profile>
is not necessary to achieve these results; although, some profile modifications did require that I issue the systemctl restart netctl-auto@<interface>.service
command twice before my wireless Internet connection would come back up. Has anyone else observed this?
Mc33 (talk) 04:59, 17 July 2013 (UTC)
- From netctl(1):
reenable [PROFILE] Reenable the systemd unit for the profile specified. This is effectively a combination of ‘disable’ and ‘enable’.
- So I'd say the first line of the note is absolutely incorrect. I think your command
systemctl restart netctl-auto@<interface>.service
should be listed instead, and we should probably add simplenetctl restart <profile>
too in case people don't usenetctl-auto@.service
. -- Lahwaacz (talk) 07:45, 17 July 2013 (UTC)
- On the contrary, the
reenable
command is correct. But it applies to specific profiles, not tonetctl-auto
. Halosghost (talk) 12:32, 17 July 2013 (UTC)
- On the contrary, the
- Regarding the second line, I have absolutely no idea of what does interface is hardware minus mean... -- Lahwaacz (talk) 07:45, 17 July 2013 (UTC)
- I've removed the note as it's not related to that section, it's confusing etc. If someone wants it, feel free to expand and clarify it and put it back. -- Lahwaacz (talk) 16:49, 25 July 2013 (UTC)
My working eduroam config (with TimeoutDHCP and anonymous identity)
Description='eduroam for <your username>' Interface=wlp2s0 Connection=wireless Security=wpa-configsection TimeoutDHCP=60 IP=dhcp WPAConfigSection=( 'ssid="eduroam"' 'proto=RSN' 'key_mgmt=WPA-EAP' 'pairwise=CCMP' 'auth_alg=OPEN' 'eap=TTLS' 'identity="<your username>@tu-chemnitz.de"' 'password="<your password>"' 'anonymous_identity="anonymous@tu-chemnitz.de"' 'priority=2' 'phase2="auth=PAP"' )
This /etc/netctl/eduroam works for me. Maybe someone should update the main article?! Thank you!
- I'd certainly not replace the current config in netctl#Eduroam. I have another, different config, but several people had trouble with connecting in Prague using my profile, so I think it's very specific. Perhaps separate page would be better, when there are more configs. But more information would be needed, the page can't be just set of different configs... -- Lahwaacz (talk) 07:55, 14 August 2013 (UTC)