无法使用 FreeRadius 进行身份验证

无法使用 FreeRadius 进行身份验证

我部署了 freeradius,并且 radtest 对 localhost 来说看起来不错,但是当我从外部服务器发送访问请求时,FreeRadius 服务器没有回复:

2023-11-29 13:49:26.675791 (1) Access-Request Id 20 ens160:172.20.252.242:32778 -> 142.244.0.47:1812 +0.000

2023-11-29 13:49:31.875791 (1) ** norsp ** Access-Request Id 20 ens160:172.20.252.242:32778 -> 142.244.0.47:1812

2023-11-29 13:49:36.680094 (2) Access-Request Id 21 ens160:172.20.252.242:32778 -> 142.244.0.47:1812 +10.004

客户端配置:

client wireless {
        ipaddr = 172.20.252.242
        secret = freeradius2023
        proto = *
        nastype = other
}

当我跑步时freeradius -X,它并没有太大的帮助。

我不知道我做错了什么。

相关内容