The network of the bedroom uses 802.1x certification, which has been newly installed, and I can't find the net, I need to install the 802.1x authentication client. The school's network management only provides Huawei's Windows client, no Linux version. I do my own, download xsupplicant from www.open1x.org, download libdnet-1.7.tar.gz from http://libdnet.sourceforge.net/. Compile the libdnet first, then install XSupplicant. after that
MKDIR / ETC / 1XCP 1x.conf / etc / 1x /
Edit 1X.conf, fill in user name and password, execute
XSupplicant -i Eth0
The result is still not certified: (also changed the authentication type from TLS to MD5, which finally passed. On Mozilla, I got a net, not bad.
Add in /etc/rc.d/rc.local
XSupplicant -i Eth0 -d
This will automatically authenticate each time it is.