User talk:Acalm
From Gentoo Wiki
Note
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using
~~~~
:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC) : A reply [[User:Sally|Sally]] 11:40, 5 November 2024 (UTC) :: Your reply ~~~~
Navigate to first
Setup wired 802.1X
Talk status
This discussion is done as of 29 July 2020.
Thanks for adding this section to the wpa_supplicant article. It's however not clear to me if this setup would automagically switch between wired and wireless network interface like dhcpcd does. Is it possible? Or does it run completely without dhcpcd?
My first idea was, what do you think about moving the new section upwards above Setup for dhcpcd as network manager as section as 2.1.2 and renaming 2.1.1 Setup for wireless interface?
--Charles17 (talk) 17:25, 6 August 2019 (UTC)
- Sorry for the confusion, I didn't give it much thought while scribbling this down, I always tend to forget how to set up 802.1X and finally decided to write it down. Anyway, it seems that dhcpcd is automatically triggered after wpa_supplicant is done with authenticating each device, leaving both interfaces online, there's probably some way of dealing with not having both interfaces active.
- I agree, moving and renaming makes sense.
--Acalm (talk) 08:08, 7 August 2019 (UTC)
- There is one in the section you added:And another one in the transcluded section from Wpa_supplicant/Setup_for_dhcpcd_as_network_manager:
wpa_supplicant_args="-c/etc/wpa_supplicant/wpa_supplicant_wired.conf -ieth0 -Dwired -N -iwlan0 -c/etc/wpa_supplicant/wpa_supplicant.conf"
Is it possible to have this harmonized and combined in the same "/etc/conf.d/wpa_supplicant" file?wpa_supplicant_args="-B -M -c/etc/wpa_supplicant/wpa_supplicant.conf"
----Charles17 (talk) 11:59, 7 August 2019 (UTC)
- There is one in the section you added:
- If I understand -M (MATCH_IFACE) correctly, it should be possible to do something like which makes it less awkward, the driver switch (-D) needs to be specified wpa_supplicant is unable to figure out what driver to use by itself. As /etc/wpa_supplicant/wpa_supplicant.conf is for "everything else" but eth0 the -i switch can be omitted.
wpa_supplicant_args="-ieth0 -Dwired -c/etc/wpa_supplicant/wpa_supplicant_wired.conf -M -c/etc/wpa_supplicant/wpa_supplicant.conf"
Edit: Tested previous unknowns, corrected statements and config.
--Acalm (talk) 10:41, 8 August 2019 (UTC)
- If I understand -M (MATCH_IFACE) correctly, it should be possible to do something like
- Thanks for that great contribution. I guess it's worth having it mentioned also in Network management using DHCPCD. So I added it to the Wpa supplicant/Setup for dhcpcd as network manager subarticle. This way the changes would appear in both articles. Will you please review
--Charles17 (talk) 13:11, 8 August 2019 (UTC)
- Thanks for that great contribution. I guess it's worth having it mentioned also in Network management using DHCPCD. So I added it to the Wpa supplicant/Setup for dhcpcd as network manager subarticle. This way the changes would appear in both articles. Will you please review
- Added a "talk" template; this discussion is clearly complete. --Davidbryant (talk) 15:52, 29 July 2020 (UTC)