ghostbsd / networkmgr

NetworkMgr is a Python GTK3 network manager for FreeBSD, GhostBSD, TrueOS and DragonFlyBSD
BSD 3-Clause "New" or "Revised" License
95 stars 30 forks source link

[Feature] networkmgr enterprise wlan support #24

Open Kernel-Error opened 4 years ago

Kernel-Error commented 4 years ago

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

ghost commented 4 years ago

Can you provide specific details and use cases?

ericbsd commented 4 years ago

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

Kernel-Error commented 4 years ago

What I need is a NetworkManager with everything ;-)

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 commented 4 years ago

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 commented 3 years ago

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 commented 6 months ago

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