Arch 安装期间进行 PEAP 身份验证

Arch 安装期间进行 PEAP 身份验证

我正在尝试安装 Arch Linux,但无法让互联网正常工作。我的大学使用 PEAP 和 MSCHAPV2 进行以太网连接,但我无法使用 netctl 和 wpa_supplicant 进行身份验证。移动网络共享即使在以下情况下也不起作用

dhcpcd interface

成功完成。Ping 任何站点均有 100% 的数据包丢失。问题与此处发布的问题非常相似,也未得到解决:

https://unix.stackexchange.com/questions/493818/how-to-connect-to-ethernet-while-installing-arch-linux?rq=1

这篇文章也没什么帮助:
https://bbs.archlinux.org/viewtopic.php?id=188783

运行 wpa_supplicant 后: https://drive.google.com/file/d/18YiOtBDe3tJtK84nqhSEig23XowDIP1k/view?usp=drivesdk

Wpa 请求者配置:

ctrl_interface=/var/run/wpa_supplicant
ap_scan=0
network={
key_mgmt=IEEE8021X
eap=PEAP
phase2="auth=MSCHAPV2"
identity="myIdentity"
password="mypass"
priority=2
}

journalctl -xe 输出: https://drive.google.com/file/d/18yU-jcZcsxPrWNBLYqsTvQUjJja-P9FB/view?usp=drivesdk

相关内容