RADIUS忽略对docker中身份验证address.freeradius-server的请求

问题描述

我使用以下镜子。enter link description here 我执行以下命令。

radtest鲍勃测试127.0.0.1 0 testing123

输出

 Sent Access-Request Id 69 from 0.0.0.0:59466 to 127.0.0.1:1812 length 73
    User-Name = "bob"
    User-Password = "test"
    NAS-IP-Address = 172.17.0.2
    NAS-Port = 0
    Message-Authenticator = 0x00
    Cleartext-Password = "test"

   Sent Access-Request Id 69 from 0.0.0.0:59466 to 127.0.0.1:1812 length 73
    User-Name = "bob"
    User-Password = "test"
    NAS-IP-Address = 172.17.0.2
    NAS-Port = 0
    Message-Authenticator = 0x00
    Cleartext-Password = "test"
   
   Sent Access-Request Id 69 from 0.0.0.0:59466 to 127.0.0.1:1812 length 73
    User-Name = "bob"
    User-Password = "test"
    NAS-IP-Address = 172.17.0.2
    NAS-Port = 0
    Message-Authenticator = 0x00
    Cleartext-Password = "test"
   
   (0) No reply from server for ID 69 socket 3

etc / raddb / clients.conf

中的用户条目
client dockernet { 
      ipaddr = 172.17.0.0/16        
      secret = testing123}

/ etc / raddb / mods-config / files / authorize 中的条目:

bob    Cleartext-Password := "test"

输出

Ignoring request to auth address * port 1812 bound to server default from unknown client 127.0.0.1 port 59466 proto udp
Ready to process requests
Ignoring request to auth address * port 1812 bound to server default from unknown client 127.0.0.1 port 59466 proto udp
Ready to process requests
Ignoring request to auth address * port 1812 bound to server default from unknown client 127.0.0.1 port 59466 proto udp
Ready to process requests

有人可以帮助我吗?我做错了什么事?

预先感谢您的帮助。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...