Ubuntu 22.04 搭建 FreeRADIUS 并使用 EAP-TLS 进行本地测试
Ubuntu 22.04 搭建 FreeRADIUS 并使用 EAP-TLS 进行本地测试(eapol_test)在本教程中,我们将使用 Ubuntu 22.04 搭建 FreeRADIUS 服务器,并使用 EAP-TLS 进行本地测试。测试工具选用 eapol_test(WPA Supplicant 的测试工具)。 1️⃣ 安装 FreeRADIUS 服务器首先,确保你的系统是 Ubuntu 22.04(其他的也可以) 并更新软件包: 1sudo apt update && sudo apt upgrade -y 然后,安装 FreeRADIUS: 1sudo apt install freeradius -y 安装完成后,检查 FreeRADIUS 是否正确安装: 1freeradius -v 输出类似: 1FreeRADIUS Version 3.0.26 2️⃣ 生成 EAP-TLS 认证所需的证书FreeRADIUS 需要 CA(根证书)、服务器证书 和 客户端证书 来进行 EAP-TLS 认证。我们可以使用 FreeRADIUS 提供的...
RADIUS协议与酸汤鱼
RADIUS协议与酸汤鱼:春节观察报告...
我的第一篇日记
我的第一篇日记 🎉今天正式开始使用 Hexo + Butterfly 记录我的生活和学习!😆 🎯 未来目标 坚持每天写点东西 ✍️ 记录我的学习过程 📚 分享一些好玩的技术 ✨ 写完后保存文件(如果用 nano,按 Ctrl + X,然后 Y 选择保存)。
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment