Ubuntu 16.04 LTS ethernet Network 802.1x connect failed.
Linux/Linux 일반 :
2016. 7. 14. 11:32
반응형
Ref. : http://askubuntu.com/questions/765021/ubuntu-16-04-doesnt-support-peap-authentication-without-ca-certificate
Please use nmcli
to add the password.
Edit
/etc/NetworkManager/system-connections/CONNECTION_NAME
:[connection] id=CONNECTION_NAME [802-1x] password=YOUR_8021X_PASSWORD
Restart your network
systemctl restart NetworkManager
You may need to bring the interface down and up to test the new changes:
nmcli con down CONNECTION_NAME nmcli con up CONNECTION_NAME
반응형
'Linux > Linux 일반' 카테고리의 다른 글
watchdog app (0) | 2017.01.17 |
---|---|
How do I configure modprobe to find my module? (0) | 2016.01.11 |
vim vi .vimrc gvim vim ctags cscope (0) | 2015.10.30 |