You are not logged in.

#1 2013-10-27 13:46:25

tinh
Member
Registered: 2012-12-16
Posts: 39

Connection impossible netctl WPA2 ENTREPRISE

Hi,

Since my school rebuild the network and doesn't allow auto-signed certs. I can't connect through netctl. I solved the problem with NetworkManager but i'd like to know the way to connect with netctl. Here are my configs files:

n0t@notlocal ~ % cat /etc/NetworkManager/system-connections/Wi-Fi\ connection\ 1
[sudo] password for n0t: 
[ipv6]
method=auto

[connection]
id=<id>
uuid=c0ead8ca-6739-4855-800d-72c848488505
type=802-11-wireless

[802-11-wireless-security]
key-mgmt=wpa-eap

[802-11-wireless]
ssid=<ssid>
mode=infrastructure
mac-address=<mac-address>
security=802-11-wireless-security

[802-1x]
eap=peap;
identity=<username>
password=<password>
phase2-auth=mschapv2


[ipv4]
method=auto

and netctl one:

n0t@notlocal ~ % cat /etc/netctl/iit-wifi
Description='A wireless connection using a custom network block configuration'
Interface=wlo1
Connection=wireless
Security=wpa-configsection
IP=dhcp
WPAConfigSection=(
    'ssid=<ssid>'
    'key_mgmt=WPA-EAP'
    'eap=PEAP'
    'pairwise=TKIP CCMP'
    'anonymous_identity="anonymous"'
    'identity=<username>'
    'password=<password>'
    'priority=1'
    'phase2="auth=MSCHAPV2"'
)

Do you have any ideas?

Offline

Board footer

Powered by FluxBB