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

[Feature] networkmgr enterprise wlan support #24

Open
Kernel-Error opened this issue Jan 15, 2020 · 6 comments
Open

[Feature] networkmgr enterprise wlan support #24

Kernel-Error opened this issue Jan 15, 2020 · 6 comments
Labels
feature New feature or request

Comments

@Kernel-Error
Copy link

For a desktop OS I really need good enterprise WLAN support, with radius/certificates etc.

@ghost ghost added the feature New feature or request label Apr 8, 2020
@ghost
Copy link

ghost commented Apr 19, 2020

Can you provide specific details and use cases?

@ericbsd
Copy link
Member

ericbsd commented Apr 24, 2020

Related to this https://issues.ghostbsd.org/issues/142

@Kernel-Error
Copy link
Author

What I need is a NetworkManager with everything ;-)

  • Connecting WLAN
    ON/OFF, WEP, WPA1/2, Enterprise (Radius/Certificate), WPS
  • Connecting LAN
    ON/OFF, Enterprise (Radius)
  • Configure IP- Addresses
    IPv4/IPv6, Router, additional routes, DHCP..
  • Configure DNS
    DNS IP, Search Domains, Hostname, Hostdomain
  • Configure VPN
    Wireguard, OpenVPN, IPsec/L2TP/IKEv2

In this case, I need the opportunity to connect to a company or university network. Without having to use "vi" or "wpa_gui".

Wifi with radius registration would be a real win here. Do you need configuration examples or an explanation for "Enterprise" WLAN?

network={ ssid="univ-wifi" proto=RSN key_mgmt=WPA-EAP pairwise=CCMP auth_alg=OPEN eap=PEAP identity="user" password="pass" }

@ericbsd ericbsd added the PR label Jun 2, 2020
@ericbsd
Copy link
Member

ericbsd commented Jul 9, 2020

From gmarco

add support WPA2-EAP to network manager

Hi,

please add the support for WPA2-EAP networks in network manager (wifi).

So we can manage network like this one:

network={
ssid="MyCompany"
scan_ssid=0
key_mgmt=WPA-EAP
identity="my_domain\my_name"
password="my_beautifulPWD!"
priority=5
}

Thanks.

@ericbsd ericbsd self-assigned this Sep 10, 2020
@ericbsd
Copy link
Member

ericbsd commented Sep 10, 2020

What I need is a NetworkManager with everything ;-)

* Connecting WLAN
  ON/OFF, WEP, WPA1/2, Enterprise (Radius/Certificate), WPS

* Connecting LAN
  ON/OFF, Enterprise (Radius)

* Configure IP- Addresses
  IPv4/IPv6, Router, additional routes, DHCP..

* Configure DNS
  DNS IP, Search Domains, Hostname, Hostdomain

* Configure VPN
  Wireguard, OpenVPN, IPsec/L2TP/IKEv2

In this case, I need the opportunity to connect to a company or university network. Without having to use "vi" or "wpa_gui".

Wifi with radius registration would be a real win here. Do you need configuration examples or an explanation for "Enterprise" WLAN?

network={ ssid="univ-wifi" proto=RSN key_mgmt=WPA-EAP pairwise=CCMP auth_alg=OPEN eap=PEAP identity="user" password="pass" }

I would probably need ifconfig wlan0 scan example at least what is after CAPS.

@ericbsd ericbsd removed their assignment May 1, 2021
@ericbsd ericbsd removed the PR label Oct 23, 2021
@ericbsd ericbsd changed the title Feature request: networkmgr enterprise wlan support [Feature] networkmgr enterprise wlan support Oct 23, 2021
@ericbsd ericbsd moved this from New to Todo in Development Management Dec 19, 2021
@ericbsd
Copy link
Member

ericbsd commented Feb 15, 2024

I need an ifconfig wlan0 scan example to add this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: ToDo
Development

No branches or pull requests

2 participants