微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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

如何解决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 举报,一经查实,本站将立刻删除。